2023-W52

Dec 25–31, 2023

3 releases
  • The airfleet-generator-cli was updated to fix several issues related to snippet generation, including using the correct directory name and namespace in feature snippets.
  • A Composer dependency was bumped to version 3.2.0 for improved compatibility.
  • The airfleet-wordpress-dev-php-tools were also updated to improve PHP code analysis tools, with dependencies like squizlabs/php_codesniffer and wp-coding-standards/wpcs being upgraded.
airfleet-generator-cli

Release 0.21.4

Fixed issues with snippets generated by the plugin generator.

GitHub
View full changelog

Fixed

  • Snippets/Plugin generator: fixed feature snippet to use current directory name instead of "Features"
  • Snippets/Plugin generator: fixed view setup snippet using wrong view namespace
  • Snippets/Plugin generator: fixed block metadata snippet including .block suffix
  • Snippets/Plugin generator: fixed javscript snippet including .entry and other suffixes
airfleet-generator-cli

Release 0.21.3

Bumped Composer dependency airfleet/wordpress-dev to version 3.2.0

GitHub
View full changelog

Fixed

  • Plugin generator: bump Composer dependency airfleet/wordpress-dev to 3.2.0
airfleet-wordpress-dev-php-tools

Release 3.2.0

Updated dependencies for PHP code analysis tools.

GitHub
View full changelog

Changed

  • Bump squizlabs/php_codesniffer to 3.8.0
  • Bump wp-coding-standards/wpcs to 3.0.1
  • Bump sirbrillig/phpcs-variable-analysis to 2.11.17
  • Bump phpcsstandards/phpcsutils to 1.0.9

Fixed

  • Fixed version incompatibility between direct php_codesniffer dependency and php_codesniffer included by wpcs