Skip to content

Commit

Permalink
Merge pull request #346 from orestbida/v2.8
Browse files Browse the repository at this point in the history
v2.8.3
  • Loading branch information
orestbida authored Jul 23, 2022
2 parents 4a2f576 + 819914c commit 9fa3f3b
Show file tree
Hide file tree
Showing 10 changed files with 3,053 additions and 18 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ dev_tools/
.vscode/
*.py
*.env
*.jar
*.jar
node_modules
5 changes: 2 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ A __lightweight__ & __gdpr compliant__ cookie consent plugin written in plain ja

```bash
# CDN links
https://cdn.jsdelivr.net/gh/orestbida/[email protected].2/dist/cookieconsent.js
https://cdn.jsdelivr.net/gh/orestbida/[email protected].2/dist/cookieconsent.css
https://cdn.jsdelivr.net/gh/orestbida/[email protected].3/dist/cookieconsent.js
https://cdn.jsdelivr.net/gh/orestbida/[email protected].3/dist/cookieconsent.css
```

Thanks to [Till Sanders](https://github.com/tillsanders) for bringing the plugin on npm.
Expand Down Expand Up @@ -871,7 +871,6 @@ Below a table which sums up all of the available options (must be passed to the
</p>
</details>
- More to be added ...
### How to configure languages & cookie settings
Languages is an object which basically holds all of the text/html of your cookie modals in different languages. In here you can define `cookie categories`, `cookie tables`, `opt-in/out toggle` for each category and more. For each language, a `consent_modal` object and a `settings_modal` object must be configured.
Expand Down
2 changes: 1 addition & 1 deletion dist/cookieconsent.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading

0 comments on commit 9fa3f3b

Please sign in to comment.