Merge remote-tracking branch 'origin/3.1.6' into 3.1

This commit is contained in:
Damian Mooyman 2014-08-19 09:38:17 +12:00
commit a838e9bae6
2 changed files with 17 additions and 0 deletions

View File

@ -79,6 +79,7 @@ For information on how to upgrade to newer versions consult the [upgrading](/ins
## Alpha/beta/release candidate ##
* [3.1.6-rc3](rc/3.1.6-rc3) - 18 August 2014
* [3.1.6-rc2](rc/3.1.6-rc2) - 12 August 2014
* [3.1.6-rc1](rc/3.1.6-rc1) - 5 August 2014
* [3.1.5-rc1](rc/3.1.5-rc1) - 7 May 2014

View File

@ -0,0 +1,16 @@
# 3.1.6-rc3
### Features and Enhancements
* 2014-08-13 [5704ae2](https://github.com/silverstripe/sapphire/commit/5704ae2) Sanitise task name in runTask (Kirk Mayo)
### Bugfixes
* 2014-08-15 [7e70b8d](https://github.com/silverstripe/sapphire/commit/7e70b8d) Reapply fix for cms crashing due to History.js blindly appending slashes to end of url (Damian Mooyman)
* 2014-05-15 [7277dc1](https://github.com/silverstripe/silverstripe-cms/commit/7277dc1) Fix sorting on main ReportAdmin grid ref: CWPBUG-133 (Damian Mooyman)
## Downloads
* [framework](https://github.com/silverstripe/silverstripe-framework/releases/tag/3.1.6-rc3)
* [cms](https://github.com/silverstripe/silverstripe-cms/releases/tag/3.1.6-rc3)
* [installer](https://github.com/silverstripe/silverstripe-installer/releases/tag/3.1.6-rc3)