You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Optimizely PHP SDK Changelog
2
2
3
+
## 3.9.3
4
+
March 13, 2023
5
+
6
+
* We updated our README.md and other non-functional code to reflect that this SDK supports both Optimizely Feature Experimentation and Optimizely Full Stack. ([#261](https://github.com/optimizely/php-sdk/pull/261)).
7
+
8
+
## 3.9.2
9
+
October 5th, 2022
10
+
11
+
### Bug Fixes
12
+
* String type casting added to avoid deprecation notices when passing null to strlen. ([#253](https://github.com/optimizely/php-sdk/pull/253))
0 commit comments