Releases: cookienod/cookienod-extended
Releases · cookienod/cookienod-extended
Release list
CookieNod v1.0.3
CookieNod v1.0.2
Bug Fixes
- Fixed GitHub updater not showing update notifications in WordPress admin
- Fixed plugin slug mismatch in update checker
CookieNod v1.0.1
Bug Fixes
- Cookie sync issue: Locally detected cookies were not being sent to the API backend, causing mismatch between WordPress admin and API
How it works
- When the JavaScript scanner runs (daily or on cookie accept), it now includes locally saved cookies from WordPress database in the API /collect request
CookieNod v1.0.0
Version 1.0.0
- Initial release
- Multi-region compliance support (20+ regulations)
- Google Consent Mode v2 integration
- Four blocking modes: Banner Only, Manual Consent Attributes, Silent Blocking, and Placeholders
- JavaScript-based cookie scanning and categorization
- Script blocking with data-consent attributes
- Consent logging with CSV export
- Custom CSS Editor with live preview and style presets (Minimal, Rounded, Glassmorphism, Brutalist, Elegant)
- A/B testing for banner optimization
- Cookie Policy Generator with multiple templates (GDPR, CCPA, Combined, Simple)
- WooCommerce integration with consent checkboxes
- Elementor, Gravity Forms, and Contact Form 7 compatibility
- WordPress directory compliance:
- All scripts use
wp_enqueue_script()andwp_add_inline_script() - All styles use
wp_enqueue_style()andwp_add_inline_style() - Human-readable source files included
- External services documented with Terms/Privacy links
- Proper data sanitization and escaping throughout
- All scripts use