Improved

PHP SDK v1.1.2

View on GitHub

New Features and Improvements

  • New Comparison Operators: Added exists, not_exists, and doesNotExist operators 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_type segment key to visitorType to ensure consistency with the JS SDK. This helps maintain uniform segment handling across different SDKs. (89a8391)