Releases: mindkomm/types
Releases · mindkomm/types
2.5.0
- Fixed
sortableparameter for theadmin_columnsoption. Sorting didn’t work properly before. It should work now. - Changed default for
sortableparameter for theadmin_columnsoption fromtruetofalse. - Added new
orderbyparameter for theadmin_columnsoption that will be used in combination with thesortableparameter. - Fixed a bug when the
queryoption was interfering with sorting queries in post list tables.
2.4.4
2.4.3
This release improves compatibility with multisite environments, especially when working with MultilingualPress.
- Fixed bug when page archives didn’t work in multilingual multisite environments.
- Fixed bug when proper archive link couldn’t be selected in multisite environment.
2.4.2
2.4.1
2.4.0
- Added
Post_Type_Page_Optionclass, 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_Stateclass, 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.