File "changelog.txt"

Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/admin-columns-pro/changelog.txt
File size: 21.5 KB
MIME-type: --
Charset: utf-8

== Changelog ==

= 3.6 =
* [Added] New Custom column: Child pages
* [Added] New WooCommerce column: Parent product
* [Added] Inline Edit support for: Username
* [Added] Netwerk Site: License can be added for all network sites or per site
* [Added] Option to enable/disable term creation when using inline edit
* [Added] Usernames are now editable, just like post titles
* [Added] ACF Datepicker column can now be filtered by day, month or year
* [Added] Custom Field's numeric field type can now be filtered with a range
* [Added] Term creation by default off, can be enabled on settings page
* [Added] WooCommerce filter support for order status, customer messagem coupons usedm parent product, payment method, review enabedn
* [Fixed] Galley images will float left
* [Fixed] ACF Post object(s) can now be empty when using inline edit
* [Fixed] User Roles now shows labels instead of ID's
* [Updated] ACF columns are handled separately

= 3.5.2 =
Release Date: July 1st, 2015

* [Fixed] Estimate Time Reading column will not display a value when there is no content
* [Fixed] When updating there was a possible chance on a "Cannot modify header information"
* [Fixed] Fixed Fatal Error for multisite

= 3.5.1 =
Release Date: June 29th, 2015

* [Added] WordPress SEO focus keywords are editable inside the column
* [Added] Support for bbPress columns
* [Fixed] Solved possible datepicker conflict with jquery-ui datepickers
* [Fixed] Date column for Media can be edited now
* [Updated] Admin Columns core to v2.4.4
	* [Fixed] Support for custom post statuses
	* [Fixed] Page Order column is now available on all hierarchical post types
	* [Added] WordPress Default columns has it's own menu group
	* [Added] Columns set by plugins has it's own menu group
	* [Added] Custom Field column has it's own menu group
	* [Update] Updated all languages from Transifex
	* [Fixed] Comment bubble icon is fixed

= 3.5 =
Release Date: May 4th, 2015

* [Added] Comments column: user and author name
* [Added] Comments column values are now editable
* [Added] The following comment column are editable: approved, email, url, user, author name, excerpt/content, type, ACF and Custom Fields
* [Fixed] Comment sorting fixed
* [Added] User columns can now be filtered
* [Added] Supported filterable user columns: email, role, username, user_registered, user_url, custom fields, ACF columns.
* [Added] Comment columns can now be filtered
* [Added] Supported filterable comment columns: ACF, agent, approved, author, date, email, ip, url, user, type, name, custom fields, response and reply to.
* [Added] Media columns can now be filtered
* [Added] Supported filterable media columns: author, comments, date, attached to, description, mime type, taxonomy, custom fields and ACF fields.
* [Added] Media column author is editable
* [Fixed] Taxonomy filtering will use 'AND' instead of 'OR'
* [Fixed] Custom fields will display the proper query results when "display all sorting results" is disabled
* [Updated] Admin Columns core to v2.4.2
	* [Added] Added new comment columns: type, author and user.
	* [Added] Width indicator text is darker
	* [Fixed] Remove ' symbol from column label, because it causing issues when sorting
	* [Fixed] Review notice will only show on admin columns page and with an improved hide button
	* [Fixed] Comment bubble icon is fixed

= 3.4.4 =
Release Date: April 23th, 2015

* [Fixed] Removed source map /src from the plugin, causing issues on certain servers due too large filenames.

= 3.4.3 =
Release Date: April 16th, 2015

* [Fixed] Pagination dissapeared when using filter on pages
* [Fixed] The default Date column is editable
* [Fixed] WooCommerce shipping class column is filterable
* [Fixed] WooCommerce default categories and tags are filterable, sortable and editable
* [Fixed] Taxonomy filtering options are no longer sorted alphabetically when indented.
* [Added] Added a "Trash" option to the editable post status.
* [Updated] Admin Columns core to v2.4.1
	* [Added] Added the development filter 'cac/menu_types' to add custom menu types
	* [Added] Added public method set_menu_type() to the storage model
	* [Added] Added review notice
	* [Updated] Po file will exclude Actions columns which contain only native WordPress translatable strings
	* [Updated] Updated all languages from Transifex
	* [Updated] Pro addon notice text has been updated

= 3.4.2 =
Release Date: March 25th, 2015

