Releases: mindkomm/types
Releases · mindkomm/types
v2.5.8
v2.5.7
2.5.6
- Fixed return type for label filter.
- Fixed bugs when trying to access column data on columns that are not arrays (e.g. when column is set to
false). - Improved default compatibility with custom permalink structure when using the
page_for_archiveoption.
Full Changelog: 2.5.5...2.5.6
2.5.5
2.5.4
2.5.3
- Added a new
column_orderargument for theadmin_columnsoption. - Added a new
imagetype for theadmin_columnsoption. - Added a new
customtype for theadmin_columnsoption. - Fixed a bug when updating the label for a custom post type didn’t work properly.
- Fixed a bug when search for meta for title (see #7, thanks @szepeviktor).
2.5.2
- Fixed a bug when wrong translation loaded in admin.
- Fixed a bug when searching for post titles didn’t work in combination with meta value searches.
- Fixed some code style issues (thanks, @szepeviktor).
2.5.1
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.