Advanced Post Types Order – Changelog
5.5.5
Release Date – 19th November 2024
- Fix: Polylang synchronize calling wrong method.
5.5.4
Release Date – 11th November 2024
- Ignore the taxonomy_relation if the query include a single tax_query item
5.5.2
Release Date – 4th November 2024
- Allow to drag in & out of hierarchy, for hierarchically enables post types.
- Attempt to flatten nested taxonomy arguments for a query for internal comparison.
5.5
Release Date – 24th October 2024
- Compatibility with WooCommerce Product Add-Ons Ultimate
5.4.9
Release Date – 18th October 2024
- Replace the jQuery(document).ready with document.addEventListener(‘DOMContentLoaded’ ) for cases when jQuery is relocated on the footer.
5.4.8
Release Date – 16th October 2024
- Use the translation file for all similar locales ( e.g. fr_FR, fr_BE etc )
5.4.7
Release Date – 3rd October 2024
- Updated translations for Portuguese, Spanish, German, Italian, Japanese
- New translation language for Arabic, Dutch, Korean, Chinese,
5.4.5
Release Date – 28th September 2024
- Compatibility update for Admin Columns Pro and ACF custom fields filtering https://www.nsp-code.com/how-to-sort-wordpress-posts-custom-post-types-order-with-admin-columns-pro-filters-and-acf/
- Fix: Check if $item_tax_data[‘taxonomy’] is array and isset to avoid PHP warning.
5.4.2
Release Date – 20th September 2024
- Fix: Deprecated: Creation of dynamic property APTO_functions::$auto_apply_sticky is deprecated on PHP 8.2.2
5.4.1
Release Date – 12th September 2024
- New filter for WPML apto/multilingual_syncronize/count_objects allow to ignore the sort update when objects count is different for the site languages and the WPML Synchronize option is active.
5.4
Release Date – 9th September 2024
- New functionality: New option with Apply Sticky Posts when using Automatic Order.
5.3.6
Release Date – 4th September 2024
- Update the FLYING_PRESS cache clear method.
5.3.5
Release Date – 24th July 2024
- New filter apto/get_sort_settings to allow sort settings to be changed.
- New filter apto/get_sort_view_settings to allow sort view object settings to be changed.
- Sanitize using preg_replace the sord_id and sort_view_id
- New action apto/reorder-interface/automatic/order_update_complete which trigger when updating the automatic sort interface.
- The action apto/reorder-interface/automatic/send-to-manual/order_update_complete replaces deprecated apto_order_update_complete
5.3.4
Release Date – 26th June 2024
- Run the APTO_init on -1 to ensure it triggers earlier than anything else.
- WordPress 6.5.5 compatibility check and tag.
5.3.2
Release Date – 5th June 2024
- When order update, attempt to clear the site / server caches.
- WordPress 6.5.3 compatibility tag.
5.3.1
Release Date – 5th April 2024
- Ensure the code is retrieving correct per_page objects for current user.
- Check if isset to ensure warning to being triggered.
- Create separate get_sort_settings_rules method to be callable from the code.
5.2.5
Release Date – 8th February 2024
- Use preg_replace ro sanitize inputs instead filter_var / FILTER_SANITIZE_STRING
- New filter apto/order_reset https://www.nsp-code.com/documentation/filter-apto-order_reset/
5.2
Release Date – 11th December 2023
- Avoid checking the update if the server API is busy or return error.
5.1.8
Release Date – 8th December 2023
- Compatibility update for essential-grid, filter the query taxonomies terms to avoid bulk fill.
5.1.6
Release Date – 29th November 2023
- Fix: Automatic mode -> Custom Field / Custom Function switch. Show the additional fields.
5.1.2
Release Date – 10th November 2023
- Fix: Undefined array key “auto_taxonomy_name”
- Fix: Undefined $key index
5.1
Release Date – 6th November 2023
- Fallback implementation for the Taxonomy Automatic Order https://www.nsp-code.com/leveraging-the-fallback-in-advanced-post-types-order-for-smart-content-organization/
- Remove deprecated filters apto/posts_orderby, force_no_custom_order query parameter.
- Code cleanup.
- Japanese translation updates.
5.0.8
Release Date – 31st October 2023
- Returns false for get_is_hierarhical_by_settings, when using the Advanced Settings, to avoid losing the child => parent hierarchy.
5.0.4
Release Date – 24th October 2023
- Testes and updated for PHP 8.2.4 compatibility
5.0.2
Release Date – 16th October 2023
- WP Grid Builder compatibility when using custom facets and terms filtering.
5.0
Release Date – 2nd October 2023
- Fixed Deprecation Notice when run PHP 8.1
4.9.9
Release Date – 28th September 2023
- New feature: Automatic sort by Taxonomy Terms for Archive.
- Remove some old deprecated filters and code.
- Fix implode arguments.
4.9
Release Date – 29th July 2023
- Flush the caches after sort update completed to ensure redis also clear the data.
- Fix: Undefined post_parent for non-hierarhical sorting updates
4.8.9
Release Date – 24th July 2023
- Beaver Builder set post type as empty if not exists, to avoid query argument difference from the default.
- Code cleanup
4.8.6
Release Date – 1st July 2023
- New Randomize option for the list.
- Allow Pagination for hierarchical post types.
- Improved for pagination and sorting on hierarchical objects.
- Randomize core update transient to avoid querying multiple machines on same time.
- German Language updates
- Polylang compatibility updates.
- Fix: undefined array triggered on PHP 8.1 when partial match try
4.8
Release Date – 4th May 2023
- Fix: undefined woocommerce_query_filter_process ( as enclosed to a compatibility class ).
4.7.9
Release Date – 3rd May 2023
- New filter apto/default_interface_sort/taxonomy for interact with the current screen $taxonomy data.
- New filter apto/default_interface_sort/term for interact with the current screen $term data.
- Compatibility file structure update.
4.7.7
Release Date – 1st May 2023
- Fixed undefined woocommerce_grouped_childs when using WPML and the Synchronization function
4.7.5
Release Date – 12th April 2023
- Fix: Undefined $query_tax_terms when using wrong arguments for taxonomy
- Fix: Change the Re-Order translation on German.
4.7.2
Release Date – 28th March 2023
- German translation updates
- Spanish translation updates
- Add filter for edit_{$post_type}_per_page to allow custom values
- Fix undefined $query_tax_terms
4.7
Release Date – 25th November 2022
- Fix: PHP 8 and higher, when compare the $parent_id with null value
- Fix: Return query_get_post_types as array
4.5.9
Release Date – 6th October 2022
- Fix transient name when using the Force Check plugins update
4.5.8
Release Date – 6th June 2022
- Apply sorting when using WooCommerce wc_get_products() / WC_Product_Query
4.5.7
Release Date – 4th June 2022
- Fix: Use intval instead trim for passed-through order indexes, to ensure a numerical data.
4.5.6
Release Date – 30th May 2022
- Improvements for the code Updater class
- Check if JSON call when using the option Debug Marks to avoid outputting the debugging data.
- Remove the ignore_custom_sort option when calling the gallery through AJAX
4.5.4
Release Date – 2nd May 2022
- Fix layout change when sorting by drag&drop within default WordPress interface.
- Add placeholder row size by setting a tr colspan of the dragable element.
- RO Language file update
4.5.2
Release Date – 20th April 2022
- Move the re-order item title data to $additiona_details holder, to allow the apto/reorder_item_additional_details to apply
4.5.1
Release Date – 16th March 2022
- Limit the post count if too many term, to avoid long/heavy SQL queries
- Switch back the API to HTTPS, as WordPress fixed the internal certificate problem
4.5
Release Date – 21st January 2022
- Update Nested Sortable for comaptibility with jQuery UI Sortable 1.13.0
- WordPress 4.9 compatibility
4.4.5
Release Date – 20th November 2021
- API host update
4.4.3
Release Date – 12th November 2021
- PHP 8.0 Compatibility check
- Fix Notice Required parameter $output follows optional parameter $depth
4.4.2
Release Date – 19th October 2021
- For new sorts, avoid listing all items, if too many objects, by turning on pagination if not already.
4.4.1.1
Release Date – 12th October 2021
- Temporarily switch to non-SSL API, until WordPress fix the expired DST Root CA X3 certificate affecting LetsEncrypt, causing cUrl issues https://core.trac.wordpress.org/ticket/54207
- Text typo fix
- Language file update
4.4
Release Date – 20th September 2021
- New argument $sort_view_id, for order_list_apply_sticky_data method
4.3.9.7
Release Date – 11th August 2021
- Fix Warning: implode(): Invalid arguments passed
4.3.9.6
Release Date – 2nd July 2021
- Change the new-item URL query argument to nsort, to prevent issues on systems with ModSecurity
4.3.9.5
Release Date – 24th April 2021
- Fix upsells re-order for latest WooCommerce
4.3.9.4
Release Date – 19th April 2021
- Fix sort within default WordPress interface for user who don’t own the right capability
4.3.9.3
Release Date – 3rd April 2021
- New conditional for Mobile check
- Ignore the global_product_addon post type when WooCommerce Product Addon is active
4.3.9.1
Release Date – 24th February 2021
- New filter apto/order_list/apply_sticky_data which allows to interact with the list after sticky applied.
- Pass-through the SortID for the filter apto/admin/interface_title
4.3.8.9
Release Date – 17th February 2021
- New filter apto/admin/interface_title to allow page title to be changed
4.3.8.7
Release Date – 5th February 2021
- Return the error and output it to the interface when saving the AJAX order
- WooCommerce upsells array filter to avoid duplicates
4.3.8.5
Release Date – 2nd December 2020
- Add transient for plugins_api filter call
- Avoid hammering by increasing the call intervals
4.3.8.4
Release Date – 26th November 2020
- Ensure when force-check, ignore the transient data
- Fix implode arguments
4.3.8.3
Release Date – 19th August 2020
- Include Menu Order selection for automatic order
- Remove handlediv for sort header which is deprecated in WordPress 5.5
4.3.8.2
Release Date – 2nd July 2020
- New filter apto/ignore_search which can be used to allow custom sorting to apply for search results.
4.3.8.1
Release Date – 12th June 2020
- Disable Debug Marks output when ajax or POST calls
4.3.8
Release Date – 10th June 2020
- Compatibility fix for WPDM – Extended Short-codes
4.3.7
Release Date – 9th June 2020
- Fixed WooCommerce Cross-sells items delete, affecting the Upsells
4.3.6
Release Date – 9th June 2020
- If tax_query block taxonomy is empty, attempt to identify it’s name
- Slight plugin files re-structure
4.3.5
Release Date – 24th March 2020
- new Divi module for Post Navigation with sort support
4.3.4.1
Release Date – 7th February 2020
- Include child terms, on automatic order if query taxonomy ‘include_children’ argument is being set and true
4.3.4
Release Date – 5th February 2020
- Allow re-order for media (images) within Library ( default ) interface
4.3.3.4
Release Date – 8th January 2020
- Check if query argument ‘include_children’ is empty before compare with sort set-up.
4.3.3.3
Release Date – 22nd November 2019
- New filter ‘apto/wp-admin/reorder-interface/show_taxonomy_selection’ which allows to disable taxonomy selection on sort interface.
4.3.3.2
Release Date – 14th November 2019
- Fixed notice “Declaration of Post_Types_Order_Walker::walk($elements, $max_depth) should be compatible with Walker::walk($elements, $max_depth, …$args)”
4.3.3.1
Release Date – 14th November 2019
- Switch Automatic Order with Manual menu
- Improvements on plugin update class for better compatibility
4.3.3
Release Date – 15th October 2019
- New functionality – Debug Marks – Output marks on front side when logged-in, with detailed information of every queries to identify the settings to be used for a sort to match.
4.3.2.2
Release Date – 11th October 2019
- Allow an extra parameter as $order_list for ‘apto/get_orderby’ filter
4.3.2
Release Date – 11th September 2019
- Add support for REST API to use the orderby=menu_order argument
4.3.1
Release Date – 22nd August 2019
- Compatibility when using “WooCommerce TM Extra Product Options” plugin
- Improved sort speed when updating WooCommerce archive/category, when triggering ‘apto/order_updated’
4.2.9
Release Date – 9th August 2019
- Use buffing for MySql queries when order update for great speed improvements
- Fix: undefined offset notice
4.2.7
Release Date – 4th July 2019
- Automatic order send to manual – speed improvements
4.2.6
Release Date – 26th June 2019
- Fix: Drag & drop items from a offset group to main list and back
- New actions apto/re-order-interface/before_manual_interface and apto/re-order-interface/after_manual_interface
- Add style to pagination links
4.2.5.7
Release Date – 12th June 2019
- Fix: check plugin active status for multisite
4.2.5.6
Release Date – 28th May 2019
- Include cat_id when compare against term field; even so the cat_id is not Codex documented, some plugins use it.
- Fix: Polylang queries count
- Set licence check lock before any operation
- Japanese translation
4.2.5.3
Release Date – 12th April 2019
- Fix: When accessing invalid sort id, do not attempt to create a view for the sort
- Validate the sort id and output new sort creation if being invalid
4.2.5.2
Release Date – 9th April 2019
- Polylang – Exclude language taxonomy when output the JavaScript variable for ordering in default interface
- Polylang / WPML – attempt to synchronize the order, customized within default interface
4.2.5
Release Date – 1st April 2019
- Polylang Synchronize functionality
- Filter internal _settings_update_languages option for empty data
4.2.4
Release Date – 19th March 2019
- Filter queries for duplicate tax_query terms
4.2.3
Release Date – 26th February 2019
- Disable nesting for WooCommerce when sort view list is not archive, to prevent nesting when using grid view
4.2.2
Release Date – 21st February 2019
- Fix list/grid view when sort WooCommerce archive
4.2.1
Release Date – 7th February 2019
- Fix WooCommerce Upsells select2 element
4.2.0.2
Release Date – 24th January 2019
- Clear WooCommerce wc_product_loop transient when sort update
- Filter apto/reorder_item_additional_options replace deprecated filter apto_reorder_item_additional_options
- Filter apto/reorder_item_additional_details replace deprecated filter apto_reorder_item_additional_details
4.2
Release Date – 15th January 2019
- New Option Apply WooCommerce category order while using visual attributes filtering
- Internal Cache, SetType as array for element for php 7.0 and up compatibility
- Internal filters format unify to prefix apto/
4.1.9
Release Date – 11th January 2019
- Fix: Sorting for FacetWP
4.1.8
Release Date – 11th January 2019
- New cache functions for internal usage
- Speed improvements by using cache for get_sort_settings() and get_sort_view_settings()
- Increase height for muliti-line select for taxonomy input within advanced sort settings for better visibility
4.1.7
Release Date – 10th December 2018
- Disable default JavaScript alphabetically sorting for WooCoomerce Upsells select within the admin, when add a new item
- Translations updates
4.1.6
Release Date – 25th October 2018
- Include Icons on WordPress Updates interface
- Call API version 1.1
- Return default response on ‘plugins_api’ and not current plugin check
4.1.5
Release Date – 24th October 2018
- Ensure the query ‘include_children’ term argument is boolean as some queries include wrong type for this argument
4.1.4
Release Date – 17th September 2018
- Updated NestedSortable JS framework
- Fixed WooCommerce grouped products sort
- Allow APTO_AJAX_OBJECTS_PER_PAGE constant to be defined by user
85e6322be41b6d3ae72dae6b41976649d317e374
Release Date – 3rd September 2018
- Interface remove block button visibility
4.1.2
Release Date – 23rd August 2018
- Ignore the queries when is_page() but not is_archive()
4.1.1
Release Date – 20th August 2018
- Fixed undefined variable $admin_settings_view_capability when using apto_reorder shortcode
- Fixed capability argument for apto_reorder shortcode
4.1
Release Date – 31st July 2018
- Conditional URL comparison fix when using protocol in urls
4.0.9.9
Release Date – 17th July 2018
- Fixed meta_data_prepare_value when using dynamic expression
4.0.9.8
Release Date – 4th July 2018
- Fixed Warning: count(): Parameter must be an array or an object
4.0.9.7
Release Date – 2nd July 2018
- Fix hierarchical sorting for hierarchical active post types within taxonomy terms
4.0.9.6
Release Date – 25th June 2018
- Avoiding database Deadlock when try to create_lock() : database error Deadlock found when trying to get lock; try restarting transaction for query
4.0.9.5
Release Date – 20th June 2018
- Improved support for dynamic meta value for sort settings e.g. !{date(“Y-m-d”, time() )}
4.0.9.4
Release Date – 15th June 2018
- Improved nested queries when using WooCommerce shortcodes queries
- Moved db lock functions to licence class
4.0.9.3
Release Date – 31st May 2018
- Fixed Undefined index: page_parent
4.0.9.2
Release Date – 30th May 2018
- Removed APTO_SECRET_KEY constant as being deprecated and not used anymore
4.0.9.1
Release Date – 30th May 2018
- Ignore if query is search and only if search argument is not empty
- Updated function name from custom_apto_order_update_complete to woocommerce_apto_order_update_complete to prevent conflict with a custom code provided through website article
4.0.9
Release Date – 21st May 2018
- Use DB lock when checking the licence API status-check to prevent duplicate calls
- Ignore sort when doing search on admin dashboard or front side
4.0.8.7
Release Date – 02nd May 2018
- On Sort update, clear WooCommerce shortcodes cache to ensure new order is being used.
4.0.8.4
Release Date – 24th April 2018
- Improved compatibility for WooCommerce when using advanced queries
- Sanitize a user input variable
4.0.8
Release Date – 14th April 2018
- New filter APTO/default-interface/order_update_complete to trigger when re-order completed on default posts interface
4.0.7.9
Release Date – 05th April 2018
- Allow key de-activation even if the API response is not successfully
- Check the statuses setting for old sort if array to avoid notices
4.0.7.6
Release Date – 22nd March 2018
- New Taxonomy parameter Include Children, within re-order settings interface, to show only direct childs of a specific term, or all in it’s hierarchy.
4.0.7.4
Release Date – 12th March 2018
- Add Cache for specific queries to prevent duplicate calls (get_sorts_by_filters, get_sort_view_id_by_attributes, exists_sorts_with_autosort_on).
4.0.7.2
Release Date – 04th March 2018
- Pagination fix for sort interface
4.0.6
Release Date – 26th February 2018
- Translation file PO update
- Include List / Grid View when post type is hierarhical but selection is not archive
4.0.5
Release Date – 12th February 2018
- Fix: Pagination dependencies options set to empty when turned Off to prevent conflicts when switching from simple sort to advanced sort lists.
- Add support for items numbers within the re-order interface
4.0.4
Release Date – 01st February 2018
- Filter apto_interface_query_args deprecated in favor to apto/interface_query_args
- Fix: Set post_type from query or screen instead get_query_var when output JavaScript variables for default interface sort
4.0.3
Release Date – 24th January 2018
- Fix: PHP 7.2.0 Usage of parse_str() without a second parameter now emits an E_DEPRECATED notice.
- Replaced the port number from APTO_INSTANCE
4.0.1
Release Date – 16th January 2018
- Fix Warning on PHP 7.2, check if $apto_system_messages[‘relocate’] is set
4.0
Release Date – 08th January 2018
- New Conditional User
- New Conditional User Role
- New Conditional User Capability
3.9.9.8
Release Date – 23rd December 2017
- Fixed WooCommerce Attributes sort for latest WooCommerce plugin version
- Some Title texts and description changes to make options easier to understand
3.9.9.6
Release Date – 14th December 2017
- Fix: Sorting Media images within WordPress default interface
3.9.9.5
Release Date – 01st December 2017
- WooCommerce Product Attributes sorting fix
3.9.9.4
Release Date – 27th November 2017
- Slight code structure update
3.9.9.3
Release Date – 22nd November 2017
- Fix – “YITH WooCommerce Ajax Search Premium” plugin on AJAX calls
- Add sort ignore check on other query filters e.g. group, distinct
3.9.9.1
Release Date – 16th November 2017
- Fix duplicate results in search queries
3.9.9
Release Date – 10th November 2017
- Changed Update class to match the new WooCommerce Software License engine system
3.9.8.9
Release Date – 05th November 2017
- Removed APTO_SLUG constant as not being used anymore
3.9.8.8
Release Date – 24th October 2017
- Improved compatibility with WooCommerce 3.x and higher for queries which include multiple ‘product_visibility’ taxonomies
3.9.8.6
Release Date – 11th October 2017
- New filter ‘APTO/query_filter_valid_data/woocommerce_taxonomies’ for allowing custom taxonomies to be included for use along a simple sort
- Fix: set correct data for $_IS_SEARCH variable when saving the order
3.9.8.1
Release Date – 15th August 2017
- Replacement for switch_themes to manage_options for existing sorts
3.9.8.4
Release Date – 12th September 2017
- Updated Walker_TaxonomiesTermsDropdownCategories to reflect correct term objects for media taxonomies
3.9.8.3
Release Date – 08th September 2017
- Fix: WooCommerce get_upsell_ids() for plugin version older than 3.x
- Fix: set correct data for $_IS_SEARCH variable when saving the order
3.9.7.9
Release Date – 28th July 2017
- Allow dynamic meta values for sort meta as !*
3.9.7.8
Release Date – 24th July 2017
- Maintain Sticky data when using search functionality on admin sort list
3.9.7.7
Release Date – 12th June 2017
- Fix: WooCommerce get_upsell_ids() for plugin version older than 3.x
3.9.7.5
Release Date – 02nd June 2017
- New functionality – “Send automatic order to Manual List”
- term_relationships table fix for queries when using Automatic sort by custom field for sort using advanced settings.
3.9.7.3
Release Date – 25th May 2017
- Check if the apto_sort_list table exists on plugin activate, for previous installs but table lose
- WooCommerce Up-sells Sorting
- Replaced globally ignore post types as revisions and nav_menu_item
3.9.7
Release Date – 19th May 2017
- WooCommerce unnest single term query, to allow sorting to apply for e.g. woocommerce shortcodes
3.9.6.8
Release Date – 10th May 2017
- Fix – Notice: Undefined variable: request within updater class
- Fix – Default sort within interface when using Polylang and term filtering
- Fix “Allow sorting within default post type interface” to check the “Admin Sort” settings ratter “Auto Sort”
3.9.6.6
Release Date – 20th April 2017
- Migration the jQuery live function to on method
3.9.6.5
Release Date – 15th April 2017
- WooCommerce 3.0 and up fix
3.9.6.4
Release Date – 07th April 2017
- Check against taxonomies only if the sort settings contain at least one
3.9.6.3
Release Date – 29th March 2017
- Fix: Undefined index: _pto_interface_sort and _wpml_synchronize when options not in use
3.9.6
Release Date – 11th March 2017
- Changed network_site_url() to get_site_option(‘siteurl’) when set APTO_INSTANCE to ensure the default domain is being used for licence
3.9.5.9
Release Date – 02nd March 2017
- Resources loading over ssl along with certain CDN’s service update
- Polylang compatibility improvements
3.9.5.6
Release Date – 20th February 2017
- Ignore language taxonomy within queries when Polylang is active, for making archive and taxonomy sort within Simple Sorts available
- Replace check sort_id_exists for improved speed
- Fix: get correct objects per page for a custom post type e.g. edit_post_per_page
3.9.5.3
Release Date – 11th February 2017
- Include child terms on Automatic Sort type in conjunction with custom field usage.* Fix: get correct objects per page for a custom post type e.g. edit_post_per_page
- Retrieve only posts for current selection e.g. taxonomy when doing sort within default WordPress interface
- Update menu_order when doing sort within default WordPress interface only if taxonomy is empty
- Enable multiple objects selection and drag & drop for hierarchical post types.
- New filter APTO/re-order-interface/header-html
- New filter APTO/re-order-interface/footer-html
3.9.5.1
Release Date – 10th January 2017
- Check and set for array variable when retrieving the apto_license option.
- WordPress 4.7.1 compatibility improvments.
3.9.5
Release Date – 17th November 2016
- Include child terms on Automatic Sort type in conjunction with custom field usage.
3.9.4.8
Release Date – 16th October 2016
- WooCommerce product children transient delete fix, when archive and grouped products
3.9.4.6
Release Date – 26th September 2016
- Send new items to bottom of list – use ASC as second argument to ensure new objects are placed at the very end of list.
- WooCommerce product children transient delete fix, when archive and grouped products
3.9.4.5
Release Date – 14th September 2016
- Code cleanup
3.9.4.4
Release Date – 29th August 2016
- Fixed global $wp_version – Notice: Undefined variable: wp_version in apto_options_class.php
3.9.3.3
Release Date – 22nd August 2016
- .dev set as local instances, so it will not ask a license key
3.9.4.2
Release Date – 07th August 2016
- Ignore the check sort rules translation on Polylang, as being using similar variables as WPML and create conflicts
3.9.4.1
Release Date – 24th July 2016
- Default menu_order will not change if the sort contain conditionals
3.9.4
Release Date – 08th July 2016
- WPML, Polylang compatibility improvements
3.9.3.2
Release Date – 17th June 2016
- Allow sorting within post type default archive interface
3.9.3
Release Date – 06th June 2016
- None fields for options
- Bugfix Call to a member function get_var() on a non-object in /var/www/vhosts/football365.com/wp-content/plugins/advanced-post-types-order/include/apto_interface_helper-class.php on line 2567
3.9.2
Release Date – 06th June 2016
- Fix – Batch Terms Automatic Update – retrieve only child of current term
- wp_remote_get user-agent update to include plugin version
3.9
Release Date – 10th April 2016
- WPML : Synchronize sort option
- WPML : Synchronize a sort across all active languages
- WPML : Compatibility improvements
3.8.9.7
Release Date – 30th March 2016
- Notice fix
- Set timeout for wp_remote_get to avoid licensing server hammering
- Cconditional scandir fix for empty templates
3.8.9.5
Release Date – 22nd March 2016
- Sanitize_text_field for sort search input
- Status-check update the last_check to prevent multiple calls
- Menu Location fix when create a new sort
- Allow meta ignore for simple sort match, when sort meta settings is empty and query include a meta data. Useful for focused sorts, e.g. WooCommerce categories.
3.8.9.2
Release Date – 18th March 2016
- Css fix
- Simple Sort match – taxonomy and meta count compare if query not using any of these
- Escape sort settings -> meta -> meta value
3.8.9
Release Date – 12th March 2016
- * Meta check Compare and Type fields
- * New functionality – Meta selection for Sort Settings
- * get_sort_view_language fix in conjunction with qTranslate-X
3.8.8
Release Date – 22nd February 2016
- * Fix for sort save when not using pagination / USE_PAGED_AJAX is False
- * Pagination Offset items Fix when Offset Posts settings is higher than Posts Per Page
- * Pagination for AJAX sort save, to prevent server timeouts, for very large lists. Testes with a list of 50000 objects
3.8.7.1
Release Date – 04th February 2016
- Pagination for AJAX sort save, to prevent timeouts for large lists
3.8.7
Release Date – 03rd February 2016
- taxonomy array duplicate clean include term_taxonomy_id issue
- Polylang nottice fix
3.8.6.4
Release Date – 03rd February 2016
- Manual Order – ID Order Asc / Desc fix for integer comparison
3.8.6.3
Release Date – 18th January 2016
- Objects Status filtering within Sort Settings
- New filters
3.8.6.2
Release Date – 14th January 2016
- change sort settings Update button to Settings Update
- Gap betwe brakets on sort interface for ID for easy read
3.8.6.1
Release Date – 11th January 2016
- bug fix – sanitize_key replace with preg_math on certrain inputs to preserve letter case
3.8.6
Release Date – 16th December 2015
- update: Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; APTO_CodeAutoUpdate has a deprecated constructor
- Remove AutoDraft, trash objects statuses when counting the items
3.8.5
Release Date – 11th December 2015
- term comparison bug fix within APTO_Walker_TaxonomiesTermsDropdownCategories for WordPress 4.4
3.8.4
Release Date – 09th December 2015
- author sort setting fix when automatic sort, ignore if none set
- tabs height fix, things not being show when many items as the height was fixed
- WordPress 4.4 compatibility / css updates
3.8.3
Release Date – 1st December 2015
- Admin Sort tabs Re-order
- Show Sort ID within admin interface
- Automatically disable the Post Types Order plugin uppon code activation
- Translation PO update
3.8.2
Release Date – 19th October 2015
- WooCommerce transient clear for grouped products when sort update for archive
- New transient update from wc_product_children_ids_ to wc_product_children_
- Licence constant moved to main file
3.8.1
Release Date – 16th October 2015
- apto_conditionals_add action trigger later fix
3.8
Release Date – 28th September 2015
- empty query custom post type map to post when default category taxonomy
- Conditional Is URL GET params prefix bug fix
3.7.9
Release Date – 23rd September 2015
- Strict Standards fix Non-static method APTO_updater::update_V3_5_4
- previous / next_post_type_link fix for WPML on new language
3.7.8
Release Date – 18th September 2015
- Include comma when empty sortorder param fix
- duplicate_clean loop key variable name fix
3.7.7
Release Date – 10th September 2015
- Older version (2.5) data set import bug fix
3.7.6
Release Date – 07th September 2015
- Default sorts creation run on a later filter to avoid get_extra_permastruct() error on certain configuration
3.7.5
Release Date – 05th September 2015
- Check for duplicate meta_query terms
3.7.4
Release Date – 24th August 2015
- Drag & Drop for multiple objects
- Walker html cleanup
- Code markup Improvments
3.7.3
Release Date – 07th August 2015
- Pagination insert position flag fix for page 1
- WordPress 4.3 compatibility
3.7.2
Release Date – 22nd July 2015
- comparions html interface bugfix for first eleement when nested structures
3.7.1
Release Date – 20th July 2015
- new filter apto/admin/reorder-interface/hide
- new conditional is main query
3.7
Release Date – 16th July 2015
- Pagination for sort list interfaces
3.6.9
Release Date – 14th July 2015
- Polylang get_blog_language() bug fix
- Partial match improvments for simple sorts
3.6.8
Release Date – 06th July 2015
- partial match improvments for multiple sort view types.
3.6.7
Release Date – 03rd July 2015
- bug: rare occour on term get with a Trying to get property of non-object nottice.
3.6.6
Release Date – 01st July 2015
- APTO_updater::get_available_menu_locations() fix when updater run
3.6.5
Release Date – 27th June 2015
- query_get_post_types() and partial match improvments
3.6.4
Release Date – 16th June 2015
- Next / Previous sorting apply bug fix for custom taxonomies
3.6.3
Release Date – 04th June 2015
- Fix: Strict standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method APTO_functions::wp_delete_term() should not be called statically
3.6.2
Release Date – 09th May 2015
- get_query_taxonomies implementation
3.6.1
Release Date – 08th May 2015
- sort partial match improvments
3.6
Release Date – 07th May 2015
- apto/admin/sort-taxonomies update
3.5.9
Release Date – 20th April 2015
- fix- taxonomy selection on mobile not showing up
3.5.8
Release Date – 16th April 2015
- Shop plugin compatibility fix (shopplugin.com )
3.5.7
Release Date – 15th April 2015
- new filter – apto/admin/sort-order-tabs
- new filter – apto/admin/sort-taxonomy-selection
3.5.6
Release Date – 07th April 2015
- defult next / previous filters trigger on a later filter (wp)
3.5.5
Release Date – 30th March 2015
- list / grid icons update
3.5.4
Release Date – 28th March 2015
- WPML – fix – non translatable taxonomy when not EN language set as default
3.5.3
Release Date – 24th March 2015
- WooCommerce filter_ support update
3.5.2
Release Date – 20th March 2015
- Applying automatic order for a sort through a user function callback
3.5.1
Release Date – 19th March 2015
- Improved compatibility for next / previous / adjacent posts for simple sorts type
3.5
Release Date – 02nd March 2015
- apto/admin/menu_title filter which allow menu title to be changed
- add texts for translatable
3.4.9
Release Date – 28th February 2015
- option – disble next / previous sort apply
3.4.8
Release Date – 23rd February 2015
- any post type improvments for compatibility
3.4.7
Release Date – 23rd February 2015
- sort interface query field id=>parent update / improvement
- walker update
3.4.6
Release Date – 19th February 2015
- bugix – hierarhical custom post type post_parent update issue
3.4.5
Release Date – 06th February 2015
- default next / previous_post_link improvments
3.4.4
Release Date – 23rd January 2015
- no key required for localhost and 127.0.0.1
3.4.3
Release Date – 16th January 2015
- sort view delete when term delete
3.4.2
Release Date – 16th January 2015
- get sort settings – taxonomy_relation property fix
3.4.1
Release Date – 13th January 2015
- Nottice to admin if there are other similar sorts list, to prevent confusion
3.4
Release Date – 08th January 2015
- WordPress 4.1 nested taxonomies support
3.3.9
Release Date – 03rd January 2015
- query_vars_hash conditional
3.3.8
Release Date – 30th December 2014
- Improved Conditionals, allow different values for comparisons
3.3.7
Release Date – 14th December 2014
- Any – improved functionality and support
3.3.4
Release Date – 27th November 2014
- additional filters for admin interface filtering
3.3.3
Release Date – 27th November 2014
- Notice: Undefined variable: menu_sort – fix
3.3.1
Release Date – 10th November 2014
- Query->orderBy – not set conditional
3.3
Release Date – 07th November 2014
- List / grid view
3.2.9
Release Date – 05th November 2014
- Old data set import automatic order by fix
3.2.8
Release Date – 17th October 2014
- Notice: Undefined index: _sticky_data – fix
3.2.7
Release Date – 09th October 2014
- add ‘all’ support to APTO_functions::get_post_types() only on interface
3.2.6
Release Date – 09th October 2014
- automatic order -better support for custom fields floating numbers
3.2.5
Release Date – 02nd October 2014
- query_match_sort_id filter
3.2.4
Release Date – 29th September 2014
- Transposh fix
3.2.3
Release Date – 25th September 2014
- Taxonomies terms queries support for by ‘name’
3.2.2
Release Date – 18th September 2014
- Automatic sort Default fix for certain queries
3.2.1
Release Date – 16th September 2014
- ANY – post type support
3.2
Release Date – 09th September 2014
- BBPress Topic re-order update, forum filtering
3.1.9
Release Date – 09th September 2014
- BBPress menus fix
3.1.8
Release Date – 18th August 2014
- v2 plugin version import fix for certain situations
3.1.7
Release Date – 14th August 2014
- apto_interface_query_args new filter
3.1.6
Release Date – 01st August 2014
- apto_get_adjacent_post() update for new format
3.1.5
Release Date – 10th July 2014
- automatic multiple fallback order
3.1.4
Release Date –
- Fixed / Sticky position for posts
3.1.3
Release Date – 04th June 2014
- full mysql query for retreiving sort by attributes
3.1.2
Release Date – 02nd June 2014
- WPML next / previous post fix
3.1.1
Release Date – 30th May 2014
- next / previous print_r output fix
3.1.0
Release Date – 28th May 2014
- WP MultiSite import from old version fix
3.0.9
Release Date – 26th May 2014
- Corder by Custom Fields, select Cast Type as integer, string, date
3.0.8
Release Date – 19th May 2014
- ignore any sort when using GET[‘orderby’] paramether different than menu_order
3.0.7
Release Date – 19th May 2014
- filter to exclude posts from re-order interface
3.0.6
Release Date – 16th May 2014
- Call to undefined function CPTOrderPosts() / wpecommerce order fix
3.0.4
Release Date – 14th May 2014
- Sortable list reverse, sortable sort by title, by id etc
3.0.3
Release Date – 14th May 2014
- When create a new sort, make the Post Type as current menu post type
2.5.9.9
Release Date – 27th February 2014
- allow_post_types option along with “any” – more fixes for compatibility
2.5.9.8
Release Date – 30th January 2014
- allow_post_types option along with “any”
2.5.9.7
Release Date – 23rd January 2014
- order ASC instead DESC when use get_posts and autosort is turned ON
2.5.9.6
Release Date – 21-Dec
- woocommerce clear_product_transients fix
2.5.9.5
Release Date – 10-Dec
- filter to allow certain queries to overwrite new posts at the end setting
2.5.9.4
Release Date – 10-Dec
- Allow move up / down for hierarhically post types
2.5.9.3
Release Date – 2-Dec
- Append new posts at the end of the list instead top
2.5.9.2
Release Date – 26-Nov
- edit gallery – image order fix
2.5.9.1
Release Date – 23-Nov
- Cannot redeclare class Post_Types_Order_Walker error fix, when using multiple shortcodes
2.5.9
Release Date – 19-Nov
- apto_reorder shortcode filters
2.5.8.9
Release Date – 19-Nov
- Output scripts / style files on front side only when page cotain the apto_reorder shortcode
2.5.8.8
Release Date – 19-Nov
- License protocol nottice fix when run a command with WP-CLI
2.5.8.7
Release Date – 5-Nov
- DISALLOW_FILE_MODS fix, change the administrator capability to switch_themes
2.5.8.6
Release Date – 4-Nov
- reorder shortcode for front side
2.5.8.5
Release Date – 4-Nov
- Custom Roles for admin – filter add
2.5.8.4
Release Date – 28-Oct
- Menu Walker Strict fix
2.5.8.3
Release Date – 17-Oct
- Media taxonomy “You do not have sufficient permissions to access this page” fix
2.5.8.2
Release Date – 16-Oct
- Updater WP_Error variable get_error_message fix
2.5.8.1
Release Date – 3-Oct
- terms field ID uppercase bug fix
2.5.8
Release Date – 28-Sep
- Batch Terms Automatic Update
2.5.7.7
Release Date – 29-Aug
- bbPress Topic allow reorder
2.5.7.6
Release Date – 13-Aug
- Fallback on archive when multiple terms query
2.5.7.5
Release Date – 6-Aug
- menu walker update
2.5.7.4
Release Date – 25-Jul
- wp order fix when set as default automatic
2.5.7.3
Release Date –
- woocomerce filter exit if not woo product post type
2.5.7.2
Release Date – 4-Jul
- add ignore Supress Filters for get_posts()
2.5.7.1
Release Date – 4-Jul
- core AJAX calls fix, the query was identified before as admin call
2.5.7
Release Date – 2-Iun
- allowed post types fix when Post is not selected
2.5.6.9
Release Date – 22-Iun
- Ignore posts support extend
2.5.6.8
Release Date – 19-Iun
- Missing argument 2 for ACPTO::listPostType() fix
2.5.6.7
Release Date – 18-Iun
- WP multisite environment – key check when domains are different for sites
2.5.6.6
Release Date – 18-Iun
- feed $options[‘feedsort’] paramether fix when option does not exists
2.5.6.5
Release Date – 7-Iun
- Allow WooCommerce pgrouped products sort
2.5.6.4
Release Date – 3-Iun
- filter to use only archive menu order instead taxonomies
2.5.6.3
Release Date – 21-May
- Spanish translation
2.5.6.2
Release Date – 21-May
- wordpress 3.6 touches, item thumbnail when returned thumbnail is false
2.5.6.1
Release Date – 20-May
- re-order interface update – move to top button
2.5.6
Release Date – 17-May
- http_build_query fix, issue occour on certain server configurations
2.5.5.9
Release Date – 15-May
- archive menu_order optimisation when creating new post
2.5.5.8
Release Date – 7-May
- key validation check interval fix
2.5.5.7
Release Date – 30-Apr
- wp_remote_get response fix when curl is not available
2.5.5.6
Release Date – 22-Apr
- APTO_INSTANCE fpr secure https update
2.5.5.5
Release Date – 15-Apr
- prevent admin memory exhaust issue when very large lists of posts
2.5.5.4
Release Date – 15-Apr
- WPMU options save fix, languages po/mo update
2.5.5.3
Release Date – 10-Apr
- Next / Previous nottice message fix
2.5.5.2
Release Date – 10-Apr
- Autosort issue fix when update from free version
2.5.5.1
Release Date –
- Link to licensing engine
2.5.5
Release Date –
- Autoupdates
2.5.4.9
Release Date – 18-Feb
- Check if item in list is still assigned for a certain taxonomy term.
2.5.4.8
Release Date – 2-Feb
- Improved previous/next functionality
2.5.4.7
Release Date – 1-Feb
- Italian Translation, Admin interface post type thumbnail filter
2.5.4.6
Release Date – 1-Feb
- Improved post type itentification when multiple post types
2.5.4.5
Release Date – 30-Jan
- Allow to use a custom order when query for multiple post types and at least one is allowed
2.5.4.4
Release Date – 28-Jan
- archive fix when term id is null, fallback on archive when taxonomy term is not defined/invalid
2.5.4.3
Release Date – 23-Jan
- capability filter
2.5.4.2
Release Date – 16-Jan
- avoid using parse_Str due to the max_input_vars for large amount of data, improved javascript AJAX call
2.5.4.1
Release Date – 3-Jan
- Update tottice fix
2.5.4
Release Date – 2-Jan
- Next / Previous update
2.5.3.9
Release Date – 7-Dec
- Levels to Capability Update, prepare
2.5.3.8
Release Date – 4-Dec
- Sortable fix
2.5.3.7
Release Date – 31-Oct
- Sticky Posts update
2.5.3.5
Release Date – 3-Oct
- Automatic / Manual Re-Order
2.5.3
Release Date – 2-Oct
- use default order (Post Types Order) if no order list exists
2.5.2
Release Date – 13-Sep
- touch sortable
2.5.1.9
Release Date – 13-Sep
- post_Tag re-order fix
2.5.1.8
Release Date – 11-Sep
- javascript sortable interface change, parent-> child sortable
2.5.1.7
Release Date – 11-Sep
- exclude taxonomy for certain post types
2.5.1.5
Release Date – 30-Aug
- bbPress order disable, bbPress menus disable, bbPress reverese reply order, bbPress reverse replies option
2.5.1.4
Release Date –
- Wp E-commerce Order Fix
2.5.1.3
Release Date –
- Supress Filter / Pagelines fix
2.5.1.2
Release Date –
- WPML en lang fix
2.5.1.1
Release Date –
- term_id / id inconsistency fix
2.5.1
Release Date –
- apto_reorder_item_additional_details filter
2.5.0.9
Release Date –
- Language support Add
2.5.0.8
Release Date –
- query post type order FIX when is array
2.5.0.7
Release Date –
- media re-order
2.5.0.6
Release Date –
- de pus filter/action cand e salvata ordinea
2.5.0.5
Release Date –
- on publish /update put the ID in the top of the custom order list if already created
2.5.0.4
Release Date –
- Previous Next post links
2.5.0.3.1
Release Date –
- re-order interface filter
2.5.0.3.0
Release Date –
- WPML fix
2.5.0.2.8
Release Date –
- MU database & implementation
2.5.0.2.7
Release Date –
- database update, support for mu in the database
2.5.0.2.6
Release Date –
- add today and yersterday as filters
2.5.0.2.5
Release Date – 27-Apr
- allow admin columns sort while the admin sort is active
2.5.0.2.4
Release Date –
- posturile sortate apar primele in lista
2.5.0.2.3
Release Date –
- taxonomy identification update
2.5.0.2.2
Release Date – 19-Apr
- last week filter
2.5.0.2.1
Release Date – 19-Apr
- cat fix when taxonomy is _index_ ; no need to update that
2.5.0.2.0
Release Date – 24-Mar
- include multiple post types in the interface if more than one is in the menu
2.5.0.1.0
Release Date – 22-Feb
- include hoerarchical posts order within table