Version Description
Fixed: Slider add new button under the message.
Download this release
Release Info
| Developer | webdorado |
| Plugin | |
| Version | 1.1.53 |
| Comparing to | |
| See all releases | |
Code changes from version 1.1.52 to 1.1.53
- admin/views/WDSViewSliders_wds.php +2 -2
- css/wds_tables.css +0 -4
- readme.txt +4 -1
- slider-wd.php +2 -2
admin/views/WDSViewSliders_wds.php
CHANGED
|
@@ -67,8 +67,8 @@ class WDSViewSliders_wds {
|
|
| 67 |
}
|
| 68 |
?>
|
| 69 |
</style>
|
| 70 |
-
<div style="
|
| 71 |
-
<div style="
|
| 72 |
This section allows you to create, edit and delete sliders.
|
| 73 |
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-slider-wd/adding-images.html">Read More in User Manual</a>
|
| 74 |
</div>
|
| 67 |
}
|
| 68 |
?>
|
| 69 |
</style>
|
| 70 |
+
<div style="width: 99%;">
|
| 71 |
+
<div style="font-size: 14px; font-weight: bold;">
|
| 72 |
This section allows you to create, edit and delete sliders.
|
| 73 |
<a style="color: blue; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-slider-wd/adding-images.html">Read More in User Manual</a>
|
| 74 |
</div>
|
css/wds_tables.css
CHANGED
|
@@ -5,10 +5,6 @@
|
|
| 5 |
margin: 0;
|
| 6 |
}
|
| 7 |
|
| 8 |
-
h2.wds_default {
|
| 9 |
-
float: left;
|
| 10 |
-
}
|
| 11 |
-
|
| 12 |
#sliders_form table thead th {
|
| 13 |
line-height: 1;
|
| 14 |
}
|
| 5 |
margin: 0;
|
| 6 |
}
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
#sliders_form table thead th {
|
| 9 |
line-height: 1;
|
| 10 |
}
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-slider-plugin.html
|
|
| 4 |
Tags: image slider, slider, slideshow, image, images, responsive, shortcode, widget, jquery, gallery, swipe, layer
|
| 5 |
Requires at least: 3.4
|
| 6 |
Tested up to: 4.6
|
| 7 |
-
Stable tag: 1.1.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -122,6 +122,9 @@ After downloading the ZIP file of the slider plugin,
|
|
| 122 |
|
| 123 |
== Changelog ==
|
| 124 |
|
|
|
|
|
|
|
|
|
|
| 125 |
= 1.1.52 =
|
| 126 |
* Added: Option to hide slider on mobile.
|
| 127 |
|
| 4 |
Tags: image slider, slider, slideshow, image, images, responsive, shortcode, widget, jquery, gallery, swipe, layer
|
| 5 |
Requires at least: 3.4
|
| 6 |
Tested up to: 4.6
|
| 7 |
+
Stable tag: 1.1.53
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 122 |
|
| 123 |
== Changelog ==
|
| 124 |
|
| 125 |
+
= 1.1.53 =
|
| 126 |
+
Fixed: Slider add new button under the message.
|
| 127 |
+
|
| 128 |
= 1.1.52 =
|
| 129 |
* Added: Option to hide slider on mobile.
|
| 130 |
|
slider-wd.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* Plugin Name: Slider WD
|
| 5 |
* Plugin URI: https://web-dorado.com/products/wordpress-slider-plugin.html
|
| 6 |
* 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.
|
| 7 |
-
* Version: 1.1.
|
| 8 |
* Author: WebDorado
|
| 9 |
* Author URI: https://web-dorado.com/
|
| 10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
|
@@ -14,7 +14,7 @@ define('WD_S_NAME', plugin_basename(dirname(__FILE__)));
|
|
| 14 |
define('WD_S_DIR', WP_PLUGIN_DIR . "/" . WD_S_NAME);
|
| 15 |
define('WD_S_URL', plugins_url(WD_S_NAME));
|
| 16 |
|
| 17 |
-
define('WD_S_VERSION', '1.1.
|
| 18 |
|
| 19 |
function wds_use_home_url() {
|
| 20 |
$home_url = str_replace("http://", "", home_url());
|
| 4 |
* Plugin Name: Slider WD
|
| 5 |
* Plugin URI: https://web-dorado.com/products/wordpress-slider-plugin.html
|
| 6 |
* 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.
|
| 7 |
+
* Version: 1.1.53
|
| 8 |
* Author: WebDorado
|
| 9 |
* Author URI: https://web-dorado.com/
|
| 10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
| 14 |
define('WD_S_DIR', WP_PLUGIN_DIR . "/" . WD_S_NAME);
|
| 15 |
define('WD_S_URL', plugins_url(WD_S_NAME));
|
| 16 |
|
| 17 |
+
define('WD_S_VERSION', '1.1.53');
|
| 18 |
|
| 19 |
function wds_use_home_url() {
|
| 20 |
$home_url = str_replace("http://", "", home_url());
|
