diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf5b08d8..db72d54f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # v1.7.37 -## mm/dd/2022 +## 10/05/2022 1. [](#new) * Added new `onPageHeaders()` event to allow for header modification as needed * Added a `system.pages.dirs` configuration option to allow for configurable paths, and multiple page paths * Added new `Pages::getSimplePagesHash` which is useful for caching pages specific data + * Updated to latest vendor libraries 1. [](#bugfix) * An attempt to workaround windows reading locked file issue [getgrav/grav-plugin-admin#2299](https://github.com/getgrav/grav-plugin-admin/issues/2299) * Force user index file to be updated to fix email addresses [getgrav/grav-plugin-login#229](https://github.com/getgrav/grav-plugin-login/issues/229) diff --git a/system/defines.php b/system/defines.php index ca967d29e..9c2e27c33 100644 --- a/system/defines.php +++ b/system/defines.php @@ -9,7 +9,7 @@ // Some standard defines define('GRAV', true); -define('GRAV_VERSION', '1.7.36'); +define('GRAV_VERSION', '1.7.37'); define('GRAV_SCHEMA', '1.7.0_2020-11-20_1'); define('GRAV_TESTING', false);