Releases: mindkomm/types
Releases · mindkomm/types
2.4.1
2.4.0
- Added
Post_Type_Page_Option
class, which registers an option to select the page to act as the custom post type archive in the Customizer for you. - Added
Post_Type_Page_State
class, which adds a post state label to the the pages overview in the admin to recognize pages that act as custom post type archives quicker.
Read more about these functionalities in the page_for_archive
section in the README.
2.3.2
2.3.1
2.3.0
2.2.3
- Added new post type labels (https://make.wordpress.org/core/2018/12/05/new-post-type-labels-in-5-0/).
- Fixed wrong label assignment.
2.2.2
2.2.1
2.2.0
- Added better handling of labels by updating the messages displayed in the backend and making it possible to properly translate the labels. This will open up the repository for additional languages.
- Added new function
update()
to update the settings for existing post types and taxonomies. - Added new function
rename()
to rename existing post types and taxonomies. - Added option for post types to have separate queries with a
frontend
andbackend
argument forquery
. - Fixed when a post slug wasn’t updated on first save.