Version Description
- Changed: Deactivation popup.
Download this release
Release Info
| Developer | webdorado |
| Plugin | |
| Version | 1.2.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.2.0 to 1.2.1
- readme.txt +6 -4
- slider-wd.php +3 -3
- wd/templates/display_deactivation_popup.php +3 -4
readme.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
-
=== Slider by WD - Responsive Slider
|
| 2 |
Contributors: webdorado
|
| 3 |
-
Donate link: https://web-dorado.com/products/wordpress-slider-plugin.html
|
| 4 |
Tags: responsive slider, slider, slideshow, wordpress slider, image slider, gallery slider, images slider, Photo Slider, post slider, slider plugin
|
| 5 |
Requires at least: 3.4
|
| 6 |
Tested up to: 4.9
|
| 7 |
Requires PHP: 5.2
|
| 8 |
-
Stable tag: 1.2.
|
| 9 |
License: GPLv2 or later
|
| 10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 11 |
|
|
@@ -128,7 +127,10 @@ After downloading the ZIP file of the slider plugin,
|
|
| 128 |
6. Slider WD - Settings
|
| 129 |
|
| 130 |
|
| 131 |
-
== Changelog ==
|
|
|
|
|
|
|
|
|
|
| 132 |
|
| 133 |
= 1.2.0 =
|
| 134 |
* Changed: Improved user interface of sliders.
|
| 1 |
+
=== Slider by WD - Responsive Slider ===
|
| 2 |
Contributors: webdorado
|
|
|
|
| 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: 4.9
|
| 6 |
Requires PHP: 5.2
|
| 7 |
+
Stable tag: 1.2.1
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 127 |
6. Slider WD - Settings
|
| 128 |
|
| 129 |
|
| 130 |
+
== Changelog ==
|
| 131 |
+
|
| 132 |
+
= 1.2.1 =
|
| 133 |
+
* Changed: Deactivation popup.
|
| 134 |
|
| 135 |
= 1.2.0 =
|
| 136 |
* Changed: Improved user interface of sliders.
|
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.2.
|
| 8 |
* Author: WebDorado
|
| 9 |
* Author URI: https://web-dorado.com/wordpress-plugins-bundle.html
|
| 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 |
|
| 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.2.1
|
| 8 |
* Author: WebDorado
|
| 9 |
* Author URI: https://web-dorado.com/wordpress-plugins-bundle.html
|
| 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.1');
|
| 23 |
+
define('WD_S_VERSION', '1.2.1');
|
| 24 |
|
| 25 |
define('WD_S_FREE', TRUE);
|
| 26 |
|
wd/templates/display_deactivation_popup.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
</div>
|
| 6 |
<form method="post" id="<?php echo $wd_options->prefix; ?>_deactivate_form">
|
| 7 |
<div class="wd-deactivate-popup-header">
|
| 8 |
-
<?php _e( "Please let us know why you are deactivating. Your answer will help us to serve you better", $wd_options->prefix ); ?>:
|
| 9 |
</div>
|
| 10 |
|
| 11 |
<div class="wd-deactivate-popup-body">
|
|
@@ -18,9 +18,8 @@
|
|
| 18 |
<div class="<?php echo $wd_options->prefix; ?>_additional_details_wrap"></div>
|
| 19 |
</div>
|
| 20 |
<div class="wd-btns">
|
| 21 |
-
<a href="<?php echo $deactivate_url; ?>" data-val="1" class="button button-
|
| 22 |
-
<a href="<?php echo $deactivate_url; ?>" data-val="2" class="button button-
|
| 23 |
-
<a href="<?php echo admin_url( 'plugins.php' ); ?>" class="button button-primary wd-<?php echo $wd_options->prefix; ?>-cancel"><?php _e( "Cancel" , $wd_options->prefix ); ?></a>
|
| 24 |
</div>
|
| 25 |
<input type="hidden" name="<?php echo $wd_options->prefix . "_submit_and_deactivate"; ?>" value="" >
|
| 26 |
<?php wp_nonce_field( $wd_options->prefix . '_save_form', $wd_options->prefix . '_save_form_fild'); ?>
|
| 5 |
</div>
|
| 6 |
<form method="post" id="<?php echo $wd_options->prefix; ?>_deactivate_form">
|
| 7 |
<div class="wd-deactivate-popup-header">
|
| 8 |
+
<?php _e( "Please let us know why you are deactivating. Your answer will help us to serve you better (Optional)", $wd_options->prefix ); ?>:
|
| 9 |
</div>
|
| 10 |
|
| 11 |
<div class="wd-deactivate-popup-body">
|
| 18 |
<div class="<?php echo $wd_options->prefix; ?>_additional_details_wrap"></div>
|
| 19 |
</div>
|
| 20 |
<div class="wd-btns">
|
| 21 |
+
<a href="<?php echo $deactivate_url; ?>" data-val="1" class="button button-primary button-close wd-<?php echo $wd_options->prefix; ?>-deactivate" id="wd-<?php echo $wd_options->prefix; ?>-deactivate"><?php _e( "Skip and Deactivate" , $wd_options->prefix ); ?></a>
|
| 22 |
+
<a href="<?php echo $deactivate_url; ?>" data-val="2" class="button button-primary button-close wd-<?php echo $wd_options->prefix; ?>-deactivate" id="wd-<?php echo $wd_options->prefix; ?>-submit-and-deactivate" style="display:none;"><?php _e( "Submit and Deactivate" , $wd_options->prefix ); ?></a>
|
|
|
|
| 23 |
</div>
|
| 24 |
<input type="hidden" name="<?php echo $wd_options->prefix . "_submit_and_deactivate"; ?>" value="" >
|
| 25 |
<?php wp_nonce_field( $wd_options->prefix . '_save_form', $wd_options->prefix . '_save_form_fild'); ?>
|
