Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kingschnulli committed Mar 24, 2021
1 parent 0b2cf21 commit 4be1b4c
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 4 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"source-directory": "copy_this/modules/agcookiecompliance/",
"target-directory": "agcookiecompliance"
}
}
},
"version": "1.2.0"
}
2 changes: 1 addition & 1 deletion copy_this/modules/agcookiecompliance/metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxid-cookie-compliance",
"version": "1.1.7",
"version": "1.2.0",
"private": true,
"scripts": {
"release": "dotenv release-it -VV",
Expand Down

0 comments on commit 4be1b4c

Please sign in to comment.