Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kingschnulli committed Mar 25, 2021
1 parent 54b6cf2 commit a0ee469
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +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.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)
- 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)

> 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)
- Release 1.2.0 [`4be1b4c`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/4be1b4cec553a5b5f8dd9f2b7d87ef8cf63e5214)
- 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)

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.0"
"version": "1.2.1"
}
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.0',
'version' => '1.2.1',
'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.0",
"version": "1.2.1",
"private": true,
"scripts": {
"release": "dotenv release-it -VV",
Expand Down

0 comments on commit a0ee469

Please sign in to comment.