Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kingschnulli committed May 12, 2020
1 parent c77b040 commit d11db3f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ 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.1.2](https://github.com/aggrosoft/oxid-cookie-compliance/compare/1.1.1...1.1.2)

> 12 May 2020
- update readme [`#1`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/1)
- Update README.md [`34f4444`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/34f4444d8bd8247ebcde6e9bcefbc3a000e5da97)
- Update README.md [`5803a46`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/5803a46cfc9d1974b0a63acf1ac5ad4ebfdad9c4)
- do not break training when no cookies sent via js [`b45b82a`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/b45b82a73b249518ea60855823d272ce934dc333)

#### [1.1.1](https://github.com/aggrosoft/oxid-cookie-compliance/compare/1.1.0...1.1.1)

> 11 May 2020
- Release 1.1.1 [`55e50a1`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/55e50a1b7648507f71d2d278b9fe6de15885776c)
- selected category for cookie is not persisted [`9491743`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/9491743f037140cf48f7d74b8ee3bbde71cdb8a7)

#### [1.1.0](https://github.com/aggrosoft/oxid-cookie-compliance/compare/1.0.10...1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aggrosoft/oxid-cookie-compliance",
"type": "oxideshop-module",
"version": "1.1.1",
"version": "1.1.2",
"description": "GDPR Cookie Compliance",
"license": "MIT",
"require": {
Expand Down
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.1',
'version' => '1.1.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.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"release": "dotenv release-it -VV",
Expand Down

0 comments on commit d11db3f

Please sign in to comment.