# Changelog
All notable changes to `cookie-consent` will be documented in this file
## 3.2.3 - 2023-01-16
### What's Changed
- Add PHP 8.2 Support by @patinthehat in https://github.com/spatie/laravel-cookie-consent/pull/185
- Convert all tests to pest by @alexmanase in https://github.com/spatie/laravel-cookie-consent/pull/186
- feat(locale): add pt_BR (Brazilian Portuguese) by @mateuslecchi in https://github.com/spatie/laravel-cookie-consent/pull/184
### New Contributors
- @alexmanase made their first contribution in https://github.com/spatie/laravel-cookie-consent/pull/186
- @mateuslecchi made their first contribution in https://github.com/spatie/laravel-cookie-consent/pull/184
**Full Changelog**: https://github.com/spatie/laravel-cookie-consent/compare/3.2.2...3.2.3
## 3.2.2 - 2022-06-03
### What's Changed
- ✨ feat(locale): add `th` locale(Thailand language) by @izcream in https://github.com/spatie/laravel-cookie-consent/pull/181
### New Contributors
- @izcream made their first contribution in https://github.com/spatie/laravel-cookie-consent/pull/181
**Full Changelog**: https://github.com/spatie/laravel-cookie-consent/compare/3.2.1...3.2.2
## 3.2.1 - 2022-04-22
## What's Changed
- add note about cookie domain to docs by @blite in https://github.com/spatie/laravel-cookie-consent/pull/180
- Add contrast on text, anchor -> button by @blite in https://github.com/spatie/laravel-cookie-consent/pull/179
## New Contributors
- @blite made their first contribution in https://github.com/spatie/laravel-cookie-consent/pull/180
**Full Changelog**: https://github.com/spatie/laravel-cookie-consent/compare/3.2.0...3.2.1
## 3.2.0 - 2022-01-14
- support Laravel 9
## 3.1.2 - 2021-08-19
- fix translation
## 3.1.1 - 2021-05-28
- added bengali translation (#160)
## 3.1.0 - 2021-05-27
- use TailwindCSS styling by default (#158)
## 3.0.1 - 2021-05-06
- update norwegian
## 3.0.0 - 2021-03-26
- require PHP 8.0+
- drop support for PHP 7.x
- convert syntax to PHP 8 where appropriate
- implement spatie/laravel-package-tools
## 2.12.13 - 2021-02-26
- add Vietnamese
## 2.12.12 - 2021-01-29
- add Macedonian translation (#139)
## 2.12.11 - 2020-12-11
- add Bulgarian translation (#137)
## 2.12.10 - 2020-11-28
- add support for PHP 8
## 2.12.9 - 2020-09-09
- Support Laravel 8
## 2.12.8 - 2020-08-24
- add Indonesia translation (#127)
## 2.12.7 - 2020-08-24
- fix arabic
## 2.12.6 - 2020-08-24
- add arabic
## 2.12.5 - 2020-06-08
- use `session.same_site` to set the Cookie's `SameSite` attribute (#119)
## 2.12.4 - 2020-05-13
- add romanian
## 2.12.3 - 2020-04-27
- add italian (#114)
## 2.12.2 - 2020-04-15
- add korean translations
## 2.12.1 - 2020-03-30
- add esperanto translations
## 2.12.0 - 2020-03-03
- add support for Laravel 7
## 2.11.0 - 2019-12-14
- add Danish texts
## 2.10.0 - 2019-10-02
- add Czech translation (#102)
## 2.9.0 - 2019-09-04
- make compatible with Laravel 6
## 2.8.0 - 2019-03-29
- add support for subdomain cookies
## 2.7.0 - 2019-02-27
- drop support for PHP 7.1
## 2.6.3 - 2019-02-27
- add support for Laravel 5.8
- drop support for PHP 7.0
## 2.6.2 - 2019-02-06
- add hungarian translations
## 2.6.1 - 2019-01-14
- do not use middleware when the package is disabled
## 2.6.0 - 2018-12-29
- add norwegian translations
## 2.5.0 - 2018-06-22
- add polish translations
## 2.4.1 - 2018-08-28
- add support for Laravel 5.7
- use `const` and `let` instead of `var`
## 2.4.0 - 2018-06-22
- add turkish translations
## 2.3.0 - 2018-06-09
- add estonian and russian translation
## 2.2.2 - 2018-02-28
- add `cookie_lifetime` to config
## 2.2.1 - 2018-02-08
- add support for Laravel 5.6
## 2.2.0 - 2018-02-08
- add Slovak translation
## 2.1.0 - 2017-10-24
- add Greek translation
## 2.0.0 - 2017-08-30
- add support for Laravel 5.5, drop support for older versions of the framework.
- rename config file from `laravel-cookie-consent` to `cookie-consent`.
## 1.9.0 - 2017-08-22
- add support for secure cookies
## 1.8.0 - 2017-01-24
- add support for Laravel 5.4
## 1.7.0 - 2016-11-07
- add Dutch translation
## 1.6.1 - 2016-10-30
- hide dialog when using back button and consent was already given
## 1.6.0 - 2016-10-11
- added French translation
## 1.5.0 - 2016-10-06
- added Swedish translation
## 1.4.1 - 2016-09-23
- fixed support for PHP 5.6
## 1.4.0 - 2016-09-23
** this version does not work on PHP 5.6 **
- added `Spatie\CookieConsent\CookieConsentMiddleware`
## 1.3.0 - 2016-09-07
- added Spanish translation
## 1.2.3 - 2016-08-23
- add L5.3 compatiblity
## 1.2.2 - 2016-07-13
- do not display the cookie warning when accepting cookies on a subpage
## 1.2.1 - 2016-07-04
- fix publishing path for views and translations
## 1.2.0 - 2016-07-01
- added Portuguese translation
## 1.1.0 - 2016-06-30
- added German translation
## 1.0.1 - 2016-06-28
- fixed typos in config file
## 1.0.0 - 2016-06-28
- initial release
|