Version 5.2.8
===============
- #418174 Timestamp format should not be run through date_limit_format().
- #473308 Add handling for year-only date stored in timestamp field.
- Fix date_limit_format() to be sure the 'T' is stripped out of ISO dates with only date or only time.
- #369020 Switch '+1 Sunday' to 'First Sunday' to over PHP5 bug.
- #315443 Make sure 'within' labels don't break when used in text fields.
- #381370 Remove escaping for colon and double quote per ical spec.
* Fixed code style/readability
* Fix a few invalid %d placeholders in SQL statements.
* Removed trailing white space
* Updated translation files
* #361215 by hass: Support for query and fragment in goto URL
* Smaller textfield
* #265437 by KiamLaLuno, hass:
- Invalid call to exit()
- Code style