* [Added] Added hook 'cac/admin_head' for scripts.
* [Added] Content column is editable: it will use a textarea with unformatted text when editing the content.
* [Updated] Update all languages from Transifex.
* [Fixed] Attachment column is editable, you can quickly attach and unattach any media.
* [Fixed] Admin columns can be network activated and updated with a single license.
* [Fixed] The filter 'cac/column/value' always contains a valid column object now.
* [Improved] Comment per user sorting performance.
* [Updated] Admin Columns core to v2.4
	* [Added] Added content column for post(types).
	* [Added] Added the column shortcodes, which will display any used shortcodes in your post's content
	* [Added] Column width has a text field to enter the width
	* [Added] Added a message for when a custom field is empty
	* [Added] Column width can be set to pixels or percentages
	* [Added] Added a width indicator to the column settings header
	* [Added] Added a singular label to all storage_models

= 3.4.1 =

Release Date: March 2nd, 2015

* [Fixed] Invalid plugin header message
* [Fixed] Performance issue fixed when having editable enabled for author column.
* [Fixed] Network Users will only load on main site
* [Fixed] Editable ACF user columns are fixed
* [Fixed] Editable ACF number fields will use text input without validation
* [Fixed] PHP Export issue resolved.
* [Fixed] Taxonomy editing issue resolved.
* [Added] Added a filter 'cac/editable/options'. See our documentation for more info.
* [Added] Added sorting for the depth column.
* [Added] WordPress SEO column are now editable! See our documentation for more info.
* [Changed] API call cpac_set_storage_model_columns() renamed to ac_register_columns().

= 3.4 =
Release Date: Februari 23th, 2015

* [Added] Added a new column: File location
* [Added] User columns work for Network Users on a multisite
* [Added] Inline editing now supports the editing of Terms on the Taxonomy page.
* [Added] Inline edit support for term columns: name, slug, description and ACF fields.
* [Added] Public method for CPAC_Storage_Model_Taxonomy: get_taxonomy()
* [Added] Public methods for CPAC_Column: get_name(), get_options(), get_option( $name ), get_storage_model_type()
* [Added] Public methods for CPAC_Column for creating settings fields, display_field_text(), display_field_select()
* [Added] Added an API to make any column editable.
* [Added] Added filter: cac/editable/is_column_editable
* [Added] Added filter: cac/editable/editables_data
* [Added] Added filter: cac/editable/column_value
* [Added] Added filter: cac/editable/column_save
* [Added] Inline edit works for Taxonomy and Terms
* [Added] Custom field taxonomy support for Pods
* [Improved] Optimised inline edit to load even faster
* [Improved] Filter options are sorted alphabetically
* [Improved] Improved the sorting query for terms
* [Fixed] Clone is working properly
* [Fixed] The options 'empty' and 'not empty' did not work when filtering with terms.
* [Updated] Admin Columns core to v2.3.4
	* [Added] A column can have it's own JS/CSS files by using the CPAC_Column::scripts() method
	* [Added] Column Name can be found by hovering over the "Type" label in your column settings
	* [Fixed] Fixed a quick edit issue for comments
	* [Fixed] is_field() method of the custom field column works as intended

= 3.3.3 =
Release Date: Januari 30th, 2015

* [Added] Taxonomy filters dropdown now has an empty option
* [Added] Added a jQuery trigger 'cacie_after_save' which fires after inline-edit value has been stored
* [Added] Added sorting support of the user column: Display name
* [Updated] Updated Swedish language thanks to fanderzzon
* [Changed] cac/inline-edit/after_ajax_column_save added $value parameter

= 3.3.2 =
Release Date: Januari 8th, 2015

* [Added] ACF columns for Users can be sorted
* [Added] ACF columns for Media can be sorted
* [Added] "Estimated Reading Time" column can be sorted
* [Added] Custom Field type "Default" can use filtering
* [Fixed] ACF column will only display filterable option for post(types) and media
* [Fixed] The response when testing the connection will be sanitized
* [Fixed] Pre-selected values when using inline edit will display correctly
* [Fixed] Removed filtering for ACF message type
* [Updated] Admin Columns core to v2.3.3
	* [Added] Added user column: Visual Editor
	* [Added] Added post column: Estimated Reading Time
	* [Added] Added method CPAC_Column::get_sorting_value()
	* [Added] Added user column display name
	* [Fixed] fixed wordcount issue with PHP 5.3 or lower
	* [Fixed] Fixed media actions column

