Skip to content

Commit f798b93

Browse files
committed
Release 12.6.1
1 parent a3d51d5 commit f798b93

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ XP Framework Core ChangeLog
33

44
## ?.?.? / ????-??-??
55

6+
## 12.6.1 / 2025-08-16
7+
68
### Bugfixes
79

810
* Fixed PHP 8.5 deprecation warnings about:
911
- `setAccesible()` being a no-op in reflection methods & properties
1012
- The `chr()` function not accepting integers outside `[0, 255]`.
13+
See https://wiki.php.net/rfc/deprecations_php_8_5
1114
(@thekid)
1215

1316
## 12.6.0 / 2025-08-03

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Finally, start `xp -v` to see it working:
3535

3636
```sh
3737
$ xp -v
38-
XP 12.6.1-dev { PHP/8.4.11 & Zend/4.4.11 } @ Windows NT SURFACE 10.0 build 26100 (Windows 11) AMD64
38+
XP 12.6.1 { PHP/8.4.11 & Zend/4.4.11 } @ Windows NT SURFACE 10.0 build 26100 (Windows 11) AMD64
3939
Copyright (c) 2001-2025 the XP group
4040
FileSystemCL<./src/main/php>
4141
FileSystemCL<./src/test/php>

src/main/resources/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.6.1-dev
1+
12.6.1

0 commit comments

Comments
 (0)