Skip to content

Releases: cookienod/cookienod-extended

CookieNod v1.0.3

Choose a tag to compare

@cookienod cookienod released this 28 Jun 17:08
20f68dc

Bug Fixes

  • Fixed fatal error when WordPress passes invalid transient data to updater

CookieNod v1.0.2

Choose a tag to compare

@cookienod cookienod released this 28 Jun 15:38
3d4f4ab

Bug Fixes

  • Fixed GitHub updater not showing update notifications in WordPress admin
  • Fixed plugin slug mismatch in update checker

CookieNod v1.0.1

Choose a tag to compare

@cookienod cookienod released this 28 Jun 09:16
19b9bbf

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

Choose a tag to compare

@cookienod cookienod released this 27 Jun 06:17
bc62b3d

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() and wp_add_inline_script()
    • All styles use wp_enqueue_style() and wp_add_inline_style()
    • Human-readable source files included
    • External services documented with Terms/Privacy links
    • Proper data sanitization and escaping throughout