= 3.3.1 =
Release Date: December 22nd, 2014

* [Added] Inline edit support for User columns: role, first_name, last_name, description, url, nickname and rich_editing.

= 3.3 =
Release Date: December 22nd, 2014

* [Added] User columns can use inline editing
* [Added] Media columns can use inline editing
* [Added] Inline edit state will be saved as a preference for each metatype per user
* [Added] ACF URL field can use inline editing
* [Added] Inline edit support for ACF WYSIWYG field
* [Added] Filter 'cac/addon/sortable/vars'
* [Added] Added posts column "Last Modified Author"
* [Fixed] Compatibility issue with Ninja Forms where submission would not be displayed
* [Updated] Updated all translations from Transifex
* [Updated] Inline edit for Custom Fields supports the selection of all media files instead of just images.
* [Updated] 100% Spanish translation thanks to Carlos
* [Updated] Added translations for the select2 library
* [Changed] Exported settings will be in readable json format from now on. Old exported txt files can still be used for importing.
* [Updated] Admin Columns core to v2.3.2
	* [Updated] All translations from Transifex - ttps://www.transifex.com/projects/p/admin-columns
	* [Updated] 100% Spanish translation thanks to Carlos
	* [Updated] Custom Fields will now display an icon for file attachments in the correct specified dimensions
	* [Added] Public methods to CPAC_Column; get_type(), is_type(), is_field_type(), get_field_type()
	* [Added] Custom Field type "Terms"
	* [Added] Added posts column "Last Modified Author"
	* [Improced] Improved loading on columns settings screen when using many custom field columns
	* [Fixed] Only display filtering icon on supported Custom Field types
	* [Fixed] Remove deregister of qtip2 scripts.
	* [Fixed] PHP export now works as intended
	* [Fixed] Compatibility issue with Ninja Forms where submission would not be displayed

= 3.2 =
Release Date: December 5th, 2014

* [Added] Toggle secure connection if SSL is not available.
* [Added] Inline edit for all custom fields. Can be enabled from the settings tab.
* [Added] Inline edit: colorpicker can be edited as text.
* [Added] Added datepicker for ACF inline edit fields.
* [Added] Action 'cac/pro/loaded' when Pro version is fully loaded.
* [Changed] Renamed constant CAC_FULL to ACP_FILE.
* [Changed] Columns listed by 3rd party add-ons will be added to the top of the columns selection dropdown.
* [Fixed] Fatal Error when ACF was disabled but the ACF column was still enabled.
* [Fixed] Fixed sorting by date on uncommon date formats.
* [Fixed] Field PHP Export was not working when included to a site.
* [Fixed] Caching method for filtering rewritten solving numerous issues.
* [Fixed] Dissapearing metaboxes (publish and featured image) when creating a new post. (related to caching issue)
* [Fixed] Issue with Custom Sidebars not saving selected sidebars on post page. (related to caching issue)
* [Updated] Admin Columns core to v2.3
	* [Added] Added filter "cac/column/meta/is_editable" for making all custom fields editable
	* [Added] CPAC_Settings::get_settings_page() to retrieve setting_page slug
	* [Added] Caching method for CPAC_Storage_Model
	* [Fixed] Field PHP Export was not working when included to a site
	* [Updated] Improved word count on post content

= 3.1.1 =
Release Date: November 9th, 2014

* [Fixed] Fixed "Invalid plugin headers" issue in Admin Columns Pro.
* [Fixed] Fixed incorrect currency for inline editing for WooCommerce price fields.

= 3.1 =
Release Date: November 2nd, 2014

* [Added] Inline edit support for ACF5 fields "Post object" and "User"
* [Improved] Improved sorting for ACF Field types: Post objects, Users, Taxonomy, Page link, Relationship.
* [Fixed] Filtering sticky posts was doing opposite.
* [Fixed] Fixed problems with filtering, filtered values are now encoded in the URL.
* [Fixed] Fixed disappearing popup in editing titles.
* [Added] Added filter to modify the behavior of the sort_flag 'cac/addon/sortable/sort_flag'.
* [Added] Persian (fa_IR) language, thanks to kamel kimiaei.
* [Added] Italian (it_IT) language, thanks to francesco.
* [Updated] Admin Columns core to v2.2.9
	* [Added] Added filter "cac/column/actions/action_links" for modifying the action column links
	* [Fixed] WordPress SEO by Yoast columns were not added to the dropdown menu when using the 'add column' button.
	* [Fixed] Fix "restore" action link in post actions column
	* [Added] Persian (fa_IR) language, thanks to kamel kimiaei.
	* [Added] Partially Italian (it_IT) language, thanks to francesco.

