Skip to content

Releases: pressidium/pressidium-cookie-consent

1.7.1

12 Dec 14:04
de99835
Compare
Choose a tag to compare
  • Fix an issue where the floating button was being rendered behind other content
  • Fix an issue where the cookies tab was hidden in the Brave browser
  • Fix an issue where closing the settings modal without saving would cause the necessary cookies toggle to be disabled
  • Update the cookieconsent library to version 2.9.2

1.7.0

18 Nov 16:41
981cd64
Compare
Choose a tag to compare
  • Update language codes to be consistent with locale codes used in WordPress

1.6.0

21 Oct 18:21
4dfbe2a
Compare
Choose a tag to compare
  • Add new color presets

1.5.2

07 Sep 16:18
0b4749a
Compare
Choose a tag to compare
  • Fix an issue where settings didn't automatically migrate from the previous version, requiring users to manually save them

1.5.1

05 Aug 14:02
5ca55ef
Compare
Choose a tag to compare
  • Add a notice to warn users for potential issues with specific configurations
  • Add more information to the logs to help with debugging
  • Add the flag of Norway for the Norwegian language (nb-NO)
  • Switch the default value of the “Hide empty categories” option to be disabled
  • Fix an issue where importing settings from older versions would not work correctly
  • Fix an issue where consent recording would always be reported as failed
  • Fix an issue where the “Hide empty categories” wasn’t being applied when previewing the modal on the settings page
  • Fix an issue where the necessary cookies were not being listed when previewing the modal on the settings page
  • Fix an issue where the consent records table was not being created
  • Fix an issue where the consent records table schema was not being updated correctly

1.5.0

30 Jul 18:27
9921872
Compare
Choose a tag to compare
  • Add a “Font” option to select one of the fonts that you have installed via the Font Library (WordPress 6.5+)
  • Add a new “Hide empty categories” option to hide a category if it has no cookies
  • Add a customizable floating button to open the settings modal after the user has given consent
  • Add a new About tab
  • Add a new option for the Norwegian language (nb-NO)
  • Merged the “Consent Modal” and “Settings Modal” tabs into a single “Modals” tab to keep the settings page a bit more organized
  • Tabs panel in the settings page is now responsive and will scroll horizontally on smaller screens

1.4.0

21 Mar 18:48
10bbe02
Compare
Choose a tag to compare
  • Introduce a new “Preferences” cookies category
  • Integrate with Google Consent Mode (GCM)
  • Dispatch custom JavaScript events on initial consent and when the user changes their consent

1.3.0

30 Nov 19:33
4cd5327
Compare
Choose a tag to compare
  • Fix an issue where an empty source for a blocked script would cause some scripts to not be loaded
  • Remove debugging logs from the console
  • Add options to set a different color for the text when a button is hovered

1.2.2

29 Nov 18:27
Compare
Choose a tag to compare
  • Wrap Composer dependencies in our own namespace to prevent conflicts with other plugins loading the same dependencies in different versions

1.2.1

06 Nov 12:33
0809cf2
Compare
Choose a tag to compare
  • Check if the table already exists in the database before attempting to create it