2023-W12

Mar 20–26, 2023

2 releases

The Airfleet Login Plugin received two updates this week, focusing on enhancing its settings and migration process. A new option was added to select the menu under which login settings appear, allowing for more flexibility in plugin configuration. Additionally, options were re-implemented using core WordPress, removing the dependency on ACF. Automatic migration of ACF options was also fixed, and a settings link was added to the Plugins page.

airfleet-login-plugin

Release 0.3.1

Added a settings link in the Plugins page and fixed an issue with automatic migration of ACF options.

GitHub
View full changelog

Added

  • Added settings link in Plugins page

Fixed

  • Fixed automatic migration of ACF options to not rely on ACF fields or plugin being present
airfleet-login-plugin

Release 0.3.0

Added an option to select the menu under which login settings appear, and re-implemented options using core WordPress without ACF dependency.

GitHub
View full changelog

Added

  • Added an option to select the menu under which the login settings appear with choices: under Airfleet menu, under Settings menu, standalone menu entry. This can be used as a workaround for sites that only use the top level Airfleet menu without sub-pages, which would be overridden by the Login plugin with the default Airfleet option

Changed

  • Re-implemented options using core WordPress and removed ACF dependency. Added an automatic upgrade script to migrate options
  • Google Client Secret option is now encrypted in the database

Fixed

  • Now correctly redirects to the login page when path ends in "/" (e.g. /airfleet-login/)
  • Now skips authentication attempt when query string contains more parameters than necessary (protection against bots that query site with a long list of query parameters)
  • Fixed Airfleet Login button not displaying when "Use dedicated path" option is turned off