Skip to content

Releases: codepress/admin-columns

3.0.4

17 Aug 08:37
Compare
Choose a tag to compare
Merge pull request #182 from codepress/maintenance-release

release-3.0.4

3.0.3

26 Jul 09:35
Compare
Choose a tag to compare
  • [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

12 Jun 13:30
Compare
Choose a tag to compare

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

03 May 08:36
Compare
Choose a tag to compare
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

06 Jul 12:46
Compare
Choose a tag to compare
  • [Added] Filter for suppressing admin notices, use: add_filter( 'cac/suppress_site_wide_notices', '__return_true' )
  • [Fixed] Only enable our plugin for taxonomies that are available in the admin

2.5.5

07 Apr 09:59
Compare
Choose a tag to compare
Merge pull request #103 from codepress/release-2-5-5

Release 2 5 5

2.5.3

18 Mar 13:35
Compare
Choose a tag to compare
Merge branch 'release-2-5-3'

2.5.1

16 Mar 16:42
Compare
Choose a tag to compare
options key fix

2.4.9

21 Jan 10:38
Compare
Choose a tag to compare
  • [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

26 Nov 17:02
Compare
Choose a tag to compare
Merge branch 'develop'

Conflicts:
	assets/css/admin-column.min.css