Skip to content

Releases: mixpanel/mixpanel-php

2.11.0

11 Apr 23:06
4b0fafa
Compare
Choose a tag to compare
  • Fix identify regex for $anon_id
  • Fix PHP 8.2 deprecation warning

2.10.0

10 Aug 22:04
c4b6245
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.9.0...2.10.0

2.9.0

21 Jul 21:51
1c0b1fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.8.1...2.9.0

2.8.0

20 Apr 15:25
1fde768
Compare
Choose a tag to compare
  • added $anon_id parameter to identify method, and a track call when parameter exists and is in UUID v4 format
  • Change parameter names for createAlias method to $distinct_id and $alias
  • Prevent unnecessary call to _encode on non-forked CurlConsumer
  • make sure 'Connection' exists before accessing it

2.7.0

08 Jul 22:40
Compare
Choose a tag to compare
  • Dropped test support for EOL PHP version (all < 7.1)
  • Added Parallel cURL implementation
  • Make createAlias adhere to the consumer config
  • Added option to set $ignore_alias on people updates
  • Fixed Singleton instance must depend on requested token
  • Fixed license type in composer.json
  • Remove testing on HHVM as its no longer support by composer