prepare for release

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2025-09-10 14:16:04 -06:00
parent 9b9079bdd7
commit 17323ec76c
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
# v1.7.49.5
## 09/10/2025
1. [](#bugfix)
* Backup not honoring ignored paths - fixes [#3952](https://github.com/getgrav/grav/issues/3952)
# v1.7.49.4
## 09/03/2025

View File

@@ -9,7 +9,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.7.49.4');
define('GRAV_VERSION', '1.7.49.5');
define('GRAV_SCHEMA', '1.7.0_2020-11-20_1');
define('GRAV_TESTING', false);