From e9ebe3b533fc101e00aa71a75e300e62acd84512 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sat, 9 May 2015 12:53:29 -0600 Subject: [PATCH] updated changelog --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ce9860c7..7e914ad1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# v0.9.27 +## 05/09/2015 + +1. [](#new) + * Added new composer CLI command + * Added page-level summary header overrides + * Added `size` back for Media objects + * Refactored Backup command in preparation for admin plugin + * Added a new `parseLinks` method to Plugins class + * Added `starts_with` and `ends_with` Twig filters +2. [](#improved) + * Opitmized install of vendor libraries for speed improvement + * Improved configuration handling in preparation for admin plugin + * Cache optimization: Don't cache Twig templates when you pass dynamic params + * Moved `Utils::rcopy` to `Folder::rcopy` + * Improved `Folder::doDelete` + * Added check for required Curl in GPM + * Updated included composer.phar to latest version + * Various blueprint fixes for admin plugin + * Various PSR and code cleanup tasks +3. [](#bugfix) + * Fix issue with Gzip not working with `onShutDown()` event + * Fix for URLs with trailing slashes + * Handle condition where certain errors resulted in blank page + * Fix for issue with theme name equal to base_url and asset pipeline + * Fix to properly nomralize font rewrite path + * Fix for absolute URLs below the current page + * Fix for `..` page references + # v0.9.26 ## 04/24/2015