Releases: themebeez/simple-gdpr-cookie-compliance
Releases · themebeez/simple-gdpr-cookie-compliance
2.0.1
What's Changed
- 🐛 fix (udp): Broken access control by @h1dd3nsn1p3r in #127. Ref to the CVSS.
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- Added: Rest API support to fetch and update the setting page option data.
- Added: New modern plugin's setting page in admin dashboard.
- Added: Option to disable the cookie notice even while the plugin is active.
- Tweak: Plugin's setting page in admin dashboard now uses React 19 to render the page.
- Tweak: Full width notice layout. Now the close button is hidden in the full width layout and full width layout container is rounded.
- Tweak: Pubic CSS is now being applied using the CSS root variables.
- Tweak: Pubic facing template's HTML structure and class names.
- Tweak: Public CSS and JavaScript assets file name and path of build files.
- Tweak: Cookie icon in the notice is now a SVG icon.
- Tweak: Notice cookie name.
- Tweak: Donate link.
- Removed: Simple GDPR Cookie Compliance web font that had cookie icon and close icon.
- Dev: Added Vite to compile assets in dashboard setting page.
- Dev: Added Rollup for public assets compilation.
- Dev: Removed Gulp for public assets compilation.
- Improvements: Code improvements.
Full Changelog: 1.1.10...2.0.0
1.1.10
1.1.9
What's Changed
- 💊 Tested: WordPress latest version. by @h1dd3nsn1p3r in #64
New Contributors
Full Changelog: 1.1.8...1.1.9
1.1.8
What's Changed
- Added: 'aria-label' property to cookie icon, close button, and accept button for accessibility.
- Updated: Message textarea field to TinyMCE field.
- Added: Plugin GitHub and WordPress support links.
- Removed: Options to add additional link content after the message.
- Removed: Unused codes.
- Tested: WordPress version 6.6.
Full Changelog: 1.1.7...1.1.8
1.1.7
1.1.6
- Tested: WordPress version 6.3.0
- Updated: POT file.
1.1.5
1.1.4
- Tweak: Public custom JavaScript. Converted jQuery code to vanilla JavaScript.
1.1.3
- Update: Static texts in UDP Agents are now translation ready.
- Update: WPCS implemented.
- Fix: Minor PHP error.