From fb20b58369d5e0140a4fa6da06edf8f40412f7bf Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 15 Aug 2018 17:12:20 -0600 Subject: [PATCH] changelog update --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb30fd0cbc..c0508d2c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## mm/dd/2018 1. [](#new) + * Set minimum requirements to [PHP 5.6.4](https://getgrav.org/blog/raising-php-requirements-2018) + * Updated Doctrine Collections to 1.4 + * Updated Symfony Components to 3.4 (with compatibility mode to fall back to Symfony YAML 2.8) * Added `Uri::method()` to get current HTTP method (GET/POST etc) * `FormatterInterface`: Added `getSupportedFileExtensions()` and `getDefaultFileExtension()` methods * Added option to disable `SimpleCache` key validation @@ -9,14 +12,12 @@ * Added twig filters for casting values: `|string`, `|int`, `|bool`, `|float`, `|array` * Made `ObjectCollection::matching()` criteria expressions to behave more like in Twig * Criteria: Added support for `LENGTH()`, `LOWER()`, `UPPER()`, `LTRIM()`, `RTRIM()` and `TRIM()` - * Set minimum requirements to [PHP 5.6.4](https://getgrav.org/blog/raising-php-requirements-2018) - * Updated Doctrine Collections to 1.4 - * Updated Symfony Components to 3.4 (with compatibility mode to fall back to Symfony YAML 2.8) * Added `Grav\Framework\File\Formatter` classes for encoding/decoding YAML, Markdown, JSON, INI and PHP serialized strings * Added `Grav\Framework\Session` class to replace `RocketTheme\Toolbox\Session\Session` * Added `Grav\Common\Media` interfaces and trait; use those in `Page` and `Media` classes * Added `Grav\Common\Page` interface to allow custom page types in the future * Added setting to disable sessions from the site [#2013](https://github.com/getgrav/grav/issues/2013) + * Added new `strict_mode` settings in `system.yaml` for compatibility 1. [](#improved) * Improved `Utils::url()` to support query strings * Display better exception message if Grav fails to initialize @@ -31,7 +32,6 @@ * Typo in demo typography page [#2136](https://github.com/getgrav/grav/pull/2136) * Fix for incorrect plugin order in debugger panel * Made `|markdown` filter HTML safe - * Fixed regression in 1.5.0-beta.1 blueprint extend and embed * Fixed bug in `ContentBlock` serialization * Fixed `Route::withQueryParam()` to accept array values * Fixed typo in truncate function [#1943](https://github.com/getgrav/grav/issues/1943)