2023-W43

Oct 23–29, 2023

17 releases
  • Multiple plugins added support for custom slots, including @slot_start and @slot_end directives, as well as slots with @view_start and @view_end. - The view generator was updated to include required PHP version in main plugin file. - Other updates included bumping PHP version to 8.2 in multiple YAML files, updating GitHub Actions in plugin generator, increasing minimum PHP version to 8.2, and setting default PHP version to 8.2.
airfleet-generator-cli

Release 0.20.13

Added a slot to partial and component templates in the view generator.

GitHub
View full changelog

Changed

  • View generator: add slot to partial and component templates
airfleet-elements-text-plugin

Release 0.3.0

Added $_slot to elements-partials-text and elements-partials-title

GitHub
View full changelog

Changed

  • elements-partials-text: added $_slot
  • elements-partials-title: added $_slot
airfleet-elements-colors-plugin

Release 0.3.0

Updated views to use $_slot for color and background color elements

GitHub
View full changelog

Changed

  • Updated views to use $_slot (elements-partials-color, elements-components-color, elements-components-background-color)
airfleet-elements-buttons-plugin

Release 0.3.0

Replaced $content property with $_slot in elements-partials-button

GitHub
View full changelog

Changed

  • elements-partials-button: replaced $content property with $_slot
airfleet-elements-background-plugin

Release 0.2.0

Removed two views and updated two others to use $_slot instead of $content.

GitHub
View full changelog

Removed

  • Removed view elements-partials-background-start
  • Removed view elements-partials-background-end

Changed

  • Updated view elements-partials-background to use $_slot and remove $content property
  • Updated view elements-components-background-image to use $_slot and remove $content property
airfleet-views-blade-plugin

Release 0.4.0

Added support for custom slots with new directives @slot_start and @slot_end, as well as slots with @view_start and @view_end.

GitHub
View full changelog

Added

  • Added support for slots with new directives @view_start and @view_end
  • Added support for custom slots with new directives @slot_start and @slot_end
airfleet-views-plugin

Release 0.10.0

Added support for slots in views with new helpers

GitHub
View full changelog

Added

  • Added support for slots using new helpers $_view_start and $_view_end (print slot using $_slot)
  • Added $_slot helper to ensure the variable always exists
  • Added support for named slots using new helpers $_slot_start and $_slot_end (this allows to insert any HTML/PHP into a variable inside a view)
github-files

Release 0.3.0

Updated sync.yml with a new plugin

GitHub
View full changelog

Changed

  • Updated sync.yml to add airfleet/airfleet-elements-announcements-plugin
github-files

Release 0.2.0

Bumped PHP version to 8.2 in multiple YAML files

GitHub
View full changelog

Changed

  • Bump to PHP 8.2 in release-plugin.yml, release-theme.yml, test-wordpress-root-lightyear.yml, and test-wordpress.yml
airfleet-generator-cli

Release 0.20.12

Plugin generator now includes required PHP version in main plugin file

GitHub
View full changelog

Changed

  • Plugin generator: include required PHP version in main plugin file
airfleet-elements-core-plugin

Release 0.4.0

Added two new JavaScript utilities: domReady and post for making POST AJAX requests.

GitHub
View full changelog

Added

  • Added window._airfleet.elements.core.domReady JS utility (run callback when DOM is ready)
  • Added window._airfleet.elements.core.post JS utility (make a POST AJAX request)
airfleet-generator-cli

Release 0.20.11

Updated the view generator's JavaScript script to use a utility function from Airfleet Elements - Core.

GitHub
View full changelog

Changed

  • View generator: update JS script to use domReady util from Airfleet Elements - Core plugin
airfleet-views-plugin

Release 0.9.0

Added view helper to render views as strings

GitHub
View full changelog

Added

  • Added view helper $_view_to_string: render one or more views to a string
airfleet-generator-cli

Release 0.20.10

Updated GitHub Actions in plugin generator to use PHP 8.2

GitHub
View full changelog

Changed

  • Plugin generator: update GitHub Actions to use PHP 8.2
airfleet-plugin-manager-plugin

Release 1.0.0

Minimum PHP version increased to 8.2

GitHub
View full changelog

Changed

  • BREAKING: increased minimum PHP version to 8.2
  • Bump composer/installers to 2.2.0
  • Bump aws/aws-sdk-php-resources to fork phpanatic/aws-sdk-php-resources with PHP 8.2 support
airfleet-generator-cli

Release 0.20.9

Set default PHP version to 8.2 and update composer/installers to 2.2.0

GitHub
View full changelog

Changed

  • Plugin generator: set default PHP version to 8.2
  • Plugin generator: bump composer/installers to 2.2.0