Advanced AJAX Product Filters - Version 1.6.3.1

Version Description

  • Fix - Post meta not displayed in filter by list
Download this release

Release Info

Developer RazyRx
Plugin Icon wp plugin Advanced AJAX Product Filters
Version 1.6.3.1
Comparing to
See all releases

Code changes from version 1.6.3 to 1.6.3.1

addons/custom_postmeta/postmeta.php CHANGED
@@ -23,7 +23,7 @@ class BeRocket_aapf_add_postmeta_filters {
23
  function filter_type($filter_type) {
24
  $filter_type = berocket_insert_to_array(
25
  $filter_type,
26
- 'custom_taxonomy',
27
  array(
28
  'custom_postmeta' => array(
29
  'name' => __('Custom Post Meta', 'BeRocket_AJAX_domain'),
23
  function filter_type($filter_type) {
24
  $filter_type = berocket_insert_to_array(
25
  $filter_type,
26
+ 'attribute',
27
  array(
28
  'custom_postmeta' => array(
29
  'name' => __('Custom Post Meta', 'BeRocket_AJAX_domain'),
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: https://berocket.com/product/woocommerce-ajax-products-filter?utm_s
5
  Tags: filters, product filters, ajax product filters, ajax filter, ajax filter widget, color filter, size filter, product onsale filter, product preview, product category filter, product reset filter, product sort by filter, stock filter, product tag filter, price range filter, price box filter, advanced product filters, woocommerce filters, woocommerce product filters, woocommerce products filter, woocommerce ajax product filters, widget, plugin, woocommerce item filters, filters plugin, ajax filters plugin, filter woocommerce products, filter woocommerce products plugin, wc filters, wc filters products, wc products filters, wc ajax products filters, wc product filters, wc advanced product filters, woocommerce layered nav, woocommerce layered navigation, ajax filtered nav, ajax filtered navigation, price filter, ajax price filter, woocommerce product sorting, sidebar filter, sidebar ajax filter, taxonomy filter, category filter, attribute filter, attributes filter, woocommerce product sort, ajax products filter plugin for woocommerce, rocket, berocket, berocket woocommerce ajax products filter
6
  Requires at least: 5.0
7
  Tested up to: 6.0
8
- Stable tag: 1.6.3
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -189,6 +189,9 @@ You can try this plugin's admin side [here](https://berocket.com/product/woocomm
189
 
190
  == Changelog ==
191
 
 
 
 
192
  = 1.6.3 =
193
  * Enhancement - Compatibility version: Wordpress 6.0 and WooCommerce 6.7
194
  * Enhancement - POST META FILTERING ADD-ON
5
  Tags: filters, product filters, ajax product filters, ajax filter, ajax filter widget, color filter, size filter, product onsale filter, product preview, product category filter, product reset filter, product sort by filter, stock filter, product tag filter, price range filter, price box filter, advanced product filters, woocommerce filters, woocommerce product filters, woocommerce products filter, woocommerce ajax product filters, widget, plugin, woocommerce item filters, filters plugin, ajax filters plugin, filter woocommerce products, filter woocommerce products plugin, wc filters, wc filters products, wc products filters, wc ajax products filters, wc product filters, wc advanced product filters, woocommerce layered nav, woocommerce layered navigation, ajax filtered nav, ajax filtered navigation, price filter, ajax price filter, woocommerce product sorting, sidebar filter, sidebar ajax filter, taxonomy filter, category filter, attribute filter, attributes filter, woocommerce product sort, ajax products filter plugin for woocommerce, rocket, berocket, berocket woocommerce ajax products filter
6
  Requires at least: 5.0
7
  Tested up to: 6.0
8
+ Stable tag: 1.6.3.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
189
 
190
  == Changelog ==
191
 
192
+ = 1.6.3.1 =
193
+ * Fix - Post meta not displayed in filter by list
194
+
195
  = 1.6.3 =
196
  * Enhancement - Compatibility version: Wordpress 6.0 and WooCommerce 6.7
197
  * Enhancement - POST META FILTERING ADD-ON
woocommerce-filters.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Advanced AJAX Product Filters for WooCommerce
4
  * Plugin URI: https://wordpress.org/plugins/woocommerce-ajax-filters/?utm_source=free_plugin&utm_medium=plugins&utm_campaign=ajax_filters
5
  * Description: Unlimited AJAX products filters to make your shop perfect
6
- * Version: 1.6.3
7
  * Author: BeRocket
8
  * Requires at least: 5.0
9
  * Author URI: https://berocket.com?utm_source=free_plugin&utm_medium=plugins&utm_campaign=ajax_filters
@@ -11,6 +11,6 @@
11
  * Domain Path: /languages/
12
  * WC tested up to: 6.7
13
  */
14
- define( "BeRocket_AJAX_filters_version", '1.6.3' );
15
  define( "BeRocket_AJAX_filters_file", __FILE__ );
16
  include_once('main.php');
3
  * Plugin Name: Advanced AJAX Product Filters for WooCommerce
4
  * Plugin URI: https://wordpress.org/plugins/woocommerce-ajax-filters/?utm_source=free_plugin&utm_medium=plugins&utm_campaign=ajax_filters
5
  * Description: Unlimited AJAX products filters to make your shop perfect
6
+ * Version: 1.6.3.1
7
  * Author: BeRocket
8
  * Requires at least: 5.0
9
  * Author URI: https://berocket.com?utm_source=free_plugin&utm_medium=plugins&utm_campaign=ajax_filters
11
  * Domain Path: /languages/
12
  * WC tested up to: 6.7
13
  */
14
+ define( "BeRocket_AJAX_filters_version", '1.6.3.1' );
15
  define( "BeRocket_AJAX_filters_file", __FILE__ );
16
  include_once('main.php');