Skip to content

Commit

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

> 2 October 2020
- 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)

> 29 September 2020
- use oxid_include_dynamic
- Update CHANGELOG.md [`bf15d0c`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/bf15d0cb6aa15466e874ef2679612c9f8613bc6e)
- fix widget for ee [`24b4ffd`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/24b4ffdd4a16c4035d922a1b9604796618952b84)
- Update metadata.php [`acad1f0`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/acad1f037850eadef0ff391659cf873d33f59003)

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

> 1 September 2020
- Netfeld [`#6`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/6)
- List cookies by category. Order cookies by name. [`4bc116f`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/4bc116f734105551945d35988c6cd28ed9939448)
- Release 1.1.5 [`3612399`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/361239991ccac3642eba7ca46ae3a1cb109ea37c)
- Add more infos to readme [`8fb0053`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/8fb0053abd282d718c7ade69782120e60ff67c4c)
- min require php 7.1 [`b0f8894`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/b0f88941c3527e1818f2972096b2fc3d229fe843)

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

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

0 comments on commit 43145a8

Please sign in to comment.