From 7a56a361a0db96bce7323ca383458402333f70cb Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 23 Oct 2015 14:52:22 -0600 Subject: [PATCH] version update --- CHANGELOG.md | 27 +++++++++++++++++++++++---- composer.lock | 10 +++++----- system/defines.php | 2 +- 3 files changed, 29 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c166bc..8cb97d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,22 @@ -# v0.9.46 -## XX/XX/2015 +# v1.0.0-rc.1 +## 10/23/2015 1. [](#new) - * Use native YAML parser if installed for 4X speed boost in parsing YAML files + * Use native PECL YAML parser if installed for 4X speed boost in parsing YAML files * Support for inherited theme class * Added new default language prepend system configuration option * New `|evaluate` Twig filter to evaluate a string as twig + * New system option to ignore all **hidden** files and folders + * New system option for default redirect code + * Added ability to append specific `[30x]` codes to redirect URLs + * Added `url_taxonomy_filters` for page collections + * Added `@root` page and `recurse` flag for page collections + * Support for **multiple** page collection types as an array + * Added Dutch language file + * Added Russian language file + * Added `remove` method to User object 1. [](#improved) + * Moved hardcoded mimetypes to `media.yaml` to be treated as Page media files * Set `errors: display: false` by default in `system.yaml` * Strip out extra slashes in the URI * Validate hostname to ensure it is valid @@ -14,12 +24,21 @@ * Removed `home_redirect` settings from `system.yaml` * Added Page `media` as root twig object for consistency * Updated to latest vendor libraries + * Optimizations to Asset pipeline logic for minor speed increase + * Block direct access to a variety of files in `.htaccess` for increased security + * Debugbar vendor library update + * Always fallback to english if other translations are not available 1. [](#bugfix) - * Fix for redirecting external URL with multilanguage + * Fix for redirecting external URL with multi-language + * Fix for Asset pipeline not respecting asset groups * Fix language files with child/parent theme relationships * Fixed a regression issue resulting in incorrect default language * Ensure error handler is initialized before URI is processed * Use default language in Twig if active language is not set + * Fixed issue with `safeEmailFilter()` Twig filter not separating with `;` properly + * Fixed empty YAML file causing error with native PECL YAML parser + * Fixed `SVG` mimetype + * Fixed incorrect `Cache-control: max-age` value format # v0.9.45 ## 10/08/2015 diff --git a/composer.lock b/composer.lock index 5d5dd8a9..7b094c5e 100644 --- a/composer.lock +++ b/composer.lock @@ -403,16 +403,16 @@ }, { "name": "maximebf/debugbar", - "version": "v1.10.4", + "version": "v1.10.5", "source": { "type": "git", "url": "https://github.com/maximebf/php-debugbar.git", - "reference": "7b2006e6e095126b5a061ec33fca3d90ea8a8219" + "reference": "30e53e8a28284b69dd223c9f5ee8957befd72636" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/7b2006e6e095126b5a061ec33fca3d90ea8a8219", - "reference": "7b2006e6e095126b5a061ec33fca3d90ea8a8219", + "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e53e8a28284b69dd223c9f5ee8957befd72636", + "reference": "30e53e8a28284b69dd223c9f5ee8957befd72636", "shasum": "" }, "require": { @@ -455,7 +455,7 @@ "keywords": [ "debug" ], - "time": "2015-02-05 07:51:20" + "time": "2015-10-19 20:35:12" }, { "name": "monolog/monolog", diff --git a/system/defines.php b/system/defines.php index 9060e6e5..2adc2b99 100644 --- a/system/defines.php +++ b/system/defines.php @@ -2,7 +2,7 @@ // Some standard defines define('GRAV', true); -define('GRAV_VERSION', '0.9.45'); +define('GRAV_VERSION', '1.0.0-rc.1'); define('DS', '/'); // Directories and Paths