Skip to content

Commit

Permalink
📝 Django GDPR Cookie Consent updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
archatas committed Mar 8, 2024
1 parent 2cd00fa commit a601363
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 29 deletions.
32 changes: 21 additions & 11 deletions docs/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#v220-2024-03-08" class="nav-link">[v2.2.0] - 2024-03-08</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#v210-2023-04-07" class="nav-link">[v2.1.0] - 2023-04-07</a>
<ul class="nav flex-column">
</ul>
Expand Down Expand Up @@ -201,9 +205,15 @@ <h1 id="changelog">Changelog</h1>
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<h2 id="unreleased">[Unreleased]</h2>
<h2 id="v210-2023-04-07">[v2.1.0] - 2023-04-07</h2>
<h2 id="v220-2024-03-08">[v2.2.0] - 2024-03-08</h2>
<h3 id="added">Added</h3>
<ul>
<li>Django 5.0 support.</li>
<li>Python 3.9, 3.10, 3.11, 3.12 support.</li>
</ul>
<h2 id="v210-2023-04-07">[v2.1.0] - 2023-04-07</h2>
<h3 id="added_1">Added</h3>
<ul>
<li>Django 4.2 support.</li>
</ul>
<h2 id="v201-2022-10-31">[v2.0.1] - 2022-10-31</h2>
Expand All @@ -212,7 +222,7 @@ <h3 id="fixed">Fixed</h3>
<li>Python 3.5, 3.6, 3.7, 3.8 support.</li>
</ul>
<h2 id="v200-2022-10-31">[v2.0.0] - 2022-10-31</h2>
<h3 id="added_1">Added</h3>
<h3 id="added_2">Added</h3>
<ul>
<li>Button text customization.</li>
<li>Possibility to preselect a section in configuration.</li>
Expand All @@ -225,7 +235,7 @@ <h3 id="changed">Changed</h3>
<li>Dialog close button made optional and not shown by default.</li>
</ul>
<h2 id="v121-2022-09-14">[v1.2.1] - 2022-09-14</h2>
<h3 id="added_2">Added</h3>
<h3 id="added_3">Added</h3>
<ul>
<li>Pointer cursor for "Show cookie providers".</li>
</ul>
Expand All @@ -234,17 +244,17 @@ <h3 id="fixed_1">Fixed</h3>
<li>gettext_lazy usage in the settings.</li>
</ul>
<h2 id="v120-2022-08-07">[v1.2.0] - 2022-08-07</h2>
<h3 id="added_3">Added</h3>
<h3 id="added_4">Added</h3>
<ul>
<li>Django 4.1 support.</li>
</ul>
<h2 id="v110-2021-12-17">[v1.1.0] - 2021-12-17</h2>
<h3 id="added_4">Added</h3>
<h3 id="added_5">Added</h3>
<ul>
<li>Django 4.0 support.</li>
</ul>
<h2 id="v100-2021-11-15">[v1.0.0] - 2021-11-15</h2>
<h3 id="added_5">Added</h3>
<h3 id="added_6">Added</h3>
<ul>
<li>Python 3.9 and 3.10 support.</li>
</ul>
Expand All @@ -259,12 +269,12 @@ <h3 id="fixed_3">Fixed</h3>
<li>The styling for the modal dialog close button fixed for mobile Chrome and Safari.</li>
</ul>
<h2 id="v030-2021-11-12">[v0.3.0] - 2021-11-12</h2>
<h3 id="added_6">Added</h3>
<h3 id="added_7">Added</h3>
<ul>
<li>Content-Security-Policy is supported: you can use Django-CSP with nonces for inline scripts and styles.</li>
</ul>
<h2 id="v024-2021-11-02">[v0.2.4] - 2021-11-02</h2>
<h3 id="added_7">Added</h3>
<h3 id="added_8">Added</h3>
<ul>
<li>HTML ids added for switch widgets for easier testability.</li>
</ul>
Expand All @@ -284,7 +294,7 @@ <h3 id="changed_1">Changed</h3>
<li>Modal dialog centered vertically and horizontally.</li>
</ul>
<h2 id="v020-2021-10-27">[v0.2.0] - 2021-10-27</h2>
<h3 id="added_8">Added</h3>
<h3 id="added_9">Added</h3>
<ul>
<li>Logging the cookie consent choices in the database because of the legal requirements.</li>
</ul>
Expand All @@ -308,7 +318,7 @@ <h3 id="removed">Removed</h3>
<li>Samesite functionality.</li>
</ul>
<h2 id="v015-2021-10-23">[v0.1.5] - 2021-10-23</h2>
<h3 id="added_9">Added</h3>
<h3 id="added_10">Added</h3>
<ul>
<li>Default extra.html template.</li>
</ul>
Expand All @@ -318,7 +328,7 @@ <h3 id="fixed_9">Fixed</h3>
<li>bump2version configuration.</li>
</ul>
<h2 id="v012-2021-10-23">[v0.1.2] - 2021-10-23</h2>
<h3 id="added_10">Added</h3>
<h3 id="added_11">Added</h3>
<ul>
<li>Initial commit.</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ <h3 id="1-download-and-install-the-package-with-pip">1. Download and install the
<p>Create a directory <code>private_wheels/</code> in your project's repository and add the wheel file of the app there.</p>
<p>Link to this file in your <code>requirements.txt</code>:</p>
<pre><code>Django==4.2
file:./private_wheels/django_gdpr_cookie_consent-2.1.0-py2.py3-none-any.whl
file:./private_wheels/django_gdpr_cookie_consent-2.2.0-py2.py3-none-any.whl
</code></pre>
<p>Install the pip requirements from the <code>requirements.txt</code> file into your project's virtual environment:</p>
<pre><code class="language-shell">(venv)$ pip install -r requirements.txt
</code></pre>
<p>Alternatively to start quickly, install the wheel file into your Django project's virtual environment right from the shell:</p>
<pre><code class="language-shell">(venv)$ pip install /path/to/django_gdpr_cookie_consent-2.1.0-py2.py3-none-any.whl
<pre><code class="language-shell">(venv)$ pip install /path/to/django_gdpr_cookie_consent-2.2.0-py2.py3-none-any.whl
</code></pre>
<h3 id="2-add-the-app-to-installed_apps-of-your-project-settings">2. Add the app to INSTALLED_APPS of your project settings</h3>
<pre><code class="language-python">INSTALLED_APPS = [
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ <h2 id="who-is-it-for">Who is it for?</h2>
</tr>
<tr>
<td>Supported Django versions</td>
<td>2.2, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2</td>
<td>2.2, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2, 5.0</td>
</tr>
<tr>
<td>Supported Python versions</td>
<td>3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11</td>
<td>3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12</td>
</tr>
<tr>
<td>Responsive layout</td>
Expand Down Expand Up @@ -191,7 +191,7 @@ <h2 id="who-is-it-for">Who is it for?</h2>
</tr>
<tr>
<td>Latest package version</td>
<td>2.1.0</td>
<td>2.2.0</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -317,5 +317,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.3.1
Build Date UTC : 2024-02-10 21:02:19.457170+00:00
Build Date UTC : 2024-03-08 14:00:51.263222+00:00
-->
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://websightful.github.io/django-gdpr-cookie-consent-docs/</loc>
<lastmod>2024-02-10</lastmod>
<lastmod>2024-03-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://websightful.github.io/django-gdpr-cookie-consent-docs/CHANGELOG/</loc>
<lastmod>2024-02-10</lastmod>
<lastmod>2024-03-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://websightful.github.io/django-gdpr-cookie-consent-docs/LICENSE/</loc>
<lastmod>2024-02-10</lastmod>
<lastmod>2024-03-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://websightful.github.io/django-gdpr-cookie-consent-docs/cookie-consent-settings/</loc>
<lastmod>2024-02-10</lastmod>
<lastmod>2024-03-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://websightful.github.io/django-gdpr-cookie-consent-docs/customization/</loc>
<lastmod>2024-02-10</lastmod>
<lastmod>2024-03-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://websightful.github.io/django-gdpr-cookie-consent-docs/getting-started/</loc>
<lastmod>2024-02-10</lastmod>
<lastmod>2024-03-08</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified docs/sitemap.xml.gz
Binary file not shown.
8 changes: 8 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[Unreleased]
------------

[v2.2.0] - 2024-03-08
------------------

### Added

- Django 5.0 support.
- Python 3.9, 3.10, 3.11, 3.12 support.

[v2.1.0] - 2023-04-07
------------------

Expand Down
4 changes: 2 additions & 2 deletions src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Link to this file in your `requirements.txt`:

```
Django==4.2
file:./private_wheels/django_gdpr_cookie_consent-2.1.0-py2.py3-none-any.whl
file:./private_wheels/django_gdpr_cookie_consent-2.2.0-py2.py3-none-any.whl
```

Install the pip requirements from the `requirements.txt` file into your project's virtual environment:
Expand All @@ -24,7 +24,7 @@ Install the pip requirements from the `requirements.txt` file into your project'
Alternatively to start quickly, install the wheel file into your Django project's virtual environment right from the shell:

```shell
(venv)$ pip install /path/to/django_gdpr_cookie_consent-2.1.0-py2.py3-none-any.whl
(venv)$ pip install /path/to/django_gdpr_cookie_consent-2.2.0-py2.py3-none-any.whl
```


Expand Down
6 changes: 3 additions & 3 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ Django GDPR Cookie Consent app was created for Django developers who need to int
| Feature | Value |
|-------------------------------------|------------------------------------------------|
| Supported modern browsers | Chrome, Firefox, Safari, Opera, Microsoft Edge |
| Supported Django versions | 2.2, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2 |
| Supported Python versions | 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 |
| Supported Django versions | 2.2, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2, 5.0 |
| Supported Python versions | 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 |
| Responsive layout | ✔︎ |
| Multiple layout options | ✔︎ |
| Translatable | ✔︎ |
| Configurable | ✔︎ |
| Unlimited websites | ✔︎ |
| Continuous cookie consent logs | ✔︎ |
| Anonymized IP addresses in the logs | ✔︎ |
| Latest package version | 2.1.0 |
| Latest package version | 2.2.0 |

## What are the benefits?

Expand Down

0 comments on commit a601363

Please sign in to comment.