We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d75649 commit 076c10dCopy full SHA for 076c10d
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# v1.8.0-beta.22
2
+## 11/06/2025
3
+
4
+1. [](#bugfix)
5
+ * Removed over zealous safety checks
6
+ * Removed .gitattributes which was causing some unintended issues
7
8
# v1.8.0-beta.21
9
## 11/05/2025
10
system/defines.php
@@ -9,7 +9,7 @@
// Some standard defines
11
define('GRAV', true);
12
-define('GRAV_VERSION', '1.8.0-beta.21');
+define('GRAV_VERSION', '1.8.0-beta.22');
13
define('GRAV_SCHEMA', '1.8.0_2025-09-21_0');
14
define('GRAV_TESTING', true);
15
0 commit comments