Releases: chinpei215/cakephp-intlless
Releases · chinpei215/cakephp-intlless
Intlless plugin 1.0.2
- Made compatible with 3.5.
- Removed composer.lock.
Intlless plugin 1.0.1
Added stub of transliterator_transliterate()
.
Added .editorconfig
.
Intlless plugin 1.0.0
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.
Intlless plugin 0.2.0
Added Number::formatDelta method
Intlless plugin 0.1.0
Initial release