From 6de517bf72022667ea1e677bce73c7297e6d0854 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 1 Oct 2013 00:26:11 +0200 Subject: [PATCH] 3.0.7 changelog --- docs/en/changelogs/3.0.7.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/en/changelogs/3.0.7.md b/docs/en/changelogs/3.0.7.md index 700a1b42e..1d8e1b96f 100644 --- a/docs/en/changelogs/3.0.7.md +++ b/docs/en/changelogs/3.0.7.md @@ -14,4 +14,13 @@ See [announcement](http://www.silverstripe.org/ss-2013-009-xss-in-cms-pages-sect Due to cross-site scripting concerns when user data is used for form messages, it is no longer possible to use HTML in `Form->sessionMessage()`, and consequently -in the `FormField->validate()` API. \ No newline at end of file +in the `FormField->validate()` API. + +## Changelog + +### Bugfixes + + * 2013-09-24 [114fb59](https://github.com/silverstripe/sapphire/commit/114fb59) Auto-escape titles in TreeDropdownField (Ingo Schommer) + * 2013-09-24 [e170f4c](https://github.com/silverstripe/silverstripe-cms/commit/e170f4c) Escaping in "dependent pages" (SS-2013-009) (Ingo Schommer) + * 2013-09-20 [b383a07](https://github.com/silverstripe/sapphire/commit/b383a07) Fixing tabindex added to CreditCardField when tabindex is NULL (Sean Harvey) + * 2013-09-20 [c453ea3](https://github.com/silverstripe/sapphire/commit/c453ea3) Fixing tabindex added to CreditCardField when tabindex is NULL (Sean Harvey) \ No newline at end of file