We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9993f3d commit 7d5a2e9Copy full SHA for 7d5a2e9
CHANGES.txt
@@ -1,5 +1,5 @@
1
7.1.2 (May 24, 2022)
2
- - Added validation when strlen is not receiving string to avoid Fatal Error in PHP 8.
+ - Added validation when `strlen` is not receiving string to avoid Fatal Error in PHP 8.
3
4
7.1.1 (March 28, 2022)
5
- Removed unused logic for HTTP and requests dependency.
src/SplitIO/Version.php
@@ -3,5 +3,5 @@
class Version
{
6
- const CURRENT = '7.1.2-rc1';
+ const CURRENT = '7.1.2';
7
}
0 commit comments