2023-W34

Aug 21–27, 2023

3 releases

The week saw updates to the Airfleet WordPress framework, which included changes to its settings pages to use plugin slugs instead of ACF-generated slugs. Additionally, the framework added two new sub-pages for ACF options under the 'Settings' and 'Tools' menus. The Airfleet Security Plugin also received an update that replaced newlines with spaces in CSP directive values.

airfleet-wordpress-framework-php

Release 1.0.0

Updated settings pages to use plugin slug instead of ACF generated slug

GitHub
View full changelog

Changed

  • BREAKING: updated AcfSettingsOptionsSubPage, AcfToolsOptionsSubPage, AcfAirfleetOptionsSubPage, AcfSettingsLink to use plugin slug instead of ACF generated slug
airfleet-wordpress-framework-php

Release 0.6.0

Added two new sub-pages for ACF options: one under the 'Settings' and one under the 'Tools' menus.

GitHub
View full changelog

Added

  • Added Plugin\AcfSettingsOptionsSubPage - add ACF options sub-page under core "Settings" menu based on plugin config
  • Added Plugin\AcfToolsOptionsSubPage - add ACF options sub-page under core "Tools" menu based on plugin config

Changed

  • Updated MenuTabsPage to support "tools" menu type
airfleet-security-plugin

Release 3.1.0

Updated CSP directive values to replace newlines with spaces

GitHub
View full changelog

Changed

  • Updated list of available directives according to latest list from MDN Web Docs

Fixed

  • Automatically replaces newlines with a single space in CSP directive values