mirror of
https://github.com/getgrav/grav.git
synced 2025-12-05 15:29:57 +01:00
Compare commits
2 Commits
27789991ae
...
1bc6e5e13a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1bc6e5e13a | ||
|
|
f339bb83c5 |
@@ -1,3 +1,9 @@
|
||||
# v1.8.0-beta.25
|
||||
## 11/22/2025
|
||||
|
||||
1. [](#bugfix)
|
||||
* Fixed Twig version
|
||||
|
||||
# v1.8.0-beta.24
|
||||
## 11/20/2025
|
||||
|
||||
|
||||
8
composer.lock
generated
8
composer.lock
generated
@@ -4228,12 +4228,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/getgrav/Twig.git",
|
||||
"reference": "5a01e60e351f4c8d41765970c412d2500288339b"
|
||||
"reference": "62c58c8977110b2be0e30362f381aa30cc2d2db5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/getgrav/Twig/zipball/5a01e60e351f4c8d41765970c412d2500288339b",
|
||||
"reference": "5a01e60e351f4c8d41765970c412d2500288339b",
|
||||
"url": "https://api.github.com/repos/getgrav/Twig/zipball/62c58c8977110b2be0e30362f381aa30cc2d2db5",
|
||||
"reference": "62c58c8977110b2be0e30362f381aa30cc2d2db5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4293,7 +4293,7 @@
|
||||
"support": {
|
||||
"source": "https://github.com/getgrav/Twig/tree/3.x"
|
||||
},
|
||||
"time": "2025-11-21T11:38:05+00:00"
|
||||
"time": "2025-11-21T12:04:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "willdurand/negotiation",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
// Some standard defines
|
||||
define('GRAV', true);
|
||||
define('GRAV_VERSION', '1.8.0-beta.24');
|
||||
define('GRAV_VERSION', '1.8.0-beta.25');
|
||||
define('GRAV_SCHEMA', '1.8.0_2025-09-21_0');
|
||||
define('GRAV_TESTING', true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user