diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e5b8a..cc6b604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.2.3](https://github.com/aggrosoft/oxid-cookie-compliance/compare/1.2.2...1.2.3) + +- Bump node-fetch from 2.6.1 to 2.6.7 [`#26`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/26) +- Bump hosted-git-info from 2.8.8 to 2.8.9 [`#21`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/21) +- Bump path-parse from 1.0.6 to 1.0.7 [`#23`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/23) +- increased z-index to 9999 for all [`#24`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/24) +- implement (right) handling for opt-out consent type [`#22`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/22) +- fix function definition [`0c4afb7`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/0c4afb7fecc245d774804afd9a300f1d13c2df55) +- add missing use statement [`c8e0cbd`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/c8e0cbd2e4ed665ec529debdfb4d2e7f85ce2026) + #### [1.2.2](https://github.com/aggrosoft/oxid-cookie-compliance/compare/1.2.1...1.2.2) > 1 April 2021 +- Release 1.2.2 [`a0fe2cf`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/a0fe2cfbebfc50ffec8cd1041e2829a231c8b51e) - Missing quotes [`c12cbf0`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/c12cbf05608ffe9ba7ac42ff058ec3effd6a4c10) #### [1.2.1](https://github.com/aggrosoft/oxid-cookie-compliance/compare/1.2.0...1.2.1) diff --git a/composer.json b/composer.json index 45c144f..c6aebea 100644 --- a/composer.json +++ b/composer.json @@ -19,5 +19,5 @@ "target-directory": "agcookiecompliance" } }, - "version": "1.2.2" + "version": "1.2.3" } diff --git a/copy_this/modules/agcookiecompliance/metadata.php b/copy_this/modules/agcookiecompliance/metadata.php index 7aaaa9b..9074084 100644 --- a/copy_this/modules/agcookiecompliance/metadata.php +++ b/copy_this/modules/agcookiecompliance/metadata.php @@ -11,7 +11,7 @@ 'title' => $icon . ' Cookie Compliance', 'description' => 'GDPR Cookie Compliance', 'thumbnail' => '', - 'version' => '1.2.2', + 'version' => '1.2.3', 'author' => 'Aggrosoft GmbH', 'extend' => array( 'oxviewconfig' => 'agcookiecompliance/extensions/core/agcookiecompliance_oxviewconfig' diff --git a/package-lock.json b/package-lock.json index 342d71a..a4c0a03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "oxid-cookie-compliance", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fde4444..976865f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oxid-cookie-compliance", - "version": "1.2.2", + "version": "1.2.3", "private": true, "scripts": { "release": "dotenv release-it -VV",