Skip to content

Commit

Permalink
Release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kingschnulli committed Sep 1, 2020
1 parent 22e09f9 commit 3612399
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@ 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.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)
- 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)

> 17 August 2020
- add update views [`#3`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/3)
- only oxid 6 [`#2`](https://github.com/aggrosoft/oxid-cookie-compliance/pull/2)
- Release 1.1.4 [`7b60700`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/7b6070045b8f54377022dd8797281048823f73e1)
- rebuild js [`c8d36cd`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/c8d36cddc7b3144fb2f5c4de0ff7f7aa695751b1)
- Merge tag '1.1.3' [`8b8d702`](https://github.com/aggrosoft/oxid-cookie-compliance/commit/8b8d7021f160892c55291338b4aa0dbed1f2eddf)

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "aggrosoft/oxid-cookie-compliance",
"type": "oxideshop-module",
"version": "1.1.4",
"version": "1.1.5",
"description": "GDPR Cookie Compliance",
"license": "MIT",
"require": {
"php": ">=7.1",
"php": ">=7.1",
"aggrosoft/cookiedatabase-lib": "^1.0.0"
},
"authors": [
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.4',
'version' => '1.1.5',
'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.4",
"version": "1.1.5",
"private": true,
"scripts": {
"release": "dotenv release-it -VV",
Expand Down

0 comments on commit 3612399

Please sign in to comment.