2024-W17

Apr 22–28, 2024

6 releases

This week's releases focused on enhancing the functionality of various plugins, including improved callback timing execution, added support for modals with display and styling options, new filters for button components, and updated settings and configuration pages for signatures. Additionally, several internal issues were addressed, such as fixing concurrent load requests and an AWS upload trigger.

airfleet-elements-core-plugin

Release 0.9.0

Improved callback timing execution and fixed concurrent load requests issue

GitHub
View full changelog

Changed

  • domReady: now executes callbacks after a small delay when running in the admin (helps with block previews in editor due to racing condition of ACF loading data for blocks)
  • loadScript: improved callback timing execution for concurrent load requests (e.g. the onload callback for the second script will now execute in the correct timing instead of immediately; this fixes issues in other plugins, for example, loading multiple forms would fail to load properly)
  • Updated browserslist (might result in slight change in script output)
airfleet-elements-modals-plugin

Release 0.2.0

Added support for modals, including display and styling options.

GitHub
View full changelog

Added

  • Added post type afe_modal (manage modals)
  • Added partial elements-partials-modal (display a modal)
  • Added component elements-components-button-modal (display a button to open a modal)
  • Added filter airfleet/elements/modals (set list of modals that will display on the page)
  • Added filter airfleet/elements/modals/styles (set the style options)
  • Added PHP function airfleet_modals (get list of modals that will display on the page)
  • Added PHP function airfleet_modals_add (register a modal to display on the page)
  • Added PHP function airfleet_modals_styles (get modals style options)
  • Added JS event airfleet-modal-show-request (request a modal to show)
  • Added JS event airfleet-modal-shown (fired after modal is open)
  • Added JS event airfleet-modal-closed (fired after modal is open)
airfleet-elements-buttons-plugin

Release 0.4.0

Added two new filters for button components: style and advanced.

GitHub
View full changelog

Added

  • Added filter airfleet/elements/button/style/components (set list of button components with Style options)
  • Added filter airfleet/elements/button/advanced/components (set list of button components with Advanced options)
airfleet-signature-plugin

Release 1.6.0

Added new settings and configuration pages for signatures, including a wizard page and options for global fields, authentication, URL rewrites, and menu placement.

GitHub
View full changelog

Added

  • Added signature wizard page (choose layout, enter personal details, see signature preview, and copy signature HTML)
  • Added General settings page (configure global fields for signatures - banner, company logo, company URLs)
  • Added Access settings page (configure authentication for signature wizard page)
  • Added Advanced settings page (configure URL rewrites and placement of menu)
  • Added filter airfleet/signature/options (set global signature options)
  • Added filter airfleet/signature/layouts (set layout options for signature wizard)
  • Added action airfleet/signature/fields (render personal fields for signature wizard)
  • Added action airfleet/signature/layout/{$name} (render specific layout)
airfleet-wordpress-framework-php

Release 1.4.0

Updated Section description field to allow link usage

GitHub
View full changelog

Changed

  • Updated description field for Section to allow using links