Advanced AJAX Product Filters - Version 1.1.0.8

Version Description

  • Fix - removing PHP 5.5 code
Download this release

Release Info

Developer dholovnia
Plugin Icon wp plugin Advanced AJAX Product Filters
Version 1.1.0.8
Comparing to
See all releases

Code changes from version 1.1.0.7 to 1.1.0.8

Files changed (3) hide show
  1. includes/widget.php +2 -1
  2. readme.txt +4 -1
  3. woocommerce-filters.php +1 -1
includes/widget.php CHANGED
@@ -551,7 +551,8 @@ class BeRocket_AAPF_Widget extends WP_Widget {
551
  add_action('woocommerce_after_shop_loop', array( __CLASS__, 'woocommerce_after_main_content' ), 999999);
552
  }
553
  public static function end_clean() {
554
- $_RESPONSE['products'] = explode('||EXPLODE||', ob_get_contents())[1];
 
555
  ob_end_clean();
556
  global $wp_query, $wp_rewrite;
557
  $br_options = apply_filters( 'berocket_aapf_listener_br_options', get_option('br_filters_options') );
551
  add_action('woocommerce_after_shop_loop', array( __CLASS__, 'woocommerce_after_main_content' ), 999999);
552
  }
553
  public static function end_clean() {
554
+ $_RESPONSE['products'] = explode('||EXPLODE||', ob_get_contents());
555
+ $_RESPONSE['products'] = $_RESPONSE['products'][1];
556
  ob_end_clean();
557
  global $wp_query, $wp_rewrite;
558
  $br_options = apply_filters( 'berocket_aapf_listener_br_options', get_option('br_filters_options') );
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: http://berocket.com
5
  Tags: filters, product filters, ajax product filters, advanced product filters, woocommerce filters, woocommerce product filters, woocommerce ajax product filters, widget, plugin
6
  Requires at least: 4.0
7
  Tested up to: 4.2.2
8
- Stable tag: 1.1.0.7
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -139,6 +139,9 @@ http://woocommerce-product-filter.berocket.com
139
 
140
  == Changelog ==
141
 
 
 
 
142
  = 1.1.0.7 =
143
  * Enhancement - Option to hide selected values and/or without products. Add at the bottom button to show them
144
  * Enhancement - Filters are using product variations now
5
  Tags: filters, product filters, ajax product filters, advanced product filters, woocommerce filters, woocommerce product filters, woocommerce ajax product filters, widget, plugin
6
  Requires at least: 4.0
7
  Tested up to: 4.2.2
8
+ Stable tag: 1.1.0.8
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
139
 
140
  == Changelog ==
141
 
142
+ = 1.1.0.8 =
143
+ * Fix - removing PHP 5.5 code
144
+
145
  = 1.1.0.7 =
146
  * Enhancement - Option to hide selected values and/or without products. Add at the bottom button to show them
147
  * Enhancement - Filters are using product variations now
woocommerce-filters.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Advanced AJAX Product Filters for WooCommerce
4
  * Plugin URI: http://berocket.com/wp-plugins/product-filters
5
  * Description: Advanced AJAX Product Filters for WooCommerce
6
- * Version: 1.1.0.7
7
  * Author: BeRocket
8
  * Author URI: http://berocket.com
9
  */
3
  * Plugin Name: Advanced AJAX Product Filters for WooCommerce
4
  * Plugin URI: http://berocket.com/wp-plugins/product-filters
5
  * Description: Advanced AJAX Product Filters for WooCommerce
6
+ * Version: 1.1.0.8
7
  * Author: BeRocket
8
  * Author URI: http://berocket.com
9
  */