Releases: codepress/admin-columns
Releases · codepress/admin-columns
3.0.4
Merge pull request #182 from codepress/maintenance-release release-3.0.4
3.0.3
- [Fixed] Show the type instead of an empty label in the edit columns screen
- [Fixed] Image URLs are supported again for the Custom Field column
- [Fixed] Column with a date setting did not always store it's value date format correctly
- [Improved] Post Status column can now also be displayed as an icon
- [Improved] Use multibyte function to trim strings for showing a maximum character count
- [Improved] Excerpt column now displays a text icon when the excerpt is generated from it's content
- [Added] Added a helper to display star ratings
3.0.1
Release Date: June 12th, 2017
- [Improved] Clicking the toggle icons in the header of the column settings won't open the column settings anymore
- [Improved] Fallback for the autoloader to work with lowercase files
- [Improved] User Nicename available as an option for User display
- [Fixed] Media Path now shows correct http protocol
3.0
Release Date: May 3rd, 2017
- [Refactor] Complete refactor of core code. Please read Upgrading from v3 to v4
- [Improved] Column will now have a default empty value (dash character)
- [Improved] A column can now use an ajax callback for displaying it's contents (with AC_Column_AjaxValue interface)
- [Improved] Updated the User Interface
- [Improved] Using dashicons instead of image icons
- [Improved] Action column now always is the primary column
- [Improved] Heading structure in Admin is now correct
- [Improved] Page Template column supports post types (since WP 4.7)
- [Improved] Improved Custom Field column types
- [Added] New user column added: Author name
- [Added] New user column added: Show Toolbar
- [Added] New column for shortlink added
- [Added] Filter for suppressing admin notices
- [Added] New helpers added for array, date, formfield, icon, image, post, string ,taxonomy and user. Helpers can be accessed by using 'ac_helper()->array()'' etc
- [Added] Filter for enabling a 'clear all columns' button to the setting page. 'ac/settings/enable_clear_columns_button'
- [Added] New method for singleton for Admin Columns main class. 'ac()'
- [Fixed] Comment Response column is no longer displayed in the table when viewing "Comments On".
2.5.6.3
2.5.5
Merge pull request #103 from codepress/release-2-5-5 Release 2 5 5
2.5.3
Merge branch 'release-2-5-3'
2.5.1
options key fix
2.4.9
- [Added] Display format Url added to Custom Fields
- [Added] Allow the use of before and after fields for all columns. Use add_filter( 'cac/column/properties/use_before_after', '__return_true' ).
- [Fixed] Removed Field Groups from post types
- [Fixed] Removed additional avatars from the comments view
- [Added] Added the option to replace the Custom Field select menu with a text input. Use add_filter( 'cac/column/meta/use_text_input', '__return_true' ).
2.4.8
Merge branch 'develop' Conflicts: assets/css/admin-column.min.css