Version Description
Download this release
Release Info
| Developer | 10web |
| Plugin | |
| Version | 1.1.55 |
| Comparing to | |
| See all releases | |
Code changes from version 1.1.53 to 1.1.55
- ecwd.php +2 -2
- includes/ecwd-functions.php +1 -1
- readme.txt +1 -1
ecwd.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
* Plugin Name: Event Calendar WD
|
| 4 |
* Plugin URI: https://10web.io/plugins/wordpress-event-calendar/
|
| 5 |
* Description: Event Calendar WD is an easy event management and planning tool with advanced features.
|
| 6 |
-
* Version: 1.1.
|
| 7 |
* Author: 10Web
|
| 8 |
* Author URI: https://10web.io/plugins/
|
| 9 |
* Text Domain: event-calendar-wd
|
|
@@ -27,7 +27,7 @@ if(! defined( 'ECWD_URL' ) ){
|
|
| 27 |
}
|
| 28 |
|
| 29 |
if (!defined('ECWD_VERSION')) {
|
| 30 |
-
define('ECWD_VERSION', "1.1.
|
| 31 |
}
|
| 32 |
|
| 33 |
if (!defined('ECWD_PLUGIN_MAIN_FILE')) {
|
| 3 |
* Plugin Name: Event Calendar WD
|
| 4 |
* Plugin URI: https://10web.io/plugins/wordpress-event-calendar/
|
| 5 |
* Description: Event Calendar WD is an easy event management and planning tool with advanced features.
|
| 6 |
+
* Version: 1.1.55
|
| 7 |
* Author: 10Web
|
| 8 |
* Author URI: https://10web.io/plugins/
|
| 9 |
* Text Domain: event-calendar-wd
|
| 27 |
}
|
| 28 |
|
| 29 |
if (!defined('ECWD_VERSION')) {
|
| 30 |
+
define('ECWD_VERSION', "1.1.55");
|
| 31 |
}
|
| 32 |
|
| 33 |
if (!defined('ECWD_PLUGIN_MAIN_FILE')) {
|
includes/ecwd-functions.php
CHANGED
|
@@ -318,7 +318,7 @@ function replaceFirstImages($content) {
|
|
| 318 |
}
|
| 319 |
|
| 320 |
function ecwd_event_popup_ajax() {
|
| 321 |
-
if ( wp_verify_nonce($_POST['ecwd_nonce'], 'ecwd_ajax_nonce') === false
|
| 322 |
die();
|
| 323 |
}
|
| 324 |
$ajax_start_date = isset($_POST['start_date']) ? sanitize_title($_POST['start_date']) : null;
|
| 318 |
}
|
| 319 |
|
| 320 |
function ecwd_event_popup_ajax() {
|
| 321 |
+
if ( wp_verify_nonce($_POST['ecwd_nonce'], 'ecwd_ajax_nonce') === false ) {
|
| 322 |
die();
|
| 323 |
}
|
| 324 |
$ajax_start_date = isset($_POST['start_date']) ? sanitize_title($_POST['start_date']) : null;
|
readme.txt
CHANGED
|
@@ -3,7 +3,7 @@ Contributors: webdorado, 10web
|
|
| 3 |
Requires at least: 4.6
|
| 4 |
Tested up to: 5.5
|
| 5 |
Requires PHP: 5.4
|
| 6 |
-
Stable tag: 1.1.
|
| 7 |
License: GPLv2 or later
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 9 |
|
| 3 |
Requires at least: 4.6
|
| 4 |
Tested up to: 5.5
|
| 5 |
Requires PHP: 5.4
|
| 6 |
+
Stable tag: 1.1.55
|
| 7 |
License: GPLv2 or later
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 9 |
|
