From cb8ea7780f8cabff60974a37af649dc239e7a1e3 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 30 Jan 2015 18:13:25 -0700 Subject: [PATCH] version update --- CHANGELOG.md | 19 +++++++++++++++++++ system/defines.php | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c41bc5c..67164b01e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# v0.9.16 +## 01/30/2015 + +1. [](#new) + * Added **Retina** and **Responsive** image support via Grav media and `srcset` image attribute + * Added image debug option that overlays responsive resolution + * Added a new image cache stream +2. [](#improved) + * Improved the markdown Lightbox functionality to better mimic Twig version + * Fullsize Lightbox can now have filters applied + * Added a new `mergeConfig()` method to Plugin class to merge system + page header configuration + * Added a new `disable()` method to Plugin class to programatically disable a plugin + * Updated Parsedown and Parsedown Extra to address bugs + * Various PSR fixes +3. [](#bugfix) + * Fix bug with image dispatch in traditionally _non-routable_ pages + * Fix for markdown link not working on non-current pages + * Fix for markdown images not being found on homepage + # v0.9.15 ## 01/23/2015 diff --git a/system/defines.php b/system/defines.php index e87129e07..0d011136f 100644 --- a/system/defines.php +++ b/system/defines.php @@ -2,7 +2,7 @@ // Some standard defines define('GRAV', true); -define('GRAV_VERSION', '0.9.15'); +define('GRAV_VERSION', '0.9.16'); define('DS', '/'); // Directories and Paths