Merge tag '1.7.37' into develop

Release v1.7.37
This commit is contained in:
Andy Miller 2022-10-05 11:31:48 -06:00
commit 72ba7ccab6
No known key found for this signature in database
GPG Key ID: 9F2CF38AEBDB0AE0
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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);