Skip to content

Releases: xsuchy09/utm-cookie

2.0.5

18 Oct 14:09
Compare
Choose a tag to compare

[impr] \UtmCookie\UtmCookie::save - conversion to string of param value of setcookie method added.

2.0.4

16 Aug 17:24
Compare
Choose a tag to compare

Fixed composer.json (version removed)

2.0.3 - PHP 8.2+ Support

31 Jul 17:20
958f931
Compare
Choose a tag to compare

Fix: PHP Support 8.2+

More info in utm cookies and rewrite values possibility

01 Feb 00:15
Compare
Choose a tag to compare

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.

25 Sep 17:01
Compare
Choose a tag to compare

New version for PHP 7.1+ with fixed get method (can return array too). See #3.

*fix - issue #1

25 Sep 17:00
Compare
Choose a tag to compare

Fix issue with setOverwrite method when it is called after init method and without setName method. See #1.