2023-W14

Apr 3–9, 2023

3 releases
  • Framework Creation: The airfleet-wordpress-framework-php repository saw its initial release (0.1.0), introducing a new framework with utility and feature classes. This marks the beginning of the project's development path.
  • Authentication Fix: In the airfleet-login-plugin, version 0.3.2 addressed an issue with authentication after Google login.
  • Admin Plugin Updates: The airfleet-admin-plugin reached version 0.19.0, featuring enhancements such as edit links to Relationship field items and a seamless WYSIWYG design option set as default.
airfleet-wordpress-framework-php

Release 0.1.0

Initial framework creation with added utility and feature classes

GitHub
View full changelog

Added

  • Created package
  • Added Options utilities
  • Added Features classes
airfleet-login-plugin

Release 0.3.2

Fixed authentication after Google login

GitHub
View full changelog

Fixed

  • Fixed authentication after Google login
airfleet-admin-plugin

Release 0.19.0

Added edit links to Relationship field items and updated WYSIWYG design option to seamless by default.

GitHub
View full changelog

Added

  • ACF: added option to add edit links to Relationship field items
  • ACF: added seamless design option for WYSIWYG (this is the new default option)

Changed

  • Internal: added EncryptedPasswordField and updated option classes to support before_save and format methods
  • ACF: increased default maximum image file size to 1024 KB
  • Options: added preview images
  • Options: added additional information for some options

Fixed

  • Airfleet: fixed PHP warning when message is empty for field when using option "Background wrap layout"