Event Calendar WD – Responsive Event Calendar plugin - Version 1.0.89

Version Description

  • Fixed: Theme update issue
  • Fixed: Notices
Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Event Calendar WD – Responsive Event Calendar plugin
Version 1.0.89
Comparing to
See all releases

Code changes from version 1.0.88 to 1.0.89

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.0.88
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com
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.0.88");
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.0.89
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com
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.0.89");
28
  }
29
 
30
  if (!defined('ECWD_PLUGIN_MAIN_FILE')) {
ecwd_admin_class.php CHANGED
@@ -6,7 +6,7 @@
6
  class ECWD_Admin {
7
 
8
  protected static $instance = null;
9
- protected $version = '1.0.88';
10
  protected $ecwd_page = null;
11
  protected $notices = null;
12
 
6
  class ECWD_Admin {
7
 
8
  protected static $instance = null;
9
+ protected $version = '1.0.89';
10
  protected $ecwd_page = null;
11
  protected $notices = null;
12
 
ecwd_class.php CHANGED
@@ -6,7 +6,7 @@
6
  */
7
  class ECWD {
8
 
9
- protected $version = '1.0.88';
10
  protected $plugin_name = 'event-calendar-wd';
11
  protected $prefix = 'ecwd';
12
  protected static $instance = null;
6
  */
7
  class ECWD {
8
 
9
+ protected $version = '1.0.89';
10
  protected $plugin_name = 'event-calendar-wd';
11
  protected $prefix = 'ecwd';
12
  protected static $instance = null;
includes/ecwd-cpt-filter.php CHANGED
@@ -104,7 +104,7 @@ if (!class_exists('Tax_CTP_Filter')) {
104
  public function event_table_filter($query) {
105
  global $typenow;
106
  $types = array_keys($this->cpt);
107
- if (is_admin() AND in_array($query->query['post_type'], $types) && in_array($typenow, $types)) {
108
  $qv = &$query->query_vars;
109
  $qv['meta_query'] = array();
110
 
104
  public function event_table_filter($query) {
105
  global $typenow;
106
  $types = array_keys($this->cpt);
107
+ if (is_admin() AND isset($query->query['post_type']) AND in_array($query->query['post_type'], $types) && in_array($typenow, $types)) {
108
  $qv = &$query->query_vars;
109
  $qv['meta_query'] = array();
110
 
js/admin/admin.js CHANGED
@@ -233,7 +233,7 @@
233
  $(clicked_el).addClass('ecwd-calendar-event-delete');
234
  $(clicked_el).removeClass('ecwd-calendar-event-add');
235
  $(clicked_el).text('x');
236
- $(element).find('input').attr('name', 'ecwd-calendar-event-id[]');
237
  $(element).find('.ecwd-calendar-event-edit').removeClass('hidden');
238
  $(element).remove().appendTo('.ecwd-events');
239
  }
233
  $(clicked_el).addClass('ecwd-calendar-event-delete');
234
  $(clicked_el).removeClass('ecwd-calendar-event-add');
235
  $(clicked_el).text('x');
236
+ $(element).find('input').addClass('ecwd-calendar-event-id');
237
  $(element).find('.ecwd-calendar-event-edit').removeClass('hidden');
238
  $(element).remove().appendTo('.ecwd-events');
239
  }
readme.txt CHANGED
@@ -1,14 +1,14 @@
1
- === Event Calendar WD – Responsive Event Calendar for WordPress ===
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.7
7
- Stable tag: 1.0.88
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Event Calendar WD plugin allows organizing and publishin your events in an easy and elegant way.
12
 
13
  == Description ==
14
 
@@ -156,6 +156,10 @@ After downloading the ZIP file of the Event Calendar WD plugin,
156
 
157
  == Changelog ==
158
 
 
 
 
 
159
  = 1.0.88 =
160
  * Added: Helper bar
161
 
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, calendars, event manager, calendar widget, event registration, event management, agenda, holiday calendar , scheduling, free calendar, Calender, upcoming events , event widget , event list, calendar localization, editorial calendar, Interactive Calendar, news calendar, appointment, event tracking, event organizer, upcoming events widget, event page, event bookings, recurring events, conference, dates, times, venue, responsive calendar, seminar, summit, facebook integration, widget, online calendar, calendar shortcode, events list, custom calendar, google calendar, event subscription, ical, facebook event calendar, event filter, calendar manager, online reservation, booking calendar, event booking, reservation calendar, customizable calendar, upcoming events calendar, events feed, event ticketing, rsvp, tickets, bookings
5
  Requires at least: 3.9
6
  Tested up to: 4.7
7
+ Stable tag: 1.0.89
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ Event Calendar WD is a user-friendly event calendar plugin. This event calendar plugin allows organizing and publishin your events in an easy and elegant way.
12
 
13
  == Description ==
14
 
156
 
157
  == Changelog ==
158
 
159
+ = 1.0.89 =
160
+ * Fixed: Theme update issue
161
+ * Fixed: Notices
162
+
163
  = 1.0.88 =
164
  * Added: Helper bar
165
 
views/admin/ecwd-calendar-meta.php CHANGED
@@ -81,11 +81,11 @@ $ecwd_calendar_default_theme_color = (isset($ecwd_calendar_theme) && $ecwd_calen
81
  <a href="<?php echo get_admin_url() ?>post-new.php?post_type=ecwd_event&cal_id=<?php echo $post_id; ?>" target="_blank"><span class="add_event_plus">+</span></a></span>
82
  <?php } ?>
83
 
84
- <div id="ecwd_add_event_to_calendar" class="ecwd_add_event_to_calendar">
85
  <?php if ($excluded_events) { ?>
86
  <?php foreach ($excluded_events as $event) { ?>
87
  <span class="ecwd-calendar-event"><span><?php echo $event->post_title; ?></span>
88
- <input type="hidden" name="ecwd-calendar-excluded-event-id[]"
89
  value="<?php echo $event->ID; ?>"/>
90
  <span class="ecwd-calendar-event-edit hidden"><a href="post.php?post=<?php echo $event->ID; ?>&action=edit" target="_blank">e</a></span>
91
  <span class="ecwd-calendar-event-add">+</span>
81
  <a href="<?php echo get_admin_url() ?>post-new.php?post_type=ecwd_event&cal_id=<?php echo $post_id; ?>" target="_blank"><span class="add_event_plus">+</span></a></span>
82
  <?php } ?>
83
 
84
+ <div id="ecwd_add_event_to_calendar" class="ecwd_add_event_to_calendar" style="display: none">
85
  <?php if ($excluded_events) { ?>
86
  <?php foreach ($excluded_events as $event) { ?>
87
  <span class="ecwd-calendar-event"><span><?php echo $event->post_title; ?></span>
88
+ <input type="hidden" class="ecwd-calendar-excluded-event-id"
89
  value="<?php echo $event->ID; ?>"/>
90
  <span class="ecwd-calendar-event-edit hidden"><a href="post.php?post=<?php echo $event->ID; ?>&action=edit" target="_blank">e</a></span>
91
  <span class="ecwd-calendar-event-add">+</span>