Skip to content

Commit 1139a7f

Browse files
committed
Release phpwcms v1.10.8
1 parent 5fd1c2e commit 1139a7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/inc_lib/revision/revision.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
*
1010
**/
1111

12-
const PHPWCMS_VERSION = '1.10.7';
13-
const PHPWCMS_RELEASE_DATE = '2025/04/08';
12+
const PHPWCMS_VERSION = '1.10.8';
13+
const PHPWCMS_RELEASE_DATE = '2025/04/12';
1414
const PHPWCMS_REVISION = '554';

include/vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => '__root__',
44
'pretty_version' => 'dev-master',
55
'version' => 'dev-master',
6-
'reference' => '5ba94f475b4b929653b0afb7d88d6416708a5eea',
6+
'reference' => '5fd1c2ea8df252de182d0a0beffbf034160c7c54',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../../',
99
'aliases' => array(),
@@ -13,7 +13,7 @@
1313
'__root__' => array(
1414
'pretty_version' => 'dev-master',
1515
'version' => 'dev-master',
16-
'reference' => '5ba94f475b4b929653b0afb7d88d6416708a5eea',
16+
'reference' => '5fd1c2ea8df252de182d0a0beffbf034160c7c54',
1717
'type' => 'library',
1818
'install_path' => __DIR__ . '/../../../',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)