Skip to content

Commit 17a9a92

Browse files
committed
releasing updates in split terminology and solved warnings for PHP 8.2
1 parent 565ab65 commit 17a9a92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
7.1.7 (May 15, 2023)
1+
7.1.7 (May 16, 2023)
22
- Updated terminology on the SDKs codebase to be more aligned with current standard without causing a breaking change. The core change is the term split for feature flag on things like logs and phpdoc comments.
33
- Fixed php 8.2 warnings in code.
44

src/SplitIO/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
class Version
55
{
6-
const CURRENT = '7.1.7-rc1';
6+
const CURRENT = '7.1.7';
77
}

0 commit comments

Comments
 (0)