Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@gsteel gsteel released this 18 Jul 20:57
ebe6c15

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