= 3.0.9 =
Release Date: October 10th, 2014

* [Fixed] Correctly display which ACF column types are filterable
* [Fixed] Plugin updates use SSL and all references to admincolumns.com use https
* [Updated] Admin Columns core to v2.2.8.1
	* [Fixed] Quick Edit will display columns correctly after saving

= 3.0.8.5 =
Release Date: October 1st, 2014

* [Fixed] Fixed error in clear_cache method (occurs when WPML and some other plugins are activated) for filtering when plugin is not fully loaded yet
* [Added] Added filter 'cac/addon/filtering/options' for the filtering dropdown list.
* [Updated] Admin Columns core to v2.2.8
	* [Fixed] support for WPML columns
	* [Added] Added date format option for "Last modified" column
	* [Updated] Change references from Codepress Admin Columns to Admin Columns
	* [Updated] General code clean-up
	* [Improved] Documentation improvements

= 3.0.8.4 =
Release Date: August 28nd, 2014

* [Fixed] Fixed "Wrong Response from API" issue on certain servers.
* [Fixed] Possible php error when sorting with certain characters.
* [Updated] Admin Columns core to v2.2.6.4
	* [Updated] Portuguese (Brazil) language - thanks to André Mácola Machado

= 3.0.8.3 =
Release Date: August 22nd, 2014

* [Fixed] Fixed flushing of cache for the filter dropdown menu.
* [Updated] Admin Columns core to v2.2.6.3
	* [Updated] Enable 3rd party plugins to set storage_models outside the post listings screens
	* [Updated] Spanish language updated - thanks to Andrew Kurtis
	* [Fixed] Fixed “Illegal offset” warning for unset option on edit screen

= 3.0.8.2 =
Release Date: August 16th, 2014

* [Fixed] Fixed wrongful output of some editable ACF 5 fields.

= 3.0.8.1 =
Release Date: August 15th, 2014

* [Fixed] Fixed dependency on PHP 5.3+ in actions column.
* [Updated] Admin Columns core to v2.2.6.1
	* [Fixed] Fixed dependency on PHP 5.3+ in actions column

= 3.0.8 =
Release Date: August 15th, 2014

* [Fixed] Performance improvement. Quick Edit will only load values when editing is enabled
* [Fixed] Filter caching will only be flushed on the current metatype when using inline-edit
* [Fixed] Taxonomy (metatype) columns did not work
* [Fixed] Only ajax calls from cpac will trigger the loading of storage_models now.
* [Added] New Column! Used-by-menu column; will display in which menu a post/page/taxonomy is being used. With support for column sorting in posts
* [Added] The filter dropdown for ACF Fields will display the labels of the values instead of the raw value
* [Added] You can use the filter 'cac/addon/filtering/dropdown_top_label' to change the top label of the filter-dropdown
* [fixed] JS library floatThead
* [Updated] Admin Columns core to v2.2.6
	* [Changed] Display "edit columns" button by default
	* [Improved] Improved memory usage by only loading columns for the current screen
	* [Changed] Removed floatHead library
	* [Updated] Only display ACF placeholder with ACF active.
	* [Fixed] Unavailable included JS-file on editing pages
	* [Fixed] Error with actions icons.
	* [Added] New Column! Used-by-menu column; will display in which menu a post/page/taxonomy is being used. With support for column sorting in posts.
	* [Fixed] Only ajax calls from cpac will trigger the loading of storage_models now.

= 3.0.7 =
Release Date: July 30th, 2014

* [Fixed] Sticky filtering.

= 3.0.6 =
Release Date: July 22nd, 2014

