Skip to content

Releases: codezero-be/cookie

Version 2.0.0

27 Sep 16:31
Compare
Choose a tag to compare
  • Rewrite and simplify classes
  • Rewrite tests for PHPUnit
  • Add additional optional parameters to cookie methods
  • Add exists method to Cookie interface
  • Support Laravel 6
  • Autodetect Laravel ServiceProvider

Version 1.0.2

16 Aug 22:48
Compare
Choose a tag to compare

Allow additional parameters on the store method.

Version 1.0.1

30 Mar 12:39
Compare
Choose a tag to compare

Fix: use explicit comparison of the VanillaCookieCore constructor argument

Version 1.0.0

28 Mar 17:35
Compare
Choose a tag to compare
  • Version 1.0.0 of Cookie
  • Laravel 5 adapter included
  • Vanilla PHP implementation included
  • Vanilla PHP basic cookie setter/getter class included
  • Optional cookie encryption with codezero/encrypter