Releases: xsuchy09/utm-cookie
Releases · xsuchy09/utm-cookie
2.0.5
2.0.4
2.0.3 - PHP 8.2+ Support
Fix: PHP Support 8.2+
More info in utm cookies and rewrite values possibility
Since version 2.0.2 you can add more allowed cookies keys (save other info than just utm values) and you can rewrite cookies with your own values just with call UtmCookie::save($array)
where $array
should contains keys allowed by UtmCookie::$allowedUtmCookieKeys
(default are allowed utm parameters names, but you can set it as you need). See examples for more info.
New version with fixed get method.
New version for PHP 7.1+ with fixed get method (can return array too). See #3.
*fix - issue #1
Fix issue with setOverwrite method when it is called after init method and without setName method. See #1.