Releases
1.9.0
✨ 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.
You can’t perform that action at this time.