Skip to content

Releases: alexstandiford/easy-age-verifier

2.1.4

16 Jul 16:41
7ad577a
Compare
Choose a tag to compare
  • Added logic that stops the verifier from popping up for bots
  • Fixed a bug that stopped FYT content from displaying on the dashboard
  • Implemented a caching system that improves load times on the dashboard

2.1.2

10 May 01:38
66257a9
Compare
Choose a tag to compare
  • 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

07 May 19:07
271815c
Compare
Choose a tag to compare
  • 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

22 Feb 13:04
Compare
Choose a tag to compare
Merge pull request #89 from alexstandiford/dev/2.04

Fixed an issue that prevented the logger from loading on linux servers

Support Improvements

22 Feb 01:50
Compare
Choose a tag to compare
  • 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

19 Jan 22:03
Compare
Choose a tag to compare
  • 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

03 Jan 21:14
Compare
Choose a tag to compare
  • Fixed a bug that caused the verifier to pop up on all pages

1.30

16 Nov 17:06
Compare
Choose a tag to compare
  • 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

27 Sep 15:40
Compare
Choose a tag to compare
Merge pull request #41 from tstandiford/1.22/dev

1.22/dev