Skip to content

Commit 934a1fa

Browse files
authored
Merge pull request #127 from phil-davis/prepare-5.1.5
Prepare 5.1.5
2 parents abebcbd + a6cd725 commit 934a1fa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
ChangeLog
22
=========
33

4+
5.1.5 (2024-07-25)
5+
------------------
6+
7+
* #125 PHPdoc, CI and test changes to bring 5.1 up to PHP 8.3 (@phil-davis)
8+
* #126 PHP 8.4 compliance (@phil-davis)
9+
410
5.1.4 (2021-11-04)
511
------------------
612

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ class Version
1616
/**
1717
* Full version number.
1818
*/
19-
const VERSION = '5.1.4';
19+
const VERSION = '5.1.5';
2020
}

0 commit comments

Comments
 (0)