Skip to content

Releases: dflydev/dflydev-fig-cookies

v3.1.0

18 Jul 20:57
ebe6c15
Compare
Choose a tag to compare

What's Changed

  • CI Fixes by @franzliedke in #46
  • Deprecate cookie expiry facades

    The methods FigResponseCookies::expire() and SetCookie::createExpired() have been deprecated. In order to expire a cookie, create a SetCookie instance with properties that match the existing cookie and call expire, passing the new SetCookie instance to FigResponseCookies::set().
    by @franzliedke in #45
  • Documentation Fix

    Fix minor grammatical error in the README by @settermjd in #49
  • Allow psr/http-message ^2

    Expands composer constraint for psr/http-message to ^1 || ^2
    by @gsteel in #60

New Contributors

Full Changelog: v3.0.0...v3.1.0

Version 3.0.0

22 Jan 02:58
Compare
Choose a tag to compare

Updated to support PHP 8.

Version 2.0.3

07 Dec 16:43
Compare
Choose a tag to compare

Fix potential issue with malformed cookies causing catastrophic errors instead of simply returning a cookie with no value. #42

Version 2.0.2

04 Dec 16:42
ba0b1a3
Compare
Choose a tag to compare
Merge pull request #40 from weierophinney/security/do-not-decode-cook…

…ie-names

Do not decode cookie names, just values