Version Description
- 14/09/2017 fix - remove comment from scripts that prevent work slider properly.
Download this release
Release Info
Developer | pickplugins |
Plugin | Woocommerce Products Slider |
Version | 1.12.16 |
Comparing to | |
See all releases |
Code changes from version 1.12.15 to 1.12.16
- readme.txt +5 -1
- templates/scripts.php +2 -2
- woocommerce-products-slider.php +2 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@
|
|
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.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -93,6 +93,10 @@ then paste this shortcode anywhere in your page to display slider<br />
|
|
93 |
== Changelog ==
|
94 |
|
95 |
|
|
|
|
|
|
|
|
|
96 |
= 1.12.15 =
|
97 |
* 25/07/2017 fix - Issue fixed cart button for cloned item.
|
98 |
|
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.16
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
93 |
== Changelog ==
|
94 |
|
95 |
|
96 |
+
|
97 |
+
= 1.12.16 =
|
98 |
+
* 14/09/2017 fix - remove comment from scripts that prevent work slider properly.
|
99 |
+
|
100 |
= 1.12.15 =
|
101 |
* 25/07/2017 fix - Issue fixed cart button for cloned item.
|
102 |
|
templates/scripts.php
CHANGED
@@ -13,7 +13,7 @@ if ( ! defined('ABSPATH')) exit; // if direct access
|
|
13 |
{
|
14 |
$("#wcps-'.$post_id.'").owlCarousel({
|
15 |
|
16 |
-
items : '.$wcps_column_number.',
|
17 |
|
18 |
|
19 |
responsiveClass:true,
|
@@ -45,7 +45,7 @@ if ( ! defined('ABSPATH')) exit; // if direct access
|
|
45 |
|
46 |
';
|
47 |
|
48 |
-
//var_dump($wcps_auto_play);
|
49 |
|
50 |
$html.= 'loop: '.$wcps_loop.',';
|
51 |
$html.= 'rewind: '.$wcps_rewind.',';
|
13 |
{
|
14 |
$("#wcps-'.$post_id.'").owlCarousel({
|
15 |
|
16 |
+
items : '.$wcps_column_number.',
|
17 |
|
18 |
|
19 |
responsiveClass:true,
|
45 |
|
46 |
';
|
47 |
|
48 |
+
//var_dump($wcps_auto_play);
|
49 |
|
50 |
$html.= 'loop: '.$wcps_loop.',';
|
51 |
$html.= 'rewind: '.$wcps_rewind.',';
|
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.
|
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', 'http://pickplugins.com/questions/' );
|
29 |
define('wcps_plugin_name', 'Woocommerce Products Slider' );
|
30 |
-
define('wcps_plugin_version', '1.12.
|
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', '//www.youtube.com/embed/B0sOSp3h9fE?rel=0' );
|
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.16
|
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', 'http://pickplugins.com/questions/' );
|
29 |
define('wcps_plugin_name', 'Woocommerce Products Slider' );
|
30 |
+
define('wcps_plugin_version', '1.12.16' );
|
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', '//www.youtube.com/embed/B0sOSp3h9fE?rel=0' );
|