Skip to content

Releases: wpbones/WPBones

v1.10.0

10 Nov 17:12

Choose a tag to compare

What's Changed

  • ⚡ 🐛 Fix kernel loading in php bones command - Ensure the command boots the correct kernel during execution to prevent initialization errors and allow the application to run as expected.
  • ✨ Introduce support for using custom command with or without WordPress loaded
  • ✨ Introduce minor cosmetic formatting improvements

Full Changelog: 1.9.6...v1.10.0

v1.9.6

27 May 06:00

Choose a tag to compare

  • ✨ Fixes missing route load acction for custom route
  • → Fixes wrong version number in the bones command

Full Changelog: 1.9.5...v1.9.6

1.9.5

15 May 10:36

Choose a tag to compare

What's Changed

  • Allow controls of priority/timing of add_actions in init by @dansleboby in #62

Full Changelog: 1.9.4...1.9.5

1.9.4

16 Apr 07:41

Choose a tag to compare

  • ✨ Adds --create-zip in the php bones deploy command

Full Changelog: 1.9.3...1.9.4

1.9.3

31 Mar 11:58

Choose a tag to compare

  • ✨ Adds “/.github” and “/.Dockerfile” to the skip files list

Full Changelog: 1.9.2...1.9.3

1.9.2

28 Mar 17:15

Choose a tag to compare

✨ Added

  • Added new option --no-build in the php bones deploy command to skip the build process during deployment.
  • Added new option --pkgm=<package name> in the php bones deploy command to set the package name for deployment.

💎 Changed and Improved

  • Improved the php bones command to work also without a WordPress installation.

🐛 Fixed

  • The creation path in some php bones make commands.

Full Changelog: 1.9.1...1.9.2

v1.9.1

14 Jan 11:11

Choose a tag to compare

🐛 Fixed

  • Remove ABS_PATH validation in helpers.php to improve PHPUnit compatibility and test loading mechanism

Full Changelog: 1.9.0...1.9.1

v1.9.0

22 Dec 12:42

Choose a tag to compare

✨ Added

  • Added new registerPlaceholderTitle overwritten method in WordPressCustomPostTypeServiceProvider to set the placeholder title for the custom post type.
  • Added new registerAfterTitleView overwritten method in WordPressCustomPostTypeServiceProvider to set the after title view for the custom post type.
  • Added new registerColumns overwritten method in WordPressCustomPostTypeServiceProvider to set the columns for the custom post type.
  • Added new registerPostMeta overwritten method in WordPressCustomPostTypeServiceProvider to register the post meta for the custom post type.
  • Added new registerMetaBoxes overwritten method in WordPressCustomPostTypeServiceProvider to register the post meta for the custom post type.
  • Added new registerLabels overwritten method in WordPressCustomPostTypeServiceProvider to set the labels for the custom post type.
  • Added new columnContent overwritten method in WordPressCustomPostTypeServiceProvider to handle the column content for the custom post type.
  • Added new wpbones_console_deploy_dont_skip_files_folders filters to exclude specific files from deployment
  • Added new wpbones_console_deploy_default_skip_files_folders filters the default list of the files and folder to skip during deployment
  • Added new wpbones_console_deploy_build_assets filters to skip asset building during deployment

🐛 Fixed

💎 Changed and Improved

  • Updated the Custom Post Type documentation to reflect the new changes
  • Added the Custom Post Type core class documentation
  • Improved documentation header generation to provide concise page content summaries
  • Enhance package manager handling within the php bones command for improved reliability and performance
  • Enhance php bones install command with comprehensive package installation support (#54)
  • Minor fixes and improvements to the php bones command.

💥 Breaking Changes

  • The registerMetaBoxCallback property in the WordPressCustomPostTypeServiceProvider is deprecated, use registerMetaBoxes overwritten method instead.

What's Changed

Full Changelog: 1.8.1...1.9.0

v1.8.1

30 Nov 19:20

Choose a tag to compare

  • 🚨 minor fixes to remove warning and php 7.4+ notices

v1.8.0

15 Nov 12:44

Choose a tag to compare

✨ Added

🐛 Fixed

💎 Changed and Improved

  • Reorganized the command list in php bones for better readability.
  • Updated the Service Providers documentation to reflect the new changes
  • Completely rewrote all boilerplates using the new wpkirk-helpers package, enhancing project structure and maintainability
  • Improved documentation for Boilerplate, addressing minor bug fixes and enhancing overall clarity