Skip to content

Commit

Permalink
wrapper (#16)
Browse files Browse the repository at this point in the history
* wrapper

* add changelog
  • Loading branch information
nadar authored Jan 7, 2020
1 parent 1419c8f commit cb0e663
Show file tree
Hide file tree
Showing 5 changed files with 768 additions and 280 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 1.0.4 (7. January 2020)

+ [#16](https://github.com/luyadev/luya-privacy/pull/16) New wrapper widget property to enable more flexible wrappers for the widget if no cookie decision has been made.

## 1.0.3 (28. April 2019)

+ [#13](https://github.com/luyadev/luya-privacy/issues/13) Change the life time of the cookie to a year instead of current browser session.
Expand Down
9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name" : "luyadev/luya-privacy",
"description" : "The LUYA Privacy extension provides helpers for privacy.",
"type" : "luya-extension",
"keywords" : ["php", "luya", "extension", "yii2", "yii", "privacy", "cookie", "gpdr", "widget"],
"keywords" : ["php", "luya", "extension", "yii2", "yii", "privacy", "cookie", "gpdr", "widget", "cookie"],
"license": "MIT",
"homepage" : "http://luya.io",
"authors" : [
Expand All @@ -20,7 +20,7 @@
"issues" : "https://github.com/luyadev/luya-privacy/issues"
},
"require-dev" : {
"luyadev/luya-testsuite" : "~1.0.0"
"luyadev/luya-testsuite" : "^1.0"
},
"autoload" : {
"psr-4" : {
Expand All @@ -31,10 +31,5 @@
"psr-4" : {
"luya\\privacy\\tests\\" : "tests/"
}
},
"extra": {
"luya" : {
"blocks" : ["src/frontend/blocks"]
}
}
}
Loading

0 comments on commit cb0e663

Please sign in to comment.