Woocommerce Products Slider - Version 1.12.18

Version Description

  • 21/11/2017 fix - tag error fixed.
Download this release

Release Info

Developer pickplugins
Plugin Icon 128x128 Woocommerce Products Slider
Version 1.12.18
Comparing to
See all releases

Code changes from version 1.12.17 to 1.12.18

readme.txt CHANGED
@@ -3,8 +3,8 @@
3
  Donate link: http://pickplugins.com
4
  Tags: carousel, product, slider, woocommerce, carousel slider, product slider, woocommerce slider, Woocommerce Product slider
5
  Requires at least: 3.8
6
- Tested up to: 4.8
7
- Stable tag: 1.12.17
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -94,6 +94,8 @@ then paste this shortcode anywhere in your page to display slider<br />
94
 
95
 
96
 
 
 
97
 
98
  = 1.12.17 =
99
  * 17/10/2017 Update - Some CSS issue updated.
3
  Donate link: http://pickplugins.com
4
  Tags: carousel, product, slider, woocommerce, carousel slider, product slider, woocommerce slider, Woocommerce Product slider
5
  Requires at least: 3.8
6
+ Tested up to: 4.9
7
+ Stable tag: 1.12.18
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
94
 
95
 
96
 
97
+ = 1.12.18 =
98
+ * 21/11/2017 fix - tag error fixed.
99
 
100
  = 1.12.17 =
101
  * 17/10/2017 Update - Some CSS issue updated.
templates/wcps-tag.php CHANGED
@@ -18,7 +18,12 @@ if ( ! defined('ABSPATH')) exit; // if direct access
18
 
19
  $cat_link = get_term_link( $cat->term_id, 'product_cat' );
20
  $cat_name = $cat->name;
21
-
 
 
 
 
 
22
  $cat_html.= '<a href="'.$cat_link.'">'.$cat_name.'</a>, ';
23
  }
24
 
18
 
19
  $cat_link = get_term_link( $cat->term_id, 'product_cat' );
20
  $cat_name = $cat->name;
21
+
22
+ if(is_wp_error($cat_link)){
23
+ $cat_link = '';
24
+
25
+ }
26
+
27
  $cat_html.= '<a href="'.$cat_link.'">'.$cat_name.'</a>, ';
28
  }
29
 
woocommerce-products-slider.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Woocommerce Products Slider
4
  Plugin URI: http://pickplugins.com/items/woocommerce-product-slider-for-wordpress/
5
  Description: Fully responsive and mobile ready Carousel Slider for your woo-commerce product. unlimited slider anywhere via short-codes and easy admin setting.
6
- Version: 1.12.17
7
  Author: pickplugins
8
  Author URI: http://pickplugins.com
9
  Text Domain: woocommerce-products-slider
@@ -27,7 +27,7 @@ class WoocommerceProductsSlider{
27
  define('wcps_conatct_url', 'http://pickplugins.com/contact/' );
28
  define('wcps_qa_url', 'https://www.pickplugins.com/support/' );
29
  define('wcps_plugin_name', 'Woocommerce Products Slider' );
30
- define('wcps_plugin_version', '1.12.17' );
31
  define('wcps_customer_type', 'free' ); // pro & free
32
  define('wcps_share_url', 'https://wordpress.org/plugins/woocommerce-products-slider/' );
33
  define('wcps_tutorial_video_url', '' );
3
  Plugin Name: Woocommerce Products Slider
4
  Plugin URI: http://pickplugins.com/items/woocommerce-product-slider-for-wordpress/
5
  Description: Fully responsive and mobile ready Carousel Slider for your woo-commerce product. unlimited slider anywhere via short-codes and easy admin setting.
6
+ Version: 1.12.18
7
  Author: pickplugins
8
  Author URI: http://pickplugins.com
9
  Text Domain: woocommerce-products-slider
27
  define('wcps_conatct_url', 'http://pickplugins.com/contact/' );
28
  define('wcps_qa_url', 'https://www.pickplugins.com/support/' );
29
  define('wcps_plugin_name', 'Woocommerce Products Slider' );
30
+ define('wcps_plugin_version', '1.12.18');
31
  define('wcps_customer_type', 'free' ); // pro & free
32
  define('wcps_share_url', 'https://wordpress.org/plugins/woocommerce-products-slider/' );
33
  define('wcps_tutorial_video_url', '' );