Improved
PHP SDK v1.1.2
1 day ago by ReadMe API
New Features and Improvements
- New Comparison Operators: Added
exists,not_exists, anddoesNotExistoperators to achieve parity with the JS SDK. These operators allow for more flexible conditional logic in your applications. (5f78fa6)
Bug Fixes
- Visitor Type Segment Key Update: Changed the
visitor_typesegment key tovisitorTypeto ensure consistency with the JS SDK. This helps maintain uniform segment handling across different SDKs. (89a8391)