What's Changed
- Updates CI to run on PHP 8.3 through 8.5-dev by @gsteel in #63
- Adds support for CHIPS partitioned cookies by @battis in #62
Partitioned cookies can be created by callingwithPartitionedon the cookie instance, for example:For further information, see MDN DocsSetCookie::create('someCookie')->withPartitioned();
New Contributors
Full Changelog: v3.1.0...v3.2.0