From 304e5d192e219417c915319e36f3d62eb9afd9eb Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 1 Oct 2013 00:15:52 +0200 Subject: [PATCH] Minor changelog fixes --- docs/en/changelogs/3.1.0.md | 13 +++++-------- docs/en/changelogs/index.md | 4 ++-- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/docs/en/changelogs/3.1.0.md b/docs/en/changelogs/3.1.0.md index 1ac99fd53..1588207c4 100644 --- a/docs/en/changelogs/3.1.0.md +++ b/docs/en/changelogs/3.1.0.md @@ -402,7 +402,7 @@ the following configuration: `RestfulService::set_default_curl_option(CURLOPT_SS The `[api:Deprecation]` API generates deprecation notices to help you future-proof your code. Calls to ceprecated methods will only produce errors if the API was deprecated in the release equal to or earlier than the "notification version" (currently set to "3.1.0"). - + If you change the notification version to 3.1.0-dev, then only methods deprecated in older versions (e.g. 3.0) will trigger notices, and the other methods will silently pass. This can be useful if you don't yet have time to remove all calls to deprecated methods. @@ -471,8 +471,8 @@ you can enable those warnings and future-proof your code already. * `DataList#dataQuery` has been changed to return a clone of the query, and so can't be used to modify the list's query directly. Use `DataList#alterDataQuery` instead to modify dataQuery in a safe manner. * `ScheduledTask`, `QuarterHourlyTask`, `HourlyTask`, `DailyTask`, `MonthlyTask`, `WeeklyTask` and - `YearlyTask` are deprecated, please extend from `BuildTask` or `CliController`, - and invoke them in self-defined frequencies through Unix cronjobs etc. + `YearlyTask` are deprecated, please extend from `BuildTask` or `CliController`, + and invoke them in self-defined frequencies through Unix cronjobs etc. * `i18n::$common_locales` and `i18n::$common_languages` are now accessed via the Config API, and contain associative rather than indexed arrays. Before: `array('de_DE' => array('German', 'Deutsch'))`, @@ -486,13 +486,9 @@ you can enable those warnings and future-proof your code already. To remove the hints, use `setDescription(null)` and `setAttribute('placeholder', null)`. * Changed the way FreeStrings in `SSTemplateParser` are recognized, they will now also break on inequality operators (`<`, `>`). If you use inequality operators in free strings in comparisions like - `<% if SomeOther>String %>...<% end_if %>` - you have to replace them with explicitly markes strings like - - `<% if "Some...<% end_if %>` - + `<% if "Some...<% end_if %>`. This change was necessary in order to support inequality operators in comparisons in templates * Hard limit displayed pages in the CMS tree to `500`, and the number of direct children to `250`, to avoid excessive resource usage. Configure through `Hierarchy.node_threshold_total` and ` @@ -505,3 +501,4 @@ you can enable those warnings and future-proof your code already. * Forms created in the CMS should now be instances of a new `CMSForm` class, and have the CMS controller's response negotiator passed into them. Example: `$form = new CMSForm(...); $form->setResponseNegotiator($this->getResponseNegotiator());` + diff --git a/docs/en/changelogs/index.md b/docs/en/changelogs/index.md index cc6de9cdc..4c2575c5c 100644 --- a/docs/en/changelogs/index.md +++ b/docs/en/changelogs/index.md @@ -9,9 +9,9 @@ For information on how to upgrade to newer versions consult the [upgrading](/ins ## Stable Releases - * [3.1.0](3.1.0) - Unreleased + * [3.1.0](3.1.0) - 1 October 2013 - * [3.0.5](3.0.5) - 2013-02-20 + * [3.0.5](3.0.5) - 20 February 2013 * [3.0.4](3.0.4) - 19 February 2013 * [3.0.3](3.0.3) - 26 November 2012 * [3.0.2](3.0.2) - 17 September 2012