v1.9.0 - Empowering WordPress Development with New Features #56
Pinned
gfazioli
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
✨ Added
registerPlaceholderTitle
overwritten method inWordPressCustomPostTypeServiceProvider
to set the placeholder title for the custom post type.registerAfterTitleView
overwritten method inWordPressCustomPostTypeServiceProvider
to set the after title view for the custom post type.registerColumns
overwritten method inWordPressCustomPostTypeServiceProvider
to set the columns for the custom post type.registerPostMeta
overwritten method inWordPressCustomPostTypeServiceProvider
to register the post meta for the custom post type.registerMetaBoxes
overwritten method inWordPressCustomPostTypeServiceProvider
to register the post meta for the custom post type.registerLabels
overwritten method inWordPressCustomPostTypeServiceProvider
to set the labels for the custom post type.columnContent
overwritten method inWordPressCustomPostTypeServiceProvider
to handle the column content for the custom post type.wpbones_console_deploy_dont_skip_files_folders
filters to exclude specific files from deploymentwpbones_console_deploy_default_skip_files_folders
filters the default list of the files and folder to skip during deploymentwpbones_console_deploy_build_assets
filters to skip asset building during deployment🐛 Fixed
💎 Changed and Improved
php bones
command for improved reliability and performancephp bones install
command with comprehensive package installation support (php bones: Install package during the install #54)php bones
command.💥 Breaking Changes
registerMetaBoxCallback
property in theWordPressCustomPostTypeServiceProvider
is deprecated, useregisterMetaBoxes
overwritten method instead.Beta Was this translation helpful? Give feedback.
All reactions