Releases: alexstandiford/easy-age-verifier
Releases · alexstandiford/easy-age-verifier
2.1.4
2.1.2
- Added better debug information, including current browser
- Improved the verifier cookie regex to match Moz standards, thus vastly improving cross-browser support
- Improved script and style version tagging to prevent future caching issues
- Implemented Travis CI
2.05
- Added a fix that prevented the Age Verifier form from displaying properly in some caching situations
- Implemented support for custom form actions on verification failure and success
- Added a body class based on the verification status. This allows developers to change how the site looks when the verifier is popped up.
- Fixed a bug that caused the verifier to not work on a fresh install
- Removed all WP_DEBUG warnings (sorry about that, fellow devs!)
Hotfix - Linux Servers
Merge pull request #89 from alexstandiford/dev/2.04 Fixed an issue that prevented the logger from loading on linux servers
Support Improvements
- Improved the speed and stability of the verifier by reducing server calls (yay!).
- Improved readme documentation
- Implemented a debug logger, which generates some debug info to make supporting the plugin easier in the future.
The Rewrite
- Overhauled the plugin from the ground up. The code is much cleaner, and more organized
- Moved the settings page in its entirety to the WordPress customizer. This makes tweaking the form a lot nicer.
- Improved overall plugin extend-ability
Merge pull request #70 from alexstandiford/dev/1.31
- Fixed a bug that caused the verifier to pop up on all pages
1.30
- Overhauled the options page for better read-ability
- Tested plugin on newest version of WordPress
- Further improved issues where verification would pop up when it shouldn't.
- Added translation functions to plugin
- Implemented external extendability on options page.
- Implemented a system that allows developers to add custom conditionals to override the default age verification behavior
1.22
Merge pull request #41 from tstandiford/1.22/dev 1.22/dev