diff --git a/Readme.md b/Readme.md index 37952566..f039b8c0 100644 --- a/Readme.md +++ b/Readme.md @@ -1,8 +1,8 @@ # CookieConsent v3 [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) -[![Latest version](https://img.shields.io/github/package-json/v/orestbida/cookieconsent/v3?color=2b4eed&label=Release)](https://github.com/orestbida/cookieconsent/releases/v3.0.0) -[![CircleCI](https://dl.circleci.com/status-badge/img/gh/orestbida/cookieconsent/tree/v3.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/orestbida/cookieconsent/tree/v3) +[![Latest version](https://img.shields.io/github/package-json/v/orestbida/cookieconsent?color=2b4eed&label=Release)](https://github.com/orestbida/cookieconsent/releases/v3.0.0) +[![CircleCI](https://dl.circleci.com/status-badge/img/gh/orestbida/cookieconsent.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/orestbida/cookieconsent) A __lightweight__ & __gdpr compliant__ cookie consent plugin written in plain javascript. diff --git a/dist/cookieconsent.esm.js b/dist/cookieconsent.esm.js index 688489e1..c0f30e30 100644 --- a/dist/cookieconsent.esm.js +++ b/dist/cookieconsent.esm.js @@ -1,6 +1,6 @@ /*! * CookieConsent 3.0.0 -* https://github.com/orestbida/cookieconsent/tree/v3 +* https://github.com/orestbida/cookieconsent * Author Orest Bida * Released under the MIT License */ diff --git a/dist/cookieconsent.umd.js b/dist/cookieconsent.umd.js index 94d45ac4..34fbdd79 100644 --- a/dist/cookieconsent.umd.js +++ b/dist/cookieconsent.umd.js @@ -1,6 +1,6 @@ /*! * CookieConsent 3.0.0 -* https://github.com/orestbida/cookieconsent/tree/v3 +* https://github.com/orestbida/cookieconsent * Author Orest Bida * Released under the MIT License */ diff --git a/dist/core/cookieconsent-core.esm.js b/dist/core/cookieconsent-core.esm.js index c48604a4..f92397ee 100644 --- a/dist/core/cookieconsent-core.esm.js +++ b/dist/core/cookieconsent-core.esm.js @@ -1,6 +1,6 @@ /*! * CookieConsent 3.0.0 -* https://github.com/orestbida/cookieconsent/tree/v3 +* https://github.com/orestbida/cookieconsent * Author Orest Bida * Released under the MIT License */ diff --git a/dist/core/cookieconsent-core.umd.js b/dist/core/cookieconsent-core.umd.js index 86125b1b..73485f4c 100644 --- a/dist/core/cookieconsent-core.umd.js +++ b/dist/core/cookieconsent-core.umd.js @@ -1,6 +1,6 @@ /*! * CookieConsent 3.0.0 -* https://github.com/orestbida/cookieconsent/tree/v3 +* https://github.com/orestbida/cookieconsent * Author Orest Bida * Released under the MIT License */ diff --git a/docs/advanced/ui-customization.md b/docs/advanced/ui-customization.md index 9919e7b3..bfd3dfb4 100644 --- a/docs/advanced/ui-customization.md +++ b/docs/advanced/ui-customization.md @@ -39,7 +39,7 @@ document.documentElement.classList.add('cc--darkmode'); ``` ## Available css variables -You can develop your own theme by modifying/overriding the available css variables in [/src/scss/abstracts](https://github.com/orestbida/cookieconsent/tree/v3/src/scss/abstracts/). +You can develop your own theme by modifying/overriding the available css variables in [/src/scss/abstracts](https://github.com/orestbida/cookieconsent/src/scss/abstracts/). More css variables: diff --git a/docs/essential/getting-started.md b/docs/essential/getting-started.md index e7a5608d..bc03e76a 100644 --- a/docs/essential/getting-started.md +++ b/docs/essential/getting-started.md @@ -12,15 +12,15 @@ You can download/import the plugin using one of the following methods: ::: code-group ```sh [npm] - npm i vanilla-cookieconsent@next + npm i vanilla-cookieconsent@v3.0.0 ``` ```sh [pnpm] - pnpm add vanilla-cookieconsent@next + pnpm add vanilla-cookieconsent@v3.0.0 ``` ```sh [yarn] - yarn add vanilla-cookieconsent@next + yarn add vanilla-cookieconsent@v3.0.0 ``` ::: @@ -426,7 +426,7 @@ You should now see the consent modal pop up! You can also define [external translation files](/advanced/language-configuration.html#external-translations). ::: -If you're having trouble setting up the plugin, you can check out a few [demo examples](https://github.com/orestbida/cookieconsent/tree/v3/demo) on github. +If you're having trouble setting up the plugin, you can check out a few [demo examples](https://github.com/orestbida/cookieconsent/demo) on github.
diff --git a/package.json b/package.json index 1a0b08e5..6e579640 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/orestbida/cookieconsent/tree/v3" + "url": "https://github.com/orestbida/cookieconsent" }, "keywords": [ "cookie",