Version Description
- Updated: WD Library (added GDPR Compliance).
Download this release
Release Info
| Developer | webdorado |
| Plugin | |
| Version | 1.2.10 |
| Comparing to | |
| See all releases | |
Code changes from version 1.2.9 to 1.2.10
- readme.txt +4 -1
- slider-wd.php +3 -3
- wd/.gitignore +0 -2
- wd/README.md +1 -1
- wd/assets/css/deactivate_popup.css +22 -1
- wd/assets/css/img/close.svg +16 -0
- wd/assets/js/deactivate_popup.js +62 -10
- wd/templates/display_deactivation_popup.php +3 -2
- wd/templates/display_subscribe.php +4 -1
- 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 |
|
|
@@ -405,6 +405,9 @@ The good part of this is that you can have a text slider with its picture slide,
|
|
| 405 |
|
| 406 |
== Changelog ==
|
| 407 |
|
|
|
|
|
|
|
|
|
|
| 408 |
= 1.2.9 =
|
| 409 |
* Fixed: Rapid movement of slider.
|
| 410 |
* Added: Gutenberg integration.
|
| 4 |
Requires at least: 3.4
|
| 5 |
Tested up to: 4.9
|
| 6 |
Requires PHP: 5.2
|
| 7 |
+
Stable tag: 1.2.10
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 405 |
|
| 406 |
== Changelog ==
|
| 407 |
|
| 408 |
+
= 1.2.10 =
|
| 409 |
+
* Updated: WD Library (added GDPR Compliance).
|
| 410 |
+
|
| 411 |
= 1.2.9 =
|
| 412 |
* Fixed: Rapid movement of slider.
|
| 413 |
* Added: Gutenberg integration.
|
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
|
|
@@ -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 WD', $this->prefix);
|
| 86 |
$this->use_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.2.10
|
| 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
|
| 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.10';
|
| 83 |
+
$this->db_version = '1.2.10';
|
| 84 |
$this->prefix = 'wds';
|
| 85 |
$this->nicename = __('Slider WD', $this->prefix);
|
| 86 |
$this->use_home_url();
|
wd/.gitignore
DELETED
|
@@ -1,2 +0,0 @@
|
|
| 1 |
-
# Created by .ignore support plugin (hsz.mobi)
|
| 2 |
-
.idea/*
|
|
|
|
|
|
wd/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
Version: 1.0.
|
| 2 |
|
| 3 |
|
| 4 |
|
| 1 |
+
Version: 1.0.15
|
| 2 |
|
| 3 |
|
| 4 |
|
wd/assets/css/deactivate_popup.css
CHANGED
|
@@ -63,12 +63,20 @@
|
|
| 63 |
margin: 14px 0px 5px;
|
| 64 |
}
|
| 65 |
.wd-popup-active1{
|
| 66 |
-
height:
|
| 67 |
}
|
| 68 |
|
| 69 |
.wd-popup-active2{
|
| 70 |
height: 426px !important
|
| 71 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
.wd-deactivate-popup-opacity{
|
| 73 |
width: 100%;
|
| 74 |
height: 100%;
|
|
@@ -87,4 +95,17 @@
|
|
| 87 |
bottom: 0;
|
| 88 |
margin: auto;
|
| 89 |
z-index: 63;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
}
|
| 63 |
margin: 14px 0px 5px;
|
| 64 |
}
|
| 65 |
.wd-popup-active1{
|
| 66 |
+
height: 583px !important;
|
| 67 |
}
|
| 68 |
|
| 69 |
.wd-popup-active2{
|
| 70 |
height: 426px !important
|
| 71 |
}
|
| 72 |
+
|
| 73 |
+
.wd-popup-active3{
|
| 74 |
+
height: 479px !important
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
.wd-popup-active4{
|
| 78 |
+
height: 340px !important
|
| 79 |
+
}
|
| 80 |
.wd-deactivate-popup-opacity{
|
| 81 |
width: 100%;
|
| 82 |
height: 100%;
|
| 95 |
bottom: 0;
|
| 96 |
margin: auto;
|
| 97 |
z-index: 63;
|
| 98 |
+
}
|
| 99 |
+
|
| 100 |
+
.wd-deactivate-popup-close-btn{
|
| 101 |
+
background-image: url(img/close.svg);
|
| 102 |
+
background-repeat: no-repeat;
|
| 103 |
+
background-size: 16px;
|
| 104 |
+
display: inline-block;
|
| 105 |
+
width: 16px;
|
| 106 |
+
height: 16px;
|
| 107 |
+
position: absolute;
|
| 108 |
+
top: 7px;
|
| 109 |
+
right: 8px;
|
| 110 |
+
cursor: pointer;
|
| 111 |
}
|
wd/assets/css/img/close.svg
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="6917.521 490.293 11.414 11.414">
|
| 2 |
+
<defs>
|
| 3 |
+
<style>
|
| 4 |
+
.cls-1 {
|
| 5 |
+
fill: none;
|
| 6 |
+
stroke: #cbcbcb;
|
| 7 |
+
stroke-linecap: round;
|
| 8 |
+
stroke-linejoin: round;
|
| 9 |
+
}
|
| 10 |
+
</style>
|
| 11 |
+
</defs>
|
| 12 |
+
<g id="if_misc-_close__1276877_3_" data-name="if_misc-_close__1276877 (3)" transform="translate(6917.229 490)">
|
| 13 |
+
<line id="Line_262" data-name="Line 262" class="cls-1" y1="10" x2="10" transform="translate(1 1)"/>
|
| 14 |
+
<line id="Line_263" data-name="Line 263" class="cls-1" x2="10" y2="10" transform="translate(1 1)"/>
|
| 15 |
+
</g>
|
| 16 |
+
</svg>
|
wd/assets/js/deactivate_popup.js
CHANGED
|
@@ -21,7 +21,13 @@ var btnVal = 3;
|
|
| 21 |
////////////////////////////////////////////////////////////////////////////////////////
|
| 22 |
function wdReady(prefix){
|
| 23 |
|
|
|
|
|
|
|
| 24 |
jQuery(document).on("click", "." + window[prefix + "WDDeactivateVars"].deactivate_class, function(){
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
jQuery(".wd-" + prefix + "-opacity").show();
|
| 26 |
jQuery(".wd-" + prefix + "-deactivate-popup").show();
|
| 27 |
if(jQuery(this).attr("data-uninstall") == "1"){
|
|
@@ -30,17 +36,19 @@ function wdReady(prefix){
|
|
| 30 |
|
| 31 |
return false;
|
| 32 |
});
|
| 33 |
-
|
| 34 |
-
jQuery(document).on("change", "[name=" + prefix + "_reasons]", function(){
|
| 35 |
|
| 36 |
-
|
| 37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
if(jQuery(this).val() == "reason_plugin_is_hard_to_use_technical_problems"){
|
| 39 |
|
| 40 |
additionalInfo = '<div class="wd-additional-active"><div><strong>Please describe your issue.</strong></div><br>' +
|
| 41 |
'<textarea name="' + prefix + '_additional_details" rows = "4"></textarea><br>' +
|
| 42 |
'<div>Our support will contact <input type="text" name="' + prefix + '_email" value="' + window[prefix + "WDDeactivateVars"].email + '"> shortly.</div>'+
|
| 43 |
-
'<br><div><button class="button button-primary wd-' + prefix + '-deactivate" data-val="' + btnVal + '">Submit support ticket</button></div></div>';
|
| 44 |
jQuery("." + prefix + "_additional_details_wrap").append(additionalInfo);
|
| 45 |
jQuery(".wd-" + prefix + "-deactivate-popup").addClass("wd-popup-active1");
|
| 46 |
|
|
@@ -57,11 +65,22 @@ function wdReady(prefix){
|
|
| 57 |
additionalInfo = '<div class="wd-additional-active">' +
|
| 58 |
'<div><strong>We have a special offer for you.</strong></div>' +
|
| 59 |
'<div>Submit this form to get the offer to <input type="text" name="' + prefix + '_email" value="' + window[prefix + "WDDeactivateVars"].email + '"></div>' +
|
| 60 |
-
'<br><div><button class="button button-primary wd-' + prefix + '-deactivate" data-val="' + btnVal + '">Submit</button></div></div>';
|
| 61 |
|
| 62 |
jQuery("." + prefix + "_additional_details_wrap").append(additionalInfo);
|
| 63 |
-
jQuery(".wd-" + prefix + "-deactivate-popup").addClass("wd-popup-
|
| 64 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
jQuery("#wd-" + prefix + "-deactivate").hide();
|
| 67 |
jQuery("#wd-" + prefix + "-submit-and-deactivate").show();
|
|
@@ -78,7 +97,27 @@ function wdReady(prefix){
|
|
| 78 |
}
|
| 79 |
|
| 80 |
});
|
| 81 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
jQuery(".wd-deactivate-popup-opacity-" + prefix).show();
|
| 83 |
if(jQuery(this).hasClass("wd-clicked") == false){
|
| 84 |
jQuery(this).addClass("wd-clicked");
|
|
@@ -88,12 +127,25 @@ function wdReady(prefix){
|
|
| 88 |
return false;
|
| 89 |
});
|
| 90 |
|
| 91 |
-
jQuery(document).on("click", ".wd-" + prefix + "-cancel, .wd-opacity", function(){
|
| 92 |
jQuery(".wd-" + prefix + "-opacity").hide();
|
| 93 |
jQuery(".wd-" + prefix + "-deactivate-popup").hide();
|
|
|
|
|
|
|
| 94 |
return false;
|
| 95 |
});
|
| 96 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
}
|
| 98 |
|
| 99 |
////////////////////////////////////////////////////////////////////////////////////////
|
| 21 |
////////////////////////////////////////////////////////////////////////////////////////
|
| 22 |
function wdReady(prefix){
|
| 23 |
|
| 24 |
+
var agree_with_pp = false;
|
| 25 |
+
|
| 26 |
jQuery(document).on("click", "." + window[prefix + "WDDeactivateVars"].deactivate_class, function(){
|
| 27 |
+
agree_with_pp = false;
|
| 28 |
+
if (!jQuery('#wd-' + prefix + '-submit-and-deactivate').hasClass('button-primary-disabled')) {
|
| 29 |
+
jQuery('#wd-' + prefix + '-submit-and-deactivate').addClass('button-primary-disabled')
|
| 30 |
+
}
|
| 31 |
jQuery(".wd-" + prefix + "-opacity").show();
|
| 32 |
jQuery(".wd-" + prefix + "-deactivate-popup").show();
|
| 33 |
if(jQuery(this).attr("data-uninstall") == "1"){
|
| 36 |
|
| 37 |
return false;
|
| 38 |
});
|
|
|
|
|
|
|
| 39 |
|
| 40 |
+
jQuery(document).on("change", "[name=" + prefix + "_reasons]", function(){
|
| 41 |
+
|
| 42 |
+
var disabled_class = (agree_with_pp === false) ? "button-primary-disabled" : "";
|
| 43 |
+
|
| 44 |
+
jQuery("." + prefix + "_additional_details_wrap").html("");
|
| 45 |
+
jQuery(".wd-" + prefix + "-deactivate-popup").removeClass("wd-popup-active1 wd-popup-active2 wd-popup-active3 wd-popup-active4");
|
| 46 |
if(jQuery(this).val() == "reason_plugin_is_hard_to_use_technical_problems"){
|
| 47 |
|
| 48 |
additionalInfo = '<div class="wd-additional-active"><div><strong>Please describe your issue.</strong></div><br>' +
|
| 49 |
'<textarea name="' + prefix + '_additional_details" rows = "4"></textarea><br>' +
|
| 50 |
'<div>Our support will contact <input type="text" name="' + prefix + '_email" value="' + window[prefix + "WDDeactivateVars"].email + '"> shortly.</div>'+
|
| 51 |
+
'<br><div><button class="button button-primary ' + disabled_class + ' wd-' + prefix + '-deactivate" data-val="' + btnVal + '">Submit support ticket</button></div></div>';
|
| 52 |
jQuery("." + prefix + "_additional_details_wrap").append(additionalInfo);
|
| 53 |
jQuery(".wd-" + prefix + "-deactivate-popup").addClass("wd-popup-active1");
|
| 54 |
|
| 65 |
additionalInfo = '<div class="wd-additional-active">' +
|
| 66 |
'<div><strong>We have a special offer for you.</strong></div>' +
|
| 67 |
'<div>Submit this form to get the offer to <input type="text" name="' + prefix + '_email" value="' + window[prefix + "WDDeactivateVars"].email + '"></div>' +
|
| 68 |
+
'<br><div><button class="button button-primary ' + disabled_class + ' wd-' + prefix + '-deactivate" data-val="' + btnVal + '">Submit</button></div></div>';
|
| 69 |
|
| 70 |
jQuery("." + prefix + "_additional_details_wrap").append(additionalInfo);
|
| 71 |
+
jQuery(".wd-" + prefix + "-deactivate-popup").addClass("wd-popup-active3");
|
| 72 |
+
}else{
|
| 73 |
+
jQuery(".wd-" + prefix + "-deactivate-popup").addClass("wd-popup-active4");
|
| 74 |
+
}
|
| 75 |
+
|
| 76 |
+
var checked = (agree_with_pp === true) ? "checked" : "";
|
| 77 |
+
var agree_checkbox =
|
| 78 |
+
"<div style='margin-top: 5px;'>" +
|
| 79 |
+
"<input type='checkbox' " + checked + " name='" + prefix + "_agree_with_pp" + "' id='" + prefix + "_agree_with_pp" + "'/>" +
|
| 80 |
+
"By submitting this form your email and website URL will be sent to Web-Dorado. Click the checkbox if you consent to usage of mentioned data by Web-Dorado in accordance with our <a target='_blank' href='https://web-dorado.com/web-dorado-privacy-statement.html'>Privacy Policy</a>."+
|
| 81 |
+
"</div>";
|
| 82 |
+
|
| 83 |
+
jQuery("." + prefix + "_additional_details_wrap").prepend(agree_checkbox);
|
| 84 |
|
| 85 |
jQuery("#wd-" + prefix + "-deactivate").hide();
|
| 86 |
jQuery("#wd-" + prefix + "-submit-and-deactivate").show();
|
| 97 |
}
|
| 98 |
|
| 99 |
});
|
| 100 |
+
|
| 101 |
+
jQuery(document).on("change", "[name=" + prefix + "_agree_with_pp]", function () {
|
| 102 |
+
if(jQuery(this).prop('checked')){
|
| 103 |
+
jQuery(".wd-" + prefix + "-deactivate").removeClass('button-primary-disabled');
|
| 104 |
+
agree_with_pp = true;
|
| 105 |
+
}else{
|
| 106 |
+
jQuery(".wd-" + prefix + "-deactivate").addClass('button-primary-disabled');
|
| 107 |
+
agree_with_pp = false;
|
| 108 |
+
}
|
| 109 |
+
});
|
| 110 |
+
|
| 111 |
+
jQuery(document).on("click", ".wd-" + prefix + "-deactivate", function(e){
|
| 112 |
+
|
| 113 |
+
var data_val = jQuery(this).data('val');
|
| 114 |
+
var checkbox = jQuery("#" + prefix + "_agree_with_pp");
|
| 115 |
+
|
| 116 |
+
|
| 117 |
+
if (data_val !== 1 && (checkbox.length === 0 || checkbox.prop('checked') === false)) {
|
| 118 |
+
return false;
|
| 119 |
+
}
|
| 120 |
+
|
| 121 |
jQuery(".wd-deactivate-popup-opacity-" + prefix).show();
|
| 122 |
if(jQuery(this).hasClass("wd-clicked") == false){
|
| 123 |
jQuery(this).addClass("wd-clicked");
|
| 127 |
return false;
|
| 128 |
});
|
| 129 |
|
| 130 |
+
jQuery(document).on("click", ".wd-" + prefix + "-cancel, .wd-opacity, .wd-deactivate-popup-close-btn", function(){
|
| 131 |
jQuery(".wd-" + prefix + "-opacity").hide();
|
| 132 |
jQuery(".wd-" + prefix + "-deactivate-popup").hide();
|
| 133 |
+
reset_popup();
|
| 134 |
+
|
| 135 |
return false;
|
| 136 |
});
|
| 137 |
|
| 138 |
+
function reset_popup() {
|
| 139 |
+
jQuery("." + prefix + "_additional_details_wrap").html("");
|
| 140 |
+
jQuery(".wd-" + prefix + "-deactivate-popup").removeClass("wd-popup-active1 wd-popup-active2 wd-popup-active3 wd-popup-active4");
|
| 141 |
+
|
| 142 |
+
jQuery("#wd-" + prefix + "-deactivate").removeClass("button-primary-disabled");
|
| 143 |
+
jQuery("#wd-" + prefix + "-deactivate").show();
|
| 144 |
+
jQuery("#wd-" + prefix + "-submit-and-deactivate").hide();
|
| 145 |
+
jQuery('#' + prefix + '_deactivate_form input[name="' + prefix + '_reasons' + '"]').prop('checked', false);
|
| 146 |
+
|
| 147 |
+
}
|
| 148 |
+
|
| 149 |
}
|
| 150 |
|
| 151 |
////////////////////////////////////////////////////////////////////////////////////////
|
wd/templates/display_deactivation_popup.php
CHANGED
|
@@ -5,7 +5,8 @@
|
|
| 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
|
|
|
|
| 9 |
</div>
|
| 10 |
|
| 11 |
<div class="wd-deactivate-popup-body">
|
|
@@ -19,7 +20,7 @@
|
|
| 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'); ?>
|
| 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 provide you support or sometimes offer discounts. (Optional)", $wd_options->prefix ); ?>:
|
| 9 |
+
<span class="wd-deactivate-popup-close-btn"></span>
|
| 10 |
</div>
|
| 11 |
|
| 12 |
<div class="wd-deactivate-popup-body">
|
| 20 |
</div>
|
| 21 |
<div class="wd-btns">
|
| 22 |
<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>
|
| 23 |
+
<a href="<?php echo $deactivate_url; ?>" data-val="2" class="button button-primary button-primary-disabled 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>
|
| 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'); ?>
|
wd/templates/display_subscribe.php
CHANGED
|
@@ -8,7 +8,10 @@
|
|
| 8 |
<div class="texts">
|
| 9 |
<p><?php _e( "Hi there", $wd_options->prefix ); ?>,</p>
|
| 10 |
<p>
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
| 12 |
</p>
|
| 13 |
</div>
|
| 14 |
<div class="btns">
|
| 8 |
<div class="texts">
|
| 9 |
<p><?php _e( "Hi there", $wd_options->prefix ); ?>,</p>
|
| 10 |
<p>
|
| 11 |
+
<?php
|
| 12 |
+
$pp_text = "<a target='_blank' href='https://web-dorado.com/web-dorado-privacy-statement.html'>" . __("Privacy Policy", $wd_options->prefix) . "</a>";
|
| 13 |
+
echo sprintf(__("Allow %s to collect some usage data, to be able to provide you more out of your plugin experience - awesome customer support and more. Check how we handle your personal data in our %s. You can always customize your preferences from the emails your receive from us. You can choose to skip this step, %s will still work just fine.", $wd_options->prefix), '<strong>Web-Dorado</strong>', $pp_text, $wd_options->plugin_title);
|
| 14 |
+
?>
|
| 15 |
</p>
|
| 16 |
</div>
|
| 17 |
<div class="btns">
|
wd/wd.php
CHANGED
|
@@ -17,7 +17,7 @@
|
|
| 17 |
public $overview_instance;
|
| 18 |
public $subscribe_instance;
|
| 19 |
public $config;
|
| 20 |
-
private $version = "1.0.
|
| 21 |
|
| 22 |
////////////////////////////////////////////////////////////////////////////////////////
|
| 23 |
// Constructor & Destructor //
|
| 17 |
public $overview_instance;
|
| 18 |
public $subscribe_instance;
|
| 19 |
public $config;
|
| 20 |
+
private $version = "1.0.15";
|
| 21 |
|
| 22 |
////////////////////////////////////////////////////////////////////////////////////////
|
| 23 |
// Constructor & Destructor //
|