* [Added] Added support for filtering & sorting of Advanced Custom Field (ACF) columns
* [Added] Added support for sorting of WooCommerce columns
* [Updated] Moved the dropdown options "empty and not-empty" for filtering to the bottom of the list
* [Updated] Updated languages from Transifex, French, Danish and Dutch. Thank you for translating! A link to your profiles have been placed on http://www.admincolumns.com/contribute/
* [Improvement] Cache for filter dropdown will be flushed when using inline-edit
* [Updated] Admin Columns core to v2.2.4
	* [Added] New filter `cpac/storage_model/columns_default` for filtering the columns that should be loaded if there are no stored columns
	* [Added] Option (column property `hidden`) to hide column types from the dropdown list of column types
	* [Added] Use tooltip library for enhanced column value representation
	* [Added] Box for direct feedback on Admin Columns settings screen
	* [Added] Added method for retrieving current storage model (for overview pages such as the posts and page overviews)
	* [Added] Added WooCommerce add-on to list of add-ons
	* [Updated] Hide ACF5 field group post type from list of post types columns settings
	* [Updated] Updated structure of scripts and styles and way of enqueuing them

= 3.0.5 =
Release Date: July 1st, 2014

* [Fixed] ACF add-on auto updates did not work.
* [Updated] Admin Columns core to v2.2.3
	* [Added] Added Path column for post(types). Uses the permalink without the home url.
	* [Fixed] Custom Fields for Media Library did not work.
	* [Fixed] Column type dropdown displayed an empty item.

= 3.0.4 =
Release Date: June 25th, 2014

* [Fixed] Filter dropdown's cache was not being flushed correctly
* [Added] Added filter to remove dropdown 'Empty' and 'Not Empty' options, use 'cac/addon/filtering/dropdown_empty_option'.
* [Added] Filtering support for Media (Attachments), see full list in documentation.
* [Updated] Admin Columns core to v2.2.1.1
	* [Added] Option to make permalink in permalink column clickable (linking to post)
	* [Added] Direct support box in Admin Columns settings screen sidebar
	* [Added] Added filter to suppress pro add-on notice (`cpac/suppress_proaddon_notice`)
	* [Updated] Minor adjustments for WooCommerce and other third party plugin support, setting up the post object in post columns
	* [Updated] Minor update in default column retrieval for improved 3rd party plugin support
	* [Fixed] Fixed problem with column groups incorrectly handling default 3rd party columns
	* [Updated] Updated translations from Transifex

= 3.0.3 =
Release Date: June 25th, 2014

* [Fixed] Translations working again
* [Updated] Languages updated from transifex
* [Updated] Improved bug reporting

= 3.0.2 =
Release Date: May 7th, 2014

* [Fixed] Changelog wasn't being displayed
* [Fixed] Redo/undo when editing featured images
* [Fixed] Quick-edit caused the column to be misplaced

= 3.0.1 =
Release Date: May 5th, 2014

* [Fixed] Support for 3rd party columns

= 3.0 =
Release Date: May 4th, 2014

* [Added] Added column excerpts for terms
* [Added] Support for builtin WordPress taxonomies like categories and tags
* [Added] Added direct editing of content from the columns screen for posts
* [Added] Export columns settings to PHP for usage within themes.
* [Improved] Columns are retrieved with ajax
* [Updated] Initial release Admin Columns Pro


= The part below displays changes made pre May 2014 when the plugin was an add-on to Admin Columns. =

= 1.1.0 =

* [Added] Taxonomy column support
* [Added] You can define your licence key using define( "CAC_PRO_LICENCE", <your-pro-addon-key> ) in your wp-config.php
* [Added] Click the small inidactor labels to toggle sorting and filtering.

= 1.0.8 =
* [Fixed] Checkmark label for filtering
* [Added] added 'cac/addon/filtering/taxonomy/terms_args' to supply your own args to get_terms on filtering taxonomy

= 1.0.7 =
* [Added] Added option to display all results while sorting
* [Fixed] Bug with sorting hidden custom fields

= 1.0.6 =
* [Updated] Lowered memory usage
* [Updated] Added 'no_found_rows' argument for faster queries

= 1.0.5 =
* [Fixed] Sorting User on Multsite ( props to fried_eggz )
* [Fixed] Filter dropwdown bug with current selected item

= 1.0.4 =
* [Fixed] Bug with activating the pro add-on

= 1.0.3 =
* [Updated] translations
* [Fixed] Sorts custom field post titles by Title (instead of ID)
* [Added] Restore sorting from Admin column settings screen
* [Fixed] Filtering will work for values as all sizes. limit of 30 char has been removed.
* [Fixed] Check if sortable property isset by custom columns