All notable changes to this project are documented in this file. This project adheres to Semantic Versioning.
2017-08-30
- Made compatible with 3.5.
- Removed
composer.lock
.
2017-03-25
- Added stub of
transliterator\_transliterate()
. - Added
.editorconfig
.
2016-09-04
- Fixed
CsrfComponent
throws a fatal error. - Added
Intlless\I18n
class.Cake\I18n\I18n
is now an alias for it. - Added
Intlless\Translator
class. - Added
Intlless\Time
class.Cake\I18n\Time
is now an alias for it. - Added
Intlless\FrozenTime
class.Cake\I18n\FrozenTime
is now an alias for it. - Removed all functions from functions.php. It is no longer required.
2016-09-02
- Added
Intlless\Number::formatDelta
method.
2016-09-02
- Initial release.