diff --git a/CHANGELOG.md b/CHANGELOG.md index 11745dc96..ee062db54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,18 @@ # v1.6.28 -## mm/dd/2020 +## 10/07/2020 1. [](#new) * Back-ported twig `{% cache %}` tag from Grav 1.7 * Back-ported `Utils::fullPath()` helper function from Grav 1.7 - * Back-ported `{{ svg_image() }}` Twig function from Grav .17 + * Back-ported `{{ svg_image() }}` Twig function from Grav 1.7 + * Back-ported `Folder::countChildren()` function from Grav 1.7 1. [](#improved) * Use new `{{ theme_var() }}` enhanced logic from Grav 1.7 + * Improved `Excerpts` class with fixes and functionality from Grav 1.7 * Ensure `onBlueprintCreated()` is initialized first + * Do not cache default `404` error page + * Composer update of vendor libraries + * Switched `Caddyfile` to use new Caddy2 syntax + improved usability 1. [](#bugfix) * Fixed Referer reference during GPM calls. * Fixed fatal error with toggled lists diff --git a/system/defines.php b/system/defines.php index 1c16e52f1..bf60f1542 100644 --- a/system/defines.php +++ b/system/defines.php @@ -8,7 +8,7 @@ // Some standard defines define('GRAV', true); -define('GRAV_VERSION', '1.6.27'); +define('GRAV_VERSION', '1.6.28'); define('GRAV_TESTING', false); define('DS', '/');