Skip to content

Commit 5339146

Browse files
committed
prepare for beta release
Signed-off-by: Andy Miller <[email protected]>
1 parent 2fadc14 commit 5339146

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# v1.8.0-beta.4
2-
## mm/dd/2024
2+
## 01/27/2025
33

44
1. [](#bugfix)
55
* Fixed a PHP compatibility issue with `AbstractLazyCollection`

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The underlying architecture of Grav is designed to use well-established and _bes
2020

2121
# Requirements
2222

23-
- PHP 7.3.6 or higher. Check the [required modules list](https://learn.getgrav.org/basics/requirements#php-requirements)
23+
- PHP 8.2 or higher. Check the [required modules list](https://learn.getgrav.org/basics/requirements#php-requirements)
2424
- Check the [Apache](https://learn.getgrav.org/basics/requirements#apache-requirements) or [IIS](https://learn.getgrav.org/basics/requirements#iis-requirements) requirements
2525

2626
# Documentation

system/defines.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// Some standard defines
1111
define('GRAV', true);
12-
define('GRAV_VERSION', '1.8.0-beta.3');
12+
define('GRAV_VERSION', '1.8.0-beta.4');
1313
define('GRAV_SCHEMA', '1.7.0_2020-11-20_1');
1414
define('GRAV_TESTING', true);
1515

0 commit comments

Comments
 (0)