mirror of
https://github.com/getgrav/grav.git
synced 2025-12-05 15:29:57 +01:00
@@ -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
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user