From 56ad1d027ed991d6a2cd12f31169477c7a484c05 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 18 Feb 2013 01:03:57 +0100 Subject: [PATCH] Updated changelog --- docs/en/changelogs/2.4.10.md | 15 +++++++++++++-- docs/en/changelogs/index.md | 1 + 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/en/changelogs/2.4.10.md b/docs/en/changelogs/2.4.10.md index 852160aea..5e4f3aec5 100644 --- a/docs/en/changelogs/2.4.10.md +++ b/docs/en/changelogs/2.4.10.md @@ -1,4 +1,4 @@ -# 2.4.10 +# 2.4.10 (2013-02-19) ## 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 `$allowed_actions` definition. -## Upgrading \ No newline at end of file +## 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) \ No newline at end of file diff --git a/docs/en/changelogs/index.md b/docs/en/changelogs/index.md index d554cb064..6acf9a505 100644 --- a/docs/en/changelogs/index.md +++ b/docs/en/changelogs/index.md @@ -9,6 +9,7 @@ For information on how to upgrade to newer versions consult the [upgrading](/ins ## Stable Releases + * [2.4.10](2.4.10) - 2013-02-19 * [2.4.9](2.4.9) - 2012-12-04 * [2.4.8](2.4.8) - 2012-10-30 * [2.4.7](2.4.7) - 2012-02-01