All notable changes to cookie-consent
will be documented in this file
- Add catalan translation by @agisbertb in #197
- @agisbertb made their first contribution in #197
Full Changelog: https://github.com/spatie/laravel-cookie-consent/compare/3.3.1...3.3.2
- fix - styling on smaller screens by @antonL95 in #196
- @antonL95 made their first contribution in #196
Full Changelog: https://github.com/spatie/laravel-cookie-consent/compare/3.3.0...3.3.1
- Clarifying when this package is required. by @matthiaz in #192
- Laravel 11.x Compatibility by @laravel-shift in #194
- @matthiaz made their first contribution in #192
Full Changelog: https://github.com/spatie/laravel-cookie-consent/compare/3.2.4...3.3.0
- Laravel 10.x Compatibility by @laravel-shift in #187
- @laravel-shift made their first contribution in #187
Full Changelog: https://github.com/spatie/laravel-cookie-consent/compare/3.2.3...3.2.4
- Add PHP 8.2 Support by @patinthehat in #185
- Convert all tests to pest by @alexmanase in #186
- feat(locale): add pt_BR (Brazilian Portuguese) by @mateuslecchi in #184
- @alexmanase made their first contribution in #186
- @mateuslecchi made their first contribution in #184
Full Changelog: https://github.com/spatie/laravel-cookie-consent/compare/3.2.2...3.2.3
- ✨ feat(locale): add
th
locale(Thailand language) by @izcream in #181
- @izcream made their first contribution in #181
Full Changelog: https://github.com/spatie/laravel-cookie-consent/compare/3.2.1...3.2.2
- add note about cookie domain to docs by @blite in #180
- Add contrast on text, anchor -> button by @blite in #179
- @blite made their first contribution in #180
Full Changelog: https://github.com/spatie/laravel-cookie-consent/compare/3.2.0...3.2.1
- support Laravel 9
- 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