From 4be1b4cec553a5b5f8dd9f2b7d87ef8cf63e5214 Mon Sep 17 00:00:00 2001 From: alexander Date: Wed, 24 Mar 2021 16:58:27 +0100 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 43 +++++++++++++++++++ composer.json | 3 +- .../modules/agcookiecompliance/metadata.php | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 48 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7937974..232ed59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,53 @@ 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.0](https://github.com/aggrosoft/oxid-cookie-compliance/compare/1.1.11...1.2.0) + +> 24 March 2021 + +- added vanilla javascript, added jquery switch, bunped dependecies, fi… [`#19`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/19) +- added vanilla javascript, added jquery switch, bunped dependecies, fixed COOKIE_COMPLIANCE_URL not set [`c7663a5`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/c7663a550ac9cfb9feafdd42f27a33054d86314c) +- fresh build [`0b2cf21`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/0b2cf21d8beab736bfaa0bc5c1021f9c59ea6ffb) +- build script might fail [`cc5e20b`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/cc5e20bca9dbe5dc66a322f6de800110e4029525) + +#### [1.1.11](https://github.com/aggrosoft/oxid-cookie-compliance/compare/1.1.10...1.1.11) + +> 12 March 2021 + +- fix typo [`dc0ce78`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/dc0ce780f2b63ca0d764f69eee4d44e6efa3c1c0) + +#### [1.1.10](https://github.com/aggrosoft/oxid-cookie-compliance/compare/1.1.9...1.1.10) + +> 12 March 2021 + +- remove version [`eb88531`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/eb88531bf2aa4e97b28d31ce353e8865b38b0c6d) + +#### [1.1.9](https://github.com/aggrosoft/oxid-cookie-compliance/compare/1.1.8...1.1.9) + +> 12 March 2021 + +- Update agcookiecompliance_lang.php [`da7c956`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/da7c95620900c9c05de58590d84acde0afd9009b) + +#### [1.1.8](https://github.com/aggrosoft/oxid-cookie-compliance/compare/1.1.7...1.1.8) + +> 11 March 2021 + +- add fr lang [`#17`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/17) +- add en lang [`#16`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/16) +- multilang info [`#15`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/15) +- removed concat asset include [`#14`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/14) +- Bump ini from 1.3.5 to 1.3.8 [`#13`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/13) +- Bump node-fetch from 2.6.0 to 2.6.1 [`#9`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/9) +- missing lang entry [`#10`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/10) +- Update README.md [`#11`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/11) +- Create agcookiecompliance_lang.php [`3113370`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/3113370c9393be7717958b57f493335f217b7348) +- Create agcookiecompliance_lang.php [`55d24b5`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/55d24b5c32d6ca0166c569ef03f473046f122fb6) + #### [1.1.7](https://github.com/aggrosoft/oxid-cookie-compliance/compare/1.1.6...1.1.7) > 2 October 2020 +- Release 1.1.7 [`43145a8`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/43145a8c6c8afd91560c9aa38eee39f9f5d6e92e) - cookieinfos table display bug [`0092e8f`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/0092e8f21f76354d2e43e532ea1f1ce7afa070fc) #### [1.1.6](https://github.com/aggrosoft/oxid-cookie-compliance/compare/1.1.5...1.1.6) diff --git a/composer.json b/composer.json index 84072b8..8dfc5fc 100644 --- a/composer.json +++ b/composer.json @@ -18,5 +18,6 @@ "source-directory": "copy_this/modules/agcookiecompliance/", "target-directory": "agcookiecompliance" } - } + }, + "version": "1.2.0" } diff --git a/copy_this/modules/agcookiecompliance/metadata.php b/copy_this/modules/agcookiecompliance/metadata.php index 92ad882..6e0cc40 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.1.7', + 'version' => '1.2.0', 'author' => 'Aggrosoft GmbH', 'extend' => array( 'oxviewconfig' => 'agcookiecompliance/extensions/core/agcookiecompliance_oxviewconfig' diff --git a/package-lock.json b/package-lock.json index df69e1d..11b0e1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "oxid-cookie-compliance", - "version": "1.1.7", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0921cf1..dc62c5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oxid-cookie-compliance", - "version": "1.1.7", + "version": "1.2.0", "private": true, "scripts": { "release": "dotenv release-it -VV",