Version Description
- Removed: Notification
Download this release
Release Info
Developer | webdorado |
Plugin | Slider by WD – Responsive Slider |
Version | 1.2.4 |
Comparing to | |
See all releases |
Code changes from version 1.2.3 to 1.2.4
- readme.txt +6 -2
- slider-wd.php +4 -4
- wd/wd.php +1 -1
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: responsive slider, slider, slideshow, wordpress slider, image slider, gall
|
|
4 |
Requires at least: 3.4
|
5 |
Tested up to: 4.9
|
6 |
Requires PHP: 5.2
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -13,6 +13,7 @@ Slider WD plugin is the perfect slider solution for Wordpress. Create a great re
|
|
13 |
== Description ==
|
14 |
|
15 |
= Slider WD =
|
|
|
16 |
|
17 |
https://www.youtube.com/watch?v=xebpM_-GwG0&index=1&list=PLnxWPiY5tLFWQf5XaEYYPZj0gdggUrVxP
|
18 |
|
@@ -20,7 +21,7 @@ Slider WD WordPress Plugin
|
|
20 |
|
21 |
Create responsive, highly configurable wordpress sliders with various effects for your WordPress site. Download for FREE!
|
22 |
|
23 |
-
|
24 |
[WordPress Slider Plugin](https://10web.io/plugins/wordpress-slider/)
|
25 |
[Demo](https://demo.10web.io/slider/)
|
26 |
[User Manual](http://docs.10web.io/docs/slider-wd/adding-images.html)
|
@@ -128,6 +129,9 @@ After downloading the ZIP file of the slider plugin,
|
|
128 |
|
129 |
|
130 |
== Changelog ==
|
|
|
|
|
|
|
131 |
|
132 |
= 1.2.3 =
|
133 |
* Fixed: Some js and css conflicts with other plugins and builders.
|
4 |
Requires at least: 3.4
|
5 |
Tested up to: 4.9
|
6 |
Requires PHP: 5.2
|
7 |
+
Stable tag: 1.2.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
13 |
== Description ==
|
14 |
|
15 |
= Slider WD =
|
16 |
+
[Special offer: Try Slider WD premium and 60+ other plugins for free](https://10web.io/plugins/wordpress-slider/)
|
17 |
|
18 |
https://www.youtube.com/watch?v=xebpM_-GwG0&index=1&list=PLnxWPiY5tLFWQf5XaEYYPZj0gdggUrVxP
|
19 |
|
21 |
|
22 |
Create responsive, highly configurable wordpress sliders with various effects for your WordPress site. Download for FREE!
|
23 |
|
24 |
+
|
25 |
[WordPress Slider Plugin](https://10web.io/plugins/wordpress-slider/)
|
26 |
[Demo](https://demo.10web.io/slider/)
|
27 |
[User Manual](http://docs.10web.io/docs/slider-wd/adding-images.html)
|
129 |
|
130 |
|
131 |
== Changelog ==
|
132 |
+
|
133 |
+
= 1.2.4 =
|
134 |
+
* Removed: Notification
|
135 |
|
136 |
= 1.2.3 =
|
137 |
* Fixed: Some js and css conflicts with other plugins and builders.
|
slider-wd.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Slider WD
|
5 |
* Plugin URI: https://10web.io/plugins/wordpress-slider/
|
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.2.
|
8 |
* Author: 10Web
|
9 |
* Author URI: https://10web.io
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -19,8 +19,8 @@ define('WD_S_PREFIX', 'wds');
|
|
19 |
define('WD_S_NICENAME', __( 'Slider WD', WD_S_PREFIX ));
|
20 |
define('WD_S_NONCE', 'nonce_wd');
|
21 |
|
22 |
-
define('WD_S_DB_VERSION', '1.2.
|
23 |
-
define('WD_S_VERSION', '1.2.
|
24 |
|
25 |
define('WD_S_FREE', TRUE);
|
26 |
|
@@ -55,7 +55,7 @@ function wds_options_panel() {
|
|
55 |
$parent_slug = WD_S_FREE ? null : 'sliders_wds';
|
56 |
if( !WD_S_FREE || get_option( "wds_subscribe_done" ) == 1 ) {
|
57 |
$main_title = __('Slider WD', 'wds');
|
58 |
-
if (WD_S_FREE && !get_transient(WD_S_PREFIX . '_overview_visited')) {
|
59 |
$main_title .= ' <span class="update-plugins count-2" style="background-color: #d54e21;"><span class="plugin-count">1</span></span>';
|
60 |
}
|
61 |
add_menu_page(__('Slider WD', 'wds'), $main_title, 'manage_options', 'sliders_wds', 'wd_sliders', WD_S_URL . '/images/wd_slider.png');
|
4 |
* Plugin Name: Slider WD
|
5 |
* Plugin URI: https://10web.io/plugins/wordpress-slider/
|
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.2.4
|
8 |
* Author: 10Web
|
9 |
* Author URI: https://10web.io
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
19 |
define('WD_S_NICENAME', __( 'Slider WD', WD_S_PREFIX ));
|
20 |
define('WD_S_NONCE', 'nonce_wd');
|
21 |
|
22 |
+
define('WD_S_DB_VERSION', '1.2.4');
|
23 |
+
define('WD_S_VERSION', '1.2.4');
|
24 |
|
25 |
define('WD_S_FREE', TRUE);
|
26 |
|
55 |
$parent_slug = WD_S_FREE ? null : 'sliders_wds';
|
56 |
if( !WD_S_FREE || get_option( "wds_subscribe_done" ) == 1 ) {
|
57 |
$main_title = __('Slider WD', 'wds');
|
58 |
+
if (FALSE && WD_S_FREE && !get_transient(WD_S_PREFIX . '_overview_visited')) {
|
59 |
$main_title .= ' <span class="update-plugins count-2" style="background-color: #d54e21;"><span class="plugin-count">1</span></span>';
|
60 |
}
|
61 |
add_menu_page(__('Slider WD', 'wds'), $main_title, 'manage_options', 'sliders_wds', 'wd_sliders', WD_S_URL . '/images/wd_slider.png');
|
wd/wd.php
CHANGED
@@ -69,7 +69,7 @@
|
|
69 |
$parent_slug = null;
|
70 |
}
|
71 |
$title = __( 'Premium', $wd_options->prefix );
|
72 |
-
if (!get_transient($wd_options->prefix . '_overview_visited')) {
|
73 |
$title .= ' <span class="update-plugins count-2" > <span class="plugin-count">1</span></span>';
|
74 |
}
|
75 |
$overview_page = add_submenu_page( $parent_slug, __( 'Premium', $wd_options->prefix ), '<span style="color:#4481ea;">' . $title . '</span>', $capability, 'overview_' . $wd_options->prefix, array( $this, 'display_overview_page' ));
|
69 |
$parent_slug = null;
|
70 |
}
|
71 |
$title = __( 'Premium', $wd_options->prefix );
|
72 |
+
if (FALSE && !get_transient($wd_options->prefix . '_overview_visited')) {
|
73 |
$title .= ' <span class="update-plugins count-2" > <span class="plugin-count">1</span></span>';
|
74 |
}
|
75 |
$overview_page = add_submenu_page( $parent_slug, __( 'Premium', $wd_options->prefix ), '<span style="color:#4481ea;">' . $title . '</span>', $capability, 'overview_' . $wd_options->prefix, array( $this, 'display_overview_page' ));
|