Age Verification for WordPress®

Release notes

This update for Dispensary Age Verification introduces a new settings page for Full Site Editing (FSE) themes, expands language support, and refines plugin functionality.

🚀 New Features

  • WordPress.com Compatibility Restriction: Added WPCom Check to ensure the plugin is only used in supported environments.
  • FSE Settings Page: Introduced a new settings page specifically for Full Site Editing (FSE) themes, allowing users to edit popup settings directly. This serves as a precursor to a future update where Customizer settings will be deprecated in favor of a more flexible configuration system.
  • Expanded Translations: The plugin now supports Hindi 🇮🇳, Dutch 🇳🇱, Japanese 🇯🇵, Ukrainian 🇺🇦, Romanian 🇷🇴, Hebrew 🇮🇱, and Russian 🇷🇺, making it more accessible to a global audience.

🔧 Improvements

  • Localization Enhancements:
    • Updated text strings to improve translation consistency across multiple languages.
    • Adjusted how translations are loaded for better support.
  • Code Refinements:
    • Moved the PluginUpdateChecker folder for better organization.
    • Updated the overlay background image to be applied via JavaScript instead of inline CSS, improving performance and flexibility.
    • Modernized PHP syntax by replacing array() with the short array syntax ([]) for better readability.