All notable changes to cookie-consent
will be documented in this file
- fix translation
- added bengali translation (#160)
- use TailwindCSS styling by default (#158)
- update norwegian
- require PHP 8.0+
- drop support for PHP 7.x
- convert syntax to PHP 8 where appropriate
- implement spatie/laravel-package-tools
- add Vietnamese
- add Macedonian translation (#139)
- add Bulgarian translation (#137)
- add support for PHP 8
- Support Laravel 8
- add Indonesia translation (#127)
- fix arabic
- add arabic
- use
session.same_site
to set the Cookie'sSameSite
attribute (#119)
- add romanian
- add italian (#114)
- add korean translations
- add esperanto translations
- add support for Laravel 7
- add Danish texts
- add Czech translation (#102)
- make compatible with Laravel 6
- add support for subdomain cookies
- drop support for PHP 7.1
- add support for Laravel 5.8
- drop support for PHP 7.0
- add hungarian translations
- do not use middleware when the package is disabled
- add norwegian translations
- add polish translations
- 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