pressidium / pressidium-cookie-consent

🍪 Lightweight, user-friendly and customizable cookie consent banner to help you comply with the EU GDPR cookie law and CCPA regulations.
https://wordpress.org/plugins/pressidium-cookie-consent/
GNU General Public License v2.0
45 stars 2 forks source link

List necessary cookies #20

Closed over-engineer closed 1 year ago

over-engineer commented 1 year ago

Expanding on #13, we should add the ability to list Necessary cookies as well, under the “Cookies” tab.

As mentioned in #13, even though deleting necessary cookies is not a thing (since those cookies are essential for the proper functioning of the website and they do not require the explicit consent of a user), we still have to be able to list them to inform users about them.


A few key points to keep in mind:

This change may conflict with existing settings stored in the database for users who have installed versions older than 1.1.2 (the version that’s going to address this issue)

We’ll need to introduce a “migration” process when there are already settings stored in the database.

The migration should run both when:

(cc: @mohammad425)

over-engineer commented 1 year ago

This was addressed in 1.1.2, which was just released. Closing as resolved.