Skip to content

Commit

Permalink
πŸ”– updates release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gfazioli committed Dec 22, 2024
1 parent 39e8b10 commit 684f97e
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions pages/docs/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@ import { Badge, Flex, Group } from "@mantine/core";

Here you will find the Release Notes of the **most important versions** of [WP Bones](https://github.com/wpbones/WPBones/releases). The versions that change in the **minor** and **major**. Therefore, the patches that can be found [here](https://github.com/wpbones/WPBones/releases) directly in the GitHub repository are excluded.

## 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

- Minor fixes in the [documentation](https://wpbones.com/docs)

### πŸ’Ž Changed and Improved

- Updated the [Custom Post Type](https://wpbones.com/docs/ServicesProvider/custom-post-types) documentation to reflect the new changes
- Added the [Custom Post Type](https://wpbones.com/docs/CoreClasses/cpt) 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.


## 1.8.0

<Flex mt={-34} justify="right"><Badge>November 15, 2024</Badge></Flex>
Expand Down

0 comments on commit 684f97e

Please sign in to comment.