Age Verification for WordPress®
- 📦 NEW: Added WPCom Check to restrict plugin usage on wordpress.com
- 📦 NEW: Added settings page for FSE themes to edit popup settings
- 📦 NEW: Added Hindi translation
- 📦 NEW: Added Dutch translation
- 📦 NEW: Added Japanese translation
- 📦 NEW: Added Ukrainian translation
- 📦 NEW: Added Romanian translation
- 📦 NEW: Added Hebrew translation
- 📦 NEW: Added Russian translation
- 👌 IMPROVE: Updated text strings for localization
- 👌 IMPROVE: Updated PluginUpdateChecker folder location
- 👌 IMPROVE: Updated overlay background image to be applied with JS instead of inline CSS
- 👌 IMPROVE: Updated usage of array() to the short syntax []
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.