Skip to content

Commit

Permalink
release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsitek committed Apr 12, 2023
1 parent 1da63fe commit 82d5deb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Size](https://img.shields.io/github/size/danielsitek/dgp-cookie-consent/dist/cookies.min.js)
[![Stable version](https://img.shields.io/github/v/release/danielsitek/dgp-cookie-consent)](https://github.com/danielsitek/dgp-cookie-consent/releases)
[![CDN](https://img.shields.io/badge/CDN-orange?style=flat&logo=jsdelivr&logoColor=white)](https://cdn.jsdelivr.net/gh/danielsitek/dgp-cookie-consent@1.4.1/dist/cookies.min.js)
[![CDN](https://img.shields.io/badge/CDN-orange?style=flat&logo=jsdelivr&logoColor=white)](https://cdn.jsdelivr.net/gh/danielsitek/dgp-cookie-consent@1.5.0/dist/cookies.min.js)
[![Maintainability](https://api.codeclimate.com/v1/badges/27b5b5b749d18039f303/maintainability)](https://codeclimate.com/github/danielsitek/dgp-cookie-consent/maintainability)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/65b56152a2a84981b10576ad7081411d)](https://www.codacy.com/gh/danielsitek/dgp-cookie-consent/dashboard)

Expand Down Expand Up @@ -55,7 +55,7 @@ Awesome one-of-a-kind Cookie Consent panel.
1. Download the latest release or use CDN.

```
https://cdn.jsdelivr.net/gh/danielsitek/dgp-cookie-consent@1.4.1/dist/cookies.min.js
https://cdn.jsdelivr.net/gh/danielsitek/dgp-cookie-consent@1.5.0/dist/cookies.min.js
```

1. Insert this code on the bottom of the page, or [inject it via GTM](#gtm-implementation).
Expand Down Expand Up @@ -576,7 +576,7 @@ window.addEventListener('consent-ready', () => {
(function cookiesInit() {
var scriptEl = document.createElement('script');
scriptEl.src = 'https://cdn.jsdelivr.net/gh/danielsitek/dgp-cookie-consent@1.4.1/dist/cookies.min.js';
scriptEl.src = 'https://cdn.jsdelivr.net/gh/danielsitek/dgp-cookie-consent@1.5.0/dist/cookies.min.js';
scriptEl.type = 'text/javascript';
scriptEl.id = 'cookie-consent';
Expand Down
2 changes: 1 addition & 1 deletion dist/cookies-gtm.min.js

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

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoot/cookie-consent",
"version": "1.4.1",
"version": "1.5.0",
"description": "ZOOT cookie consent",
"main": "dist/cookies.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions public/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

(function cookiesInit() {
var scriptEl = document.createElement('script');
scriptEl.src = 'https://cdn.jsdelivr.net/gh/danielsitek/dgp-cookie-consent@1.4.1/dist/cookies.min.js';
scriptEl.src = 'https://cdn.jsdelivr.net/gh/danielsitek/dgp-cookie-consent@1.5.0/dist/cookies.min.js';
scriptEl.type = 'text/javascript';
scriptEl.id = 'cookie-consent-main';

Expand Down Expand Up @@ -184,7 +184,7 @@

(function cookiesInit() {
var scriptEl = document.createElement('script');
scriptEl.src = 'https://cdn.jsdelivr.net/gh/danielsitek/dgp-cookie-consent@1.4.1/dist/cookies.min.js';
scriptEl.src = 'https://cdn.jsdelivr.net/gh/danielsitek/dgp-cookie-consent@1.5.0/dist/cookies.min.js';
scriptEl.type = 'text/javascript';
scriptEl.id = 'cookie-consent-main';

Expand Down Expand Up @@ -289,7 +289,7 @@

(function cookiesInit() {
var scriptEl = document.createElement('script');
scriptEl.src = 'https://cdn.jsdelivr.net/gh/danielsitek/dgp-cookie-consent@1.4.1/dist/cookies.min.js';
scriptEl.src = 'https://cdn.jsdelivr.net/gh/danielsitek/dgp-cookie-consent@1.5.0/dist/cookies.min.js';
scriptEl.type = 'text/javascript';
scriptEl.id = 'cookie-consent';

Expand Down

0 comments on commit 82d5deb

Please sign in to comment.