prepare for release

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2025-11-06 18:55:56 +00:00
parent f420db0eea
commit 682109bf3b
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
# v1.7.50.8
## 11/06/2025
1. [](#bugfix)
* Removed over zealous safety checks
* Removed .gitattributes which was causing some unintended issues
# v1.7.50.7
## 11/05/2025

View File

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