Skip to content

Commit

Permalink
Fixed a bug that ignored unchecked checkboxes in the cookie modal whe…
Browse files Browse the repository at this point in the history
…n the settings were changed afterwards #3
  • Loading branch information
dryven-dano committed Aug 17, 2021
1 parent e13ffc9 commit f3acbac
Show file tree
Hide file tree
Showing 9 changed files with 101 additions and 97 deletions.
4 changes: 2 additions & 2 deletions composer.json
@@ -1,7 +1,7 @@
{
"name": "ddm-studio/cookie-byte",
"type": "statamic-addon",
"version": "1.0.6",
"version": "1.0.7",
"description": "Our cookie is a byte better! With just one line of code you gain full control over your settings directly in the control panel without having to worry about GDPR compliance ever again. Easily customize the look of your cookie modal or just use our prebuilt theme. With our cookie content cover, you can hide content as long as specific cookie categories aren't accepted.",
"keywords": [
"cookie consent",
Expand Down Expand Up @@ -39,7 +39,7 @@
"statamic": {
"name": "Cookie Byte",
"description": "Our cookie is a byte better! With just one line of code you gain full control over your settings directly in the control panel without having to worry about GDPR compliance ever again. Easily customize the look of your cookie modal or just use our prebuilt theme. With our cookie content cover, you can hide content as long as specific cookie categories aren't accepted.",
"version": "1.0.6"
"version": "1.0.7"
}
}
}
58 changes: 31 additions & 27 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/js/ddmcb.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/ddmcb.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/ddmcb.min.js.map

Large diffs are not rendered by default.

0 comments on commit f3acbac

Please sign in to comment.