Woocommerce Products Slider - Version 1.13.22

Version Description

  • 2021-04-13 fix - security issue fixed.
Download this release

Release Info

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

Code changes from version 1.13.21 to 1.13.22

includes/menu/import-layouts.php CHANGED
@@ -25,14 +25,14 @@ wp_enqueue_script('wcps_js');
25
 
26
  <div class="wp-filter">
27
  <ul class="filter-links">
28
- <li class=""><a href="<?php echo $_SERVER['REQUEST_URI']; ?>&tabs=latest" class="<?php if($tabs == 'latest') echo 'current'; ?>" aria-current="page"><?php _e('Latest', 'woocommerce-products-slider'); ?></a> </li>
29
- <li class=""><a href="<?php echo $_SERVER['REQUEST_URI']; ?>&tabs=free" class="<?php if($tabs == 'free') echo 'current'; ?>" aria-current="page"><?php _e('Free', 'woocommerce-products-slider'); ?></a> </li>
30
- <li class=""><a href="<?php echo $_SERVER['REQUEST_URI']; ?>&tabs=pro" class="<?php if($tabs == 'pro') echo 'current'; ?>" aria-current="page"><?php _e('Premium', 'woocommerce-products-slider'); ?></a> </li>
31
  </ul>
32
  <form class="block-search-form">
33
  <span class="loading"></span>
34
  <input id="block-keyword" type="search" placeholder="<?php _e('Start typing...', 'wp-block-hub'); ?>"
35
- value="<?php echo $keyword; ?>">
36
  </form>
37
  </div>
38
 
25
 
26
  <div class="wp-filter">
27
  <ul class="filter-links">
28
+ <li class=""><a href="<?php echo esc_url_raw($_SERVER['REQUEST_URI']); ?>&tabs=latest" class="<?php if($tabs == 'latest') echo 'current'; ?>" aria-current="page"><?php _e('Latest', 'woocommerce-products-slider'); ?></a> </li>
29
+ <li class=""><a href="<?php echo esc_url_raw($_SERVER['REQUEST_URI']); ?>&tabs=free" class="<?php if($tabs == 'free') echo 'current'; ?>" aria-current="page"><?php _e('Free', 'woocommerce-products-slider'); ?></a> </li>
30
+ <li class=""><a href="<?php echo esc_url_raw($_SERVER['REQUEST_URI']); ?>&tabs=pro" class="<?php if($tabs == 'pro') echo 'current'; ?>" aria-current="page"><?php _e('Premium', 'woocommerce-products-slider'); ?></a> </li>
31
  </ul>
32
  <form class="block-search-form">
33
  <span class="loading"></span>
34
  <input id="block-keyword" type="search" placeholder="<?php _e('Start typing...', 'wp-block-hub'); ?>"
35
+ value="<?php echo esc_html($keyword); ?>">
36
  </form>
37
  </div>
38
 
includes/menu/settings.php CHANGED
@@ -56,7 +56,7 @@ $wcps_settings = get_option('wcps_settings');
56
  ?>
57
  <div class="wrap">
58
  <div id="icon-tools" class="icon32"><br></div><h2><?php echo sprintf(__('%s Settings', 'woocommerce-products-slider'), wcps_plugin_name)?></h2>
59
- <form method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>">
60
  <input type="hidden" name="wcps_hidden" value="Y">
61
  <input type="hidden" name="tab" value="<?php echo $current_tab; ?>">
62
  <?php
56
  ?>
57
  <div class="wrap">
58
  <div id="icon-tools" class="icon32"><br></div><h2><?php echo sprintf(__('%s Settings', 'woocommerce-products-slider'), wcps_plugin_name)?></h2>
59
+ <form method="post" action="<?php echo str_replace( '%7E', '~', esc_url_raw($_SERVER['REQUEST_URI'])); ?>">
60
  <input type="hidden" name="wcps_hidden" value="Y">
61
  <input type="hidden" name="tab" value="<?php echo $current_tab; ?>">
62
  <?php
readme.txt CHANGED
@@ -4,7 +4,7 @@
4
  Tags: product slider, woocommerce slider, carousel slider, product category slider, woo slider, carousel slider, woocommerce product slider
5
  Requires at least: 3.8
6
  Tested up to: 5.7
7
- Stable tag: 1.13.21
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -141,6 +141,9 @@ then paste this shortcode anywhere in your page to display slider<br />
141
 
142
  == Changelog ==
143
 
 
 
 
144
  = 1.13.21 =
145
  * 2020-08-28 fix - layout not saved issued fixed.
146
 
4
  Tags: product slider, woocommerce slider, carousel slider, product category slider, woo slider, carousel slider, woocommerce product slider
5
  Requires at least: 3.8
6
  Tested up to: 5.7
7
+ Stable tag: 1.13.22
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
141
 
142
  == Changelog ==
143
 
144
+ = 1.13.22 =
145
+ * 2021-04-13 fix - security issue fixed.
146
+
147
  = 1.13.21 =
148
  * 2020-08-28 fix - layout not saved issued fixed.
149
 
woocommerce-products-slider.php CHANGED
@@ -3,9 +3,9 @@
3
  Plugin Name: PickPlugins Product Slider for WooCommerce
4
  Plugin URI: http://pickplugins.com/items/woocommerce-product-slider-for-wordpress/
5
  Description: Fully responsive and mobile ready Carousel Slider for your WooCommerce product. unlimited slider anywhere via short-codes and easy admin setting.
6
- Version: 1.13.21
7
  WC requires at least: 3.0.0
8
- WC tested up to: 4.3
9
  Author: PickPlugins
10
  Text Domain: woocommerce-products-slider
11
  Author URI: http://pickplugins.com
@@ -23,7 +23,7 @@ class WoocommerceProductsSlider{
23
  define('wcps_plugin_url', plugins_url('/', __FILE__) );
24
  define('wcps_plugin_dir', plugin_dir_path( __FILE__ ) );
25
  define('wcps_plugin_name', 'PickPlugins Product Slider' );
26
- define('wcps_plugin_version', '1.13.21' );
27
  define('wcps_server_url', 'https://www.pickplugins.com/demo/woocommerce-products-slider/');
28
  //define('wcps_server_url', 'http://localhost/wp/');
29
 
3
  Plugin Name: PickPlugins Product Slider for WooCommerce
4
  Plugin URI: http://pickplugins.com/items/woocommerce-product-slider-for-wordpress/
5
  Description: Fully responsive and mobile ready Carousel Slider for your WooCommerce product. unlimited slider anywhere via short-codes and easy admin setting.
6
+ Version: 1.13.22
7
  WC requires at least: 3.0.0
8
+ WC tested up to: 5.1
9
  Author: PickPlugins
10
  Text Domain: woocommerce-products-slider
11
  Author URI: http://pickplugins.com
23
  define('wcps_plugin_url', plugins_url('/', __FILE__) );
24
  define('wcps_plugin_dir', plugin_dir_path( __FILE__ ) );
25
  define('wcps_plugin_name', 'PickPlugins Product Slider' );
26
+ define('wcps_plugin_version', '1.13.22' );
27
  define('wcps_server_url', 'https://www.pickplugins.com/demo/woocommerce-products-slider/');
28
  //define('wcps_server_url', 'http://localhost/wp/');
29