Slider by WD – Responsive Slider - Version 1.2.50

Version Description

Download this release

Release Info

Developer 10web
Plugin Icon 128x128 Slider by WD – Responsive Slider
Version 1.2.50
Comparing to
See all releases

Code changes from version 1.2.49 to 1.2.50

Files changed (3) hide show
  1. css/pricing.css +3 -0
  2. readme.txt +5 -4
  3. slider-wd.php +3 -3
css/pricing.css CHANGED
@@ -66,6 +66,9 @@
66
  width: 170px;
67
  line-height: 50px;
68
  }
 
 
 
69
  .wd-topbar-links * {
70
  font-size: 18px;
71
  }
66
  width: 170px;
67
  line-height: 50px;
68
  }
69
+ .wd-topbar-links-item * {
70
+ width: auto !important;
71
+ }
72
  .wd-topbar-links * {
73
  font-size: 18px;
74
  }
readme.txt CHANGED
@@ -1,9 +1,10 @@
1
- === Slider by 10Web - Responsive Image Slider ===
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.8
6
  Requires PHP: 5.2
7
- Stable tag: 1.2.49
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
 
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.50
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
+
10
+ 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.49
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.49';
83
- $this->db_version = '1.2.49';
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.50
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.50';
83
+ $this->db_version = '1.2.50';
84
  $this->prefix = 'wds';
85
  $this->nicename = __('Slider', $this->prefix);
86
  $this->use_home_url();