All notable changes to cookie-consent
will be documented in this file
- add support for Laravel 5.7
- use
const
andlet
instead ofvar
- add turkish translations
- add estonian and russian translation
- add
cookie_lifetime
to config
- add support for Laravel 5.6
- add Slovak translation
- add Greek translation
- add support for Laravel 5.5, drop support for older versions of the framework.
- rename config file from
laravel-cookie-consent
tocookie-consent
.
- add support for secure cookies
- add support for Laravel 5.4
- add Dutch translation
- hide dialog when using back button and consent was already given
- added French translation
- added Swedish translation
- fixed support for PHP 5.6
** this version does not work on PHP 5.6 **
- added
Spatie\CookieConsent\CookieConsentMiddleware
- added Spanish translation
- add L5.3 compatiblity
- do not display the cookie warning when accepting cookies on a subpage
- fix publishing path for views and translations
- added Portuguese translation
- added German translation
- fixed typos in config file
- initial release