Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kingschnulli committed Jun 1, 2022
1 parent 0c4afb7 commit ef433f0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.2"
"version": "1.2.3"
}
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.2',
'version' => '1.2.3',
'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.2",
"version": "1.2.3",
"private": true,
"scripts": {
"release": "dotenv release-it -VV",
Expand Down

0 comments on commit ef433f0

Please sign in to comment.