Version Description
- Changed: Deactivation popup.
- Fixed: Notice in single event page.
Download this release
Release Info
| Developer | webdorado |
| Plugin | |
| Version | 1.1.9 |
| Comparing to | |
| See all releases | |
Code changes from version 1.1.8 to 1.1.9
- css/admin/admin.css +13 -8
- ecwd.php +2 -2
- ecwd_admin_class.php +2 -3
- js/admin/editor-buttons.js +2 -2
- readme.txt +5 -2
- views/admin/ecwd-event-meta.php +1 -1
- views/admin/ecwd-theme-meta.php +1 -1
- views/admin/licensing.php +1 -1
- views/single-event.php +1 -1
- wd/README.md +1 -1
- wd/assets/css/deactivate_popup.css +4 -0
- wd/assets/img/cfm_main_plugin.png +0 -0
- wd/assets/js/overview.js +2 -2
- wd/assets/js/subsribe.js +3 -3
- wd/templates/display_deactivation_popup.php +3 -4
- wd/wd.php +1 -1
css/admin/admin.css
CHANGED
|
@@ -952,8 +952,8 @@ body.wp-admin.post-type-ecwd_event #posts-filter .alignleft.actions a.button {
|
|
| 952 |
color: #6e7990;
|
| 953 |
font-size: 14px;
|
| 954 |
font-weight: bold;
|
| 955 |
-
line-height:
|
| 956 |
-
padding:
|
| 957 |
vertical-align: middle;
|
| 958 |
width: 98%;
|
| 959 |
}
|
|
@@ -963,9 +963,16 @@ body.wp-admin.post-type-ecwd_event #posts-filter .alignleft.actions a.button {
|
|
| 963 |
}
|
| 964 |
|
| 965 |
.ecwd_topic.wd_topic .wd_help_topic a {
|
| 966 |
-
color: #e54b26;
|
| 967 |
-
border-bottom: 1px solid #edbeb7;
|
| 968 |
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 969 |
}
|
| 970 |
|
| 971 |
.ecwd_topic.wd_topic .wd_help_topic a:hover {
|
|
@@ -1007,11 +1014,9 @@ body.wp-admin.post-type-ecwd_event #posts-filter .alignleft.actions a.button {
|
|
| 1007 |
.ecwd_topic.wd_topic .wd_pro a:active,
|
| 1008 |
.ecwd_topic.wd_topic .wd_pro a:visited,
|
| 1009 |
.ecwd_topic.wd_topic .wd_pro a:hover {
|
| 1010 |
-
background-color: #D8D8D8;
|
| 1011 |
-
color: #175c8b;
|
| 1012 |
display: inline-block;
|
| 1013 |
-
font-size:
|
| 1014 |
font-weight: bold;
|
| 1015 |
-
padding: 0
|
| 1016 |
vertical-align: middle;
|
| 1017 |
}
|
| 952 |
color: #6e7990;
|
| 953 |
font-size: 14px;
|
| 954 |
font-weight: bold;
|
| 955 |
+
line-height: 30px;
|
| 956 |
+
padding: 15px;
|
| 957 |
vertical-align: middle;
|
| 958 |
width: 98%;
|
| 959 |
}
|
| 963 |
}
|
| 964 |
|
| 965 |
.ecwd_topic.wd_topic .wd_help_topic a {
|
|
|
|
|
|
|
| 966 |
text-decoration: none;
|
| 967 |
+
color: #5CAEBD;
|
| 968 |
+
border-bottom: 1px dotted;
|
| 969 |
+
}
|
| 970 |
+
.ecwd_topic .wdi_update_pro_link{
|
| 971 |
+
background: #45A6B7;
|
| 972 |
+
font-weight: bold;
|
| 973 |
+
line-height: 30px;
|
| 974 |
+
padding: 0 18px 0 18px;
|
| 975 |
+
color: #fff !important;
|
| 976 |
}
|
| 977 |
|
| 978 |
.ecwd_topic.wd_topic .wd_help_topic a:hover {
|
| 1014 |
.ecwd_topic.wd_topic .wd_pro a:active,
|
| 1015 |
.ecwd_topic.wd_topic .wd_pro a:visited,
|
| 1016 |
.ecwd_topic.wd_topic .wd_pro a:hover {
|
|
|
|
|
|
|
| 1017 |
display: inline-block;
|
| 1018 |
+
font-size: 14px;
|
| 1019 |
font-weight: bold;
|
| 1020 |
+
padding: 0 18px 0 18px;
|
| 1021 |
vertical-align: middle;
|
| 1022 |
}
|
ecwd.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
* Plugin Name: Event Calendar WD
|
| 4 |
* Plugin URI: https://web-dorado.com/products/wordpress-event-calendar-wd.html
|
| 5 |
* Description: Event Calendar WD is an easy event management and planning tool with advanced features.
|
| 6 |
-
* Version: 1.1.
|
| 7 |
* Author: WebDorado
|
| 8 |
* Author URI: https://web-dorado.com/wordpress-plugins-bundle.html
|
| 9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
|
@@ -24,7 +24,7 @@ if (!defined('ECWD_URL')) {
|
|
| 24 |
}
|
| 25 |
|
| 26 |
if (!defined('ECWD_VERSION')) {
|
| 27 |
-
define('ECWD_VERSION', "1.1.
|
| 28 |
}
|
| 29 |
|
| 30 |
if (!defined('ECWD_PLUGIN_MAIN_FILE')) {
|
| 3 |
* Plugin Name: Event Calendar WD
|
| 4 |
* Plugin URI: https://web-dorado.com/products/wordpress-event-calendar-wd.html
|
| 5 |
* Description: Event Calendar WD is an easy event management and planning tool with advanced features.
|
| 6 |
+
* Version: 1.1.9
|
| 7 |
* Author: WebDorado
|
| 8 |
* Author URI: https://web-dorado.com/wordpress-plugins-bundle.html
|
| 9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
| 24 |
}
|
| 25 |
|
| 26 |
if (!defined('ECWD_VERSION')) {
|
| 27 |
+
define('ECWD_VERSION', "1.1.9");
|
| 28 |
}
|
| 29 |
|
| 30 |
if (!defined('ECWD_PLUGIN_MAIN_FILE')) {
|
ecwd_admin_class.php
CHANGED
|
@@ -1034,14 +1034,13 @@ class ECWD_Admin {
|
|
| 1034 |
$text = strtoupper(__('Upgrade to paid version', $prefix));
|
| 1035 |
?>
|
| 1036 |
<div class="wd_pro">
|
| 1037 |
-
<a target="_blank" href="<?php echo $pro_link; ?>">
|
| 1038 |
-
<img width="50px" alt="web-dorado.com" title="<?php echo $text; ?>" src="<?php echo $pro_icon; ?>" />
|
| 1039 |
<span><?php echo $text; ?></span>
|
| 1040 |
</a>
|
| 1041 |
</div>
|
| 1042 |
<?php
|
| 1043 |
}
|
| 1044 |
-
if (
|
| 1045 |
?>
|
| 1046 |
<span class="wd_support">
|
| 1047 |
<a target="_blank" href="<?php echo $support_forum_link; ?>">
|
| 1034 |
$text = strtoupper(__('Upgrade to paid version', $prefix));
|
| 1035 |
?>
|
| 1036 |
<div class="wd_pro">
|
| 1037 |
+
<a target="_blank" class="wdi_update_pro_link" href="<?php echo $pro_link; ?>">
|
|
|
|
| 1038 |
<span><?php echo $text; ?></span>
|
| 1039 |
</a>
|
| 1040 |
</div>
|
| 1041 |
<?php
|
| 1042 |
}
|
| 1043 |
+
if (true) {
|
| 1044 |
?>
|
| 1045 |
<span class="wd_support">
|
| 1046 |
<a target="_blank" href="<?php echo $support_forum_link; ?>">
|
js/admin/editor-buttons.js
CHANGED
|
@@ -292,7 +292,7 @@
|
|
| 292 |
type: 'container',
|
| 293 |
name: 'href',
|
| 294 |
style: 'color:#bf1b02',
|
| 295 |
-
html: '<a href="https://web-dorado.com/products/wordpress-event-calendar-wd.html" target="_blank">Upgrade to
|
| 296 |
}
|
| 297 |
]
|
| 298 |
},
|
|
@@ -337,7 +337,7 @@
|
|
| 337 |
},
|
| 338 |
{
|
| 339 |
type: 'label',
|
| 340 |
-
text: 'Upgrade to
|
| 341 |
style: 'color:#bf1b02'
|
| 342 |
|
| 343 |
|
| 292 |
type: 'container',
|
| 293 |
name: 'href',
|
| 294 |
style: 'color:#bf1b02',
|
| 295 |
+
html: '<a href="https://web-dorado.com/products/wordpress-event-calendar-wd.html" target="_blank">Upgrade to Paid version.</a>'
|
| 296 |
}
|
| 297 |
]
|
| 298 |
},
|
| 337 |
},
|
| 338 |
{
|
| 339 |
type: 'label',
|
| 340 |
+
text: 'Upgrade to Paid version to access three more view options: posterboard, map and 4 days.',
|
| 341 |
style: 'color:#bf1b02'
|
| 342 |
|
| 343 |
|
readme.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
=== Event Calendar WD - Responsive Event Calendar plugin ===
|
| 2 |
Contributors: webdorado,wdsupport
|
| 3 |
-
Donate link: https://web-dorado.com/products/wordpress-event-calendar-wd.html
|
| 4 |
Tags: calendar, date, event, event calendar, events, events calendar, meeting, organizer, recurring, reservation, responsive, schedule
|
| 5 |
Requires at least: 3.9
|
| 6 |
Tested up to: 4.9
|
| 7 |
Requires PHP: 5.2
|
| 8 |
-
Stable tag: 1.1.
|
| 9 |
License: GPLv2 or later
|
| 10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 11 |
|
|
@@ -251,6 +250,10 @@ After downloading the ZIP file of the Event Calendar WD plugin,
|
|
| 251 |
|
| 252 |
== Changelog ==
|
| 253 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 254 |
= 1.1.8 =
|
| 255 |
* Changed: Web-Dorado links
|
| 256 |
|
| 1 |
=== Event Calendar WD - Responsive Event Calendar plugin ===
|
| 2 |
Contributors: webdorado,wdsupport
|
|
|
|
| 3 |
Tags: calendar, date, event, event calendar, events, events calendar, meeting, organizer, recurring, reservation, responsive, schedule
|
| 4 |
Requires at least: 3.9
|
| 5 |
Tested up to: 4.9
|
| 6 |
Requires PHP: 5.2
|
| 7 |
+
Stable tag: 1.1.9
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 250 |
|
| 251 |
== Changelog ==
|
| 252 |
|
| 253 |
+
= 1.1.9 =
|
| 254 |
+
* Changed: Deactivation popup.
|
| 255 |
+
* Fixed: Notice in single event page.
|
| 256 |
+
|
| 257 |
= 1.1.8 =
|
| 258 |
* Changed: Web-Dorado links
|
| 259 |
|
views/admin/ecwd-event-meta.php
CHANGED
|
@@ -440,7 +440,7 @@ $ecwd_event_video = get_post_meta($post->ID, ECWD_PLUGIN_PREFIX . '_event_video'
|
|
| 440 |
<th scope="row"><label class="repeat_format"><?php _e('Repeat rate', 'ecwd'); ?></label></th>
|
| 441 |
<td>
|
| 442 |
<a href="https://web-dorado.com/files/fromEventCalendarWD.php"
|
| 443 |
-
target="_blank"><?php _e('Upgrade to
|
| 444 |
</td>
|
| 445 |
</tr>
|
| 446 |
<?php } ?>
|
| 440 |
<th scope="row"><label class="repeat_format"><?php _e('Repeat rate', 'ecwd'); ?></label></th>
|
| 441 |
<td>
|
| 442 |
<a href="https://web-dorado.com/files/fromEventCalendarWD.php"
|
| 443 |
+
target="_blank"><?php _e('Upgrade to Paid version', 'ecwd'); ?></a>
|
| 444 |
</td>
|
| 445 |
</tr>
|
| 446 |
<?php } ?>
|
views/admin/ecwd-theme-meta.php
CHANGED
|
@@ -13,7 +13,7 @@ global $post;
|
|
| 13 |
<h2 id="add_on_title"><?php echo esc_html( get_admin_page_title() ); ?></h2>
|
| 14 |
<div id="ecwd-display-options-wrap">
|
| 15 |
<br />
|
| 16 |
-
<span style="font-size: 15px; font-weight: bold;">The calendar currently uses default theme. Upgrade to
|
| 17 |
<br/>
|
| 18 |
<br/>
|
| 19 |
<div class="ecwd-meta-control">
|
| 13 |
<h2 id="add_on_title"><?php echo esc_html( get_admin_page_title() ); ?></h2>
|
| 14 |
<div id="ecwd-display-options-wrap">
|
| 15 |
<br />
|
| 16 |
+
<span style="font-size: 15px; font-weight: bold;">The calendar currently uses default theme. Upgrade to Paid version to modify theme options and get fancy 5 more themes.</span>
|
| 17 |
<br/>
|
| 18 |
<br/>
|
| 19 |
<div class="ecwd-meta-control">
|
views/admin/licensing.php
CHANGED
|
@@ -64,7 +64,7 @@ global $ecwd_tabs;
|
|
| 64 |
<span class="no"></span>
|
| 65 |
|
| 66 |
</div>
|
| 67 |
-
<div id="featurs_table3"><span>
|
| 68 |
<span class="yes"></span>
|
| 69 |
<span class="yes"></span>
|
| 70 |
<span class="yes"></span>
|
| 64 |
<span class="no"></span>
|
| 65 |
|
| 66 |
</div>
|
| 67 |
+
<div id="featurs_table3"><span>Paid Version</span>
|
| 68 |
<span class="yes"></span>
|
| 69 |
<span class="yes"></span>
|
| 70 |
<span class="yes"></span>
|
views/single-event.php
CHANGED
|
@@ -158,7 +158,7 @@ if (!empty($calendars_id)) {
|
|
| 158 |
if ($default_calendar !== false && in_array($default_calendar, $calendars_id)) {
|
| 159 |
$back_link = get_permalink($default_calendar);
|
| 160 |
} else {
|
| 161 |
-
$back_link = get_permalink($calendars_id
|
| 162 |
}
|
| 163 |
} else {
|
| 164 |
if (isset($_SERVER['HTTP_REFERER']) && $_SERVER['HTTP_REFERER']) {
|
| 158 |
if ($default_calendar !== false && in_array($default_calendar, $calendars_id)) {
|
| 159 |
$back_link = get_permalink($default_calendar);
|
| 160 |
} else {
|
| 161 |
+
$back_link = get_permalink(array_shift($calendars_id));
|
| 162 |
}
|
| 163 |
} else {
|
| 164 |
if (isset($_SERVER['HTTP_REFERER']) && $_SERVER['HTTP_REFERER']) {
|
wd/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
Version: 1.0.
|
| 2 |
|
| 3 |
|
| 4 |
|
| 1 |
+
Version: 1.0.13
|
| 2 |
|
| 3 |
|
| 4 |
|
wd/assets/css/deactivate_popup.css
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
.wd-opacity{
|
| 2 |
position: fixed;
|
| 3 |
top: 0px;
|
| 1 |
+
.wd-bwg-reasons:nth-child(3) {
|
| 2 |
+
display: none;
|
| 3 |
+
}
|
| 4 |
+
|
| 5 |
.wd-opacity{
|
| 6 |
position: fixed;
|
| 7 |
top: 0px;
|
wd/assets/img/cfm_main_plugin.png
ADDED
|
Binary file
|
wd/assets/js/overview.js
CHANGED
|
@@ -12,7 +12,7 @@
|
|
| 12 |
////////////////////////////////////////////////////////////////////////////////////////
|
| 13 |
jQuery(document).ready(function () {
|
| 14 |
jQuery(".overview_content > div:not(#welcome)").hide();
|
| 15 |
-
jQuery(".overview_tabs li a:not(.not_tab)").click
|
| 16 |
jQuery(".overview_tabs li a").removeClass("overview_tab_active");
|
| 17 |
jQuery(this).addClass("overview_tab_active");
|
| 18 |
jQuery(".overview_content > div").hide();
|
|
@@ -31,7 +31,7 @@ jQuery(document).ready(function () {
|
|
| 31 |
// jQuery("body").append('<style>.stars-' + rate.toString() + ':after{width:' + rate + '%;}</style>');
|
| 32 |
// });
|
| 33 |
|
| 34 |
-
jQuery("#wd-copy").click
|
| 35 |
var selector = document.querySelector('#wd-site-deatils-textarea');
|
| 36 |
selector.select();
|
| 37 |
document.execCommand('copy');
|
| 12 |
////////////////////////////////////////////////////////////////////////////////////////
|
| 13 |
jQuery(document).ready(function () {
|
| 14 |
jQuery(".overview_content > div:not(#welcome)").hide();
|
| 15 |
+
jQuery(".overview_tabs li a:not(.not_tab)").on("click", function(){
|
| 16 |
jQuery(".overview_tabs li a").removeClass("overview_tab_active");
|
| 17 |
jQuery(this).addClass("overview_tab_active");
|
| 18 |
jQuery(".overview_content > div").hide();
|
| 31 |
// jQuery("body").append('<style>.stars-' + rate.toString() + ':after{width:' + rate + '%;}</style>');
|
| 32 |
// });
|
| 33 |
|
| 34 |
+
jQuery("#wd-copy").on("click", function(){
|
| 35 |
var selector = document.querySelector('#wd-site-deatils-textarea');
|
| 36 |
selector.select();
|
| 37 |
document.execCommand('copy');
|
wd/assets/js/subsribe.js
CHANGED
|
@@ -10,13 +10,13 @@
|
|
| 10 |
////////////////////////////////////////////////////////////////////////////////////////
|
| 11 |
// Constructor & Destructor //
|
| 12 |
////////////////////////////////////////////////////////////////////////////////////////
|
| 13 |
-
jQuery(document).ready
|
| 14 |
-
jQuery(".permissions").click
|
| 15 |
jQuery(".list").toggle();
|
| 16 |
return false;
|
| 17 |
});
|
| 18 |
|
| 19 |
-
jQuery(".allow_and_continue").click
|
| 20 |
jQuery(this).css("opacity", "0.5");
|
| 21 |
jQuery(".wd_loader").css("visibility", "visible");
|
| 22 |
});
|
| 10 |
////////////////////////////////////////////////////////////////////////////////////////
|
| 11 |
// Constructor & Destructor //
|
| 12 |
////////////////////////////////////////////////////////////////////////////////////////
|
| 13 |
+
jQuery(document).on("ready", function () {
|
| 14 |
+
jQuery(".permissions").on("click", function(){
|
| 15 |
jQuery(".list").toggle();
|
| 16 |
return false;
|
| 17 |
});
|
| 18 |
|
| 19 |
+
jQuery(".allow_and_continue").on("click", function(){
|
| 20 |
jQuery(this).css("opacity", "0.5");
|
| 21 |
jQuery(".wd_loader").css("visibility", "visible");
|
| 22 |
});
|
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'); ?>
|
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.13";
|
| 21 |
|
| 22 |
////////////////////////////////////////////////////////////////////////////////////////
|
| 23 |
// Constructor & Destructor //
|
