2015-11-19 02:13:55 +01:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
2016-02-04 05:56:03 +01:00
|
|
|
## [2.1.1]
|
|
|
|
|
|
|
|
* Fixed issue [#213](https://github.com/silverstripe/silverstripe-translatable/issues/213) causing crash when accessing a translation with a checkbox
|
|
|
|
* Consistently use uppercase "Locale" GET param
|
|
|
|
* Set current locale on POST requests (fixes [#156](https://github.com/silverstripe/silverstripe-translatable/issues/156))
|
|
|
|
* DOCS Added user guide
|
|
|
|
* Update translations
|
|
|
|
|
2015-11-19 02:13:55 +01:00
|
|
|
## [2.1.0]
|
|
|
|
|
|
|
|
* Changelog added
|
|
|
|
* Update translations
|
|
|
|
* Add tests for 3.2 and php 5.6
|
|
|
|
* Updated Travis build status branch
|
|
|
|
* Fixed 3.x deprecations, updated dep from 3.1 to 3.2
|