Version Description
- Fixed: Dates translation issue in posterboard view
- Fixed: Venues show map issue for ajaxed themes
- Fixed: Views slider js issue
Download this release
Release Info
Developer | webdorado |
Plugin | Event Calendar WD – Responsive Event Calendar plugin |
Version | 1.0.32 |
Comparing to | |
See all releases |
Code changes from version 1.0.31 to 1.0.32
- ecwd.php +1 -1
- ecwd_admin_class.php +1 -1
- js/admin/admin.js +1 -1
- js/scripts.js +5 -2
- readme.txt +6 -1
- views/admin/ecwd-calendar-meta.php +1 -1
- views/ecwd-organizer-content.php +6 -2
- views/ecwd-venue-content.php +7 -2
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.
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
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.32
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
ecwd_admin_class.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
class ECWD_Admin {
|
7 |
|
8 |
protected static $instance = null;
|
9 |
-
protected $version = '1.0.
|
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.32';
|
10 |
protected $ecwd_page = null;
|
11 |
protected $notices = null;
|
12 |
|
js/admin/admin.js
CHANGED
@@ -374,7 +374,7 @@
|
|
374 |
}
|
375 |
});
|
376 |
|
377 |
-
$('
|
378 |
button: $('.ecwd_events_popup_button'),
|
379 |
title: 'Event List',
|
380 |
container_class:'ecwd_add_event_calendar'
|
374 |
}
|
375 |
});
|
376 |
|
377 |
+
$('.ecwd_add_event_to_calendar').ecwd_popup({
|
378 |
button: $('.ecwd_events_popup_button'),
|
379 |
title: 'Event List',
|
380 |
container_class:'ecwd_add_event_calendar'
|
js/scripts.js
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
/**
|
4 |
* Public JS functions
|
5 |
*/
|
|
|
6 |
|
7 |
if(typeof ecwd_js_init_call !="object")
|
8 |
var ecwd_js_init_call;
|
@@ -27,8 +28,10 @@ ecwd_js_init = function () {
|
|
27 |
showFilterSliderArrow();
|
28 |
}, 1);
|
29 |
});
|
30 |
-
|
31 |
-
|
|
|
|
|
32 |
showMiniCalendarEventOnHover();
|
33 |
showFullCalendarEventOnHover();
|
34 |
showWidgetEventDesc();
|
3 |
/**
|
4 |
* Public JS functions
|
5 |
*/
|
6 |
+
var functions_interval;
|
7 |
|
8 |
if(typeof ecwd_js_init_call !="object")
|
9 |
var ecwd_js_init_call;
|
28 |
showFilterSliderArrow();
|
29 |
}, 1);
|
30 |
});
|
31 |
+
|
32 |
+
clearTimeout(functions_interval);
|
33 |
+
functions_interval = setTimeout(function (){
|
34 |
+
show_filters(0);
|
35 |
showMiniCalendarEventOnHover();
|
36 |
showFullCalendarEventOnHover();
|
37 |
showWidgetEventDesc();
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-event-calendar-wd.html
|
|
4 |
Tags: calendar, calendars, event, event calendar, event manager, events calendar, calendar widget, event registration, event management,events, agenda, holiday calendar , scheduling, free calendar, Calender, upcoming events , event widget , event list, calendar localization, Organizer, editorial calendar, Interactive Calendar, news calendar, meeting , appointment, event tracking, event organizer, upcoming events widget, event page, event bookings, recurring, recurring events, conference, date, dates, schedule, times, venue, AJAX, responsive, shortcode, seminar, summit, facebook integration
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -140,6 +140,11 @@ After downloading the ZIP file of the Event Calendar WD plugin,
|
|
140 |
|
141 |
== Changelog ==
|
142 |
|
|
|
|
|
|
|
|
|
|
|
143 |
= 1.0.31 =
|
144 |
* Added: Day view option as default to widget
|
145 |
* Added: Close popup by escape
|
4 |
Tags: calendar, calendars, event, event calendar, event manager, events calendar, calendar widget, event registration, event management,events, agenda, holiday calendar , scheduling, free calendar, Calender, upcoming events , event widget , event list, calendar localization, Organizer, editorial calendar, Interactive Calendar, news calendar, meeting , appointment, event tracking, event organizer, upcoming events widget, event page, event bookings, recurring, recurring events, conference, date, dates, schedule, times, venue, AJAX, responsive, shortcode, seminar, summit, facebook integration
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 1.0.32
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
140 |
|
141 |
== Changelog ==
|
142 |
|
143 |
+
= 1.0.32 =
|
144 |
+
* Fixed: Dates translation issue in posterboard view
|
145 |
+
* Fixed: Venues show map issue for ajaxed themes
|
146 |
+
* Fixed: Views slider js issue
|
147 |
+
|
148 |
= 1.0.31 =
|
149 |
* Added: Day view option as default to widget
|
150 |
* Added: Close popup by escape
|
views/admin/ecwd-calendar-meta.php
CHANGED
@@ -78,7 +78,7 @@ $ecwd_calendar_12_hour_time_format = get_post_meta($post->ID, ECWD_PLUGIN_PREFIX
|
|
78 |
<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>
|
79 |
<?php } ?>
|
80 |
|
81 |
-
<div id="ecwd_add_event_to_calendar">
|
82 |
<?php if ($excluded_events) { ?>
|
83 |
<?php foreach ($excluded_events as $event) { ?>
|
84 |
<span class="ecwd-calendar-event"><span><?php echo $event->post_title; ?></span>
|
78 |
<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>
|
79 |
<?php } ?>
|
80 |
|
81 |
+
<div id="ecwd_add_event_to_calendar" class="ecwd_add_event_to_calendar">
|
82 |
<?php if ($excluded_events) { ?>
|
83 |
<?php foreach ($excluded_events as $event) { ?>
|
84 |
<span class="ecwd-calendar-event"><span><?php echo $event->post_title; ?></span>
|
views/ecwd-organizer-content.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Display for
|
4 |
*/
|
5 |
|
6 |
|
@@ -165,5 +165,9 @@ echo $content;
|
|
165 |
</div>
|
166 |
<?php } ?>
|
167 |
</div>
|
168 |
-
|
|
|
|
|
|
|
|
|
169 |
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Display for Organiser Custom Post Types
|
4 |
*/
|
5 |
|
6 |
|
165 |
</div>
|
166 |
<?php } ?>
|
167 |
</div>
|
168 |
+
<script id="ecwd_script_handler" type="text/javascript">
|
169 |
+
if (typeof ecwd_js_init_call == "object") {
|
170 |
+
ecwd_js_init_call = new ecwd_js_init();
|
171 |
+
}
|
172 |
+
</script>
|
173 |
|
views/ecwd-venue-content.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Display for
|
4 |
*/
|
5 |
|
6 |
$date_format = 'Y-m-d';
|
@@ -199,4 +199,9 @@ echo $content;
|
|
199 |
<?php } ?>
|
200 |
|
201 |
</div>
|
202 |
-
<script id="ecwd_script_handler" type="text/javascript">
|
|
|
|
|
|
|
|
|
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Display for Venue Custom Post Types
|
4 |
*/
|
5 |
|
6 |
$date_format = 'Y-m-d';
|
199 |
<?php } ?>
|
200 |
|
201 |
</div>
|
202 |
+
<script id="ecwd_script_handler" type="text/javascript">
|
203 |
+
if (typeof ecwd_js_init_call == "object") {
|
204 |
+
ecwd_js_init_call = new ecwd_js_init();
|
205 |
+
ecwd_js_init_call.showMap();
|
206 |
+
}
|
207 |
+
</script>
|