Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kingschnulli committed Apr 1, 2021
1 parent c12cbf0 commit a0fe2cf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ 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.2](https://github.com/aggrosoft/oxid-cookie-compliance/compare/1.2.1...1.2.2)

> 1 April 2021
- 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)

> 25 March 2021
- added forgotten vanilla min file [`#20`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/20)
- Release 1.2.1 [`a0ee469`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/a0ee469233578cca1823f4d6ab322ac1ea5ee634)
- added lang entry [`827959b`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/827959baa0547ec4f35325c4b3db249276699e40)

#### [1.2.0](https://github.com/aggrosoft/oxid-cookie-compliance/compare/1.1.11...1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"target-directory": "agcookiecompliance"
}
},
"version": "1.2.1"
"version": "1.2.2"
}
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.2.1',
'version' => '1.2.2',
'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.2.1",
"version": "1.2.2",
"private": true,
"scripts": {
"release": "dotenv release-it -VV",
Expand Down

0 comments on commit a0fe2cf

Please sign in to comment.