• File: CHANGELOG.md
  • Full Path: /home/masbinta/public_html/core/vendor/spatie/laravel-cookie-consent/CHANGELOG.md
  • File size: 2.93 KB
  • MIME-type: text/plain
  • Charset: utf-8
# Changelog

All notable changes to `cookie-consent` will be documented in this file

## 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