Releases: mindkomm/types
Releases · mindkomm/types
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_archive
option.
Full Changelog: 2.5.5...2.5.6
2.5.5
2.5.4
2.5.3
- Added a new
column_order
argument for theadmin_columns
option. - Added a new
image
type for theadmin_columns
option. - Added a new
custom
type for theadmin_columns
option. - 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
sortable
parameter for theadmin_columns
option. Sorting didn’t work properly before. It should work now. - Changed default for
sortable
parameter for theadmin_columns
option fromtrue
tofalse
. - Added new
orderby
parameter for theadmin_columns
option that will be used in combination with thesortable
parameter. - Fixed a bug when the
query
option 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.