Updated changelog

This commit is contained in:
Ingo Schommer 2013-02-18 01:03:57 +01:00
parent 190e0b8a47
commit 56ad1d027e
2 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# 2.4.10 # 2.4.10 (2013-02-19)
## Overview ## Overview
@ -28,4 +28,15 @@ Controllers which are extended with `$allowed_actions` (through an `Extension`)
now deny access to methods defined on the controller, unless this class also has them in its own now deny access to methods defined on the controller, unless this class also has them in its own
`$allowed_actions` definition. `$allowed_actions` definition.
## Upgrading ## Changelog
### API Changes
* 2013-02-15 [2352317](https://github.com/silverstripe/silverstripe-installer/commit/2352317) Filter composer files in IIS and Apache rules (fixes #8011) (Ingo Schommer)
* 2013-02-12 [45c68d6] Require ADMIN for ?showtemplate=1 (Ingo Schommer)
### Bugfixes
* 2013-02-17 [c7b0666](https://github.com/silverstripe/silverstripe-cms/commit/c7b0666) Escape page titles in CommentAdmin table listing (Ingo Schommer)
* 2013-01-15 [50995fb] Undefined `$allowed_actions` overrides parent definitions, stricter handling of $allowed_actions on Extension (Ingo Schommer)
* 2013-01-06 [eecd348] Keep Member.PasswordEncryption setting on empty passwords (Ingo Schommer)

View File

@ -9,6 +9,7 @@ For information on how to upgrade to newer versions consult the [upgrading](/ins
## Stable Releases ## Stable Releases
* [2.4.10](2.4.10) - 2013-02-19
* [2.4.9](2.4.9) - 2012-12-04 * [2.4.9](2.4.9) - 2012-12-04
* [2.4.8](2.4.8) - 2012-10-30 * [2.4.8](2.4.8) - 2012-10-30
* [2.4.7](2.4.7) - 2012-02-01 * [2.4.7](2.4.7) - 2012-02-01