Version Description
Download this release
Release Info
Developer | 10web |
Plugin | Slider by WD – Responsive Slider |
Version | 1.2.51 |
Comparing to | |
See all releases |
Code changes from version 1.2.50 to 1.2.51
- framework/WDW_S_Library.php +1 -1
- readme.txt +4 -3
- slider-wd.php +3 -3
framework/WDW_S_Library.php
CHANGED
@@ -1350,7 +1350,7 @@ class WDW_S_Library {
|
|
1350 |
|
1351 |
$enable_slideshow_shuffle = $slider_row->shuffle;
|
1352 |
$mouse_swipe_nav = isset($slider_row->mouse_swipe_nav) ? $slider_row->mouse_swipe_nav : 0;
|
1353 |
-
$thumb_size = isset($slider_row->thumb_size) ? $slider_row->thumb_size : '0.3';
|
1354 |
if ($slider_row->navigation == 'always') {
|
1355 |
$navigation = 0;
|
1356 |
$pp_btn_opacity = 1;
|
1350 |
|
1351 |
$enable_slideshow_shuffle = $slider_row->shuffle;
|
1352 |
$mouse_swipe_nav = isset($slider_row->mouse_swipe_nav) ? $slider_row->mouse_swipe_nav : 0;
|
1353 |
+
$thumb_size = isset($slider_row->thumb_size) ? floatval($slider_row->thumb_size) : '0.3';
|
1354 |
if ($slider_row->navigation == 'always') {
|
1355 |
$navigation = 0;
|
1356 |
$pp_btn_opacity = 1;
|
readme.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-
=== Sliderby10Web
|
2 |
Contributors: webdorado,10web
|
|
|
3 |
Requires at least: 3.4
|
4 |
Tested up to: 5.0
|
5 |
Requires PHP: 5.2
|
6 |
-
Stable tag: 1.2.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
-
10Web
|
1 |
+
=== Sliderby10Web===
|
2 |
Contributors: webdorado,10web
|
3 |
+
Tags: responsive slider, slider, slideshow, wordpress slider, image slider, gallery slider, images slider, Photo Slider, post slider, slider plugin
|
4 |
Requires at least: 3.4
|
5 |
Tested up to: 5.0
|
6 |
Requires PHP: 5.2
|
7 |
+
Stable tag: 1.2.51
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
10Web
|
slider-wd.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Slider by 10Web
|
4 |
* Plugin URI: https://10web.io/plugins/wordpress-slider/?utm_source=slider&utm_medium=free_plugin
|
5 |
* Description: This is a responsive plugin, which allows adding sliders to your posts/pages and to custom location. It uses large number of transition effects and supports various types of layers.
|
6 |
-
* Version: 1.2.
|
7 |
* Author: 10Web
|
8 |
* Author URI: https://10web.io/pricing/?utm_source=slider&utm_medium=free_plugin
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -79,8 +79,8 @@ final class WDS {
|
|
79 |
$this->plugin_dir = WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__));
|
80 |
$this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
|
81 |
$this->main_file = plugin_basename(__FILE__);
|
82 |
-
$this->plugin_version = '1.2.
|
83 |
-
$this->db_version = '1.2.
|
84 |
$this->prefix = 'wds';
|
85 |
$this->nicename = __('Slider', $this->prefix);
|
86 |
$this->use_home_url();
|
3 |
* Plugin Name: Slider by 10Web
|
4 |
* Plugin URI: https://10web.io/plugins/wordpress-slider/?utm_source=slider&utm_medium=free_plugin
|
5 |
* Description: This is a responsive plugin, which allows adding sliders to your posts/pages and to custom location. It uses large number of transition effects and supports various types of layers.
|
6 |
+
* Version: 1.2.51
|
7 |
* Author: 10Web
|
8 |
* Author URI: https://10web.io/pricing/?utm_source=slider&utm_medium=free_plugin
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
79 |
$this->plugin_dir = WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__));
|
80 |
$this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
|
81 |
$this->main_file = plugin_basename(__FILE__);
|
82 |
+
$this->plugin_version = '1.2.51';
|
83 |
+
$this->db_version = '1.2.51';
|
84 |
$this->prefix = 'wds';
|
85 |
$this->nicename = __('Slider', $this->prefix);
|
86 |
$this->use_home_url();
|