Version Description
- Fixed: Bug on Google Maps
Download this release
Release Info
Developer | webdorado |
Plugin | Event Calendar WD – Responsive Event Calendar plugin |
Version | 1.0.70 |
Comparing to | |
See all releases |
Code changes from version 1.0.69 to 1.0.70
- css/style.css +1 -1
- ecwd.php +1 -1
- ecwd_admin_class.php +2 -2
- ecwd_class.php +1 -1
- readme.txt +5 -2
- views/admin/ecwd-event-meta.php +1 -1
- views/admin/ecwd-venue-meta.php +1 -1
css/style.css
CHANGED
@@ -1786,7 +1786,7 @@ div[class^="ecwd-page-"].ecwd_calendar .ecwd-week-date.resp{
|
|
1786 |
|
1787 |
.ecwd_map_div{
|
1788 |
width: 100%;
|
1789 |
-
height:
|
1790 |
min-height: 300px;
|
1791 |
max-width:100%;
|
1792 |
}
|
1786 |
|
1787 |
.ecwd_map_div{
|
1788 |
width: 100%;
|
1789 |
+
height: 300px;
|
1790 |
min-height: 300px;
|
1791 |
max-width:100%;
|
1792 |
}
|
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.70
|
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 |
|
@@ -324,7 +324,7 @@ class ECWD_Admin {
|
|
324 |
wp_enqueue_style($this->prefix . '-calendar-style', plugins_url('css/style.css', __FILE__), '', $this->version, 'all');
|
325 |
wp_enqueue_style($this->prefix . '_font-awesome', plugins_url('/css/font-awesome/font-awesome.css', __FILE__), '', $this->version, 'all');
|
326 |
wp_enqueue_style($this->prefix . '-featured_plugins', plugins_url('/css/admin/featured_plugins.css', __FILE__), '', $this->version, 'all');
|
327 |
-
|
328 |
wp_enqueue_style($this->prefix . '-licensing', plugins_url('/css/admin/licensing.css', __FILE__), '', $this->version, 'all');
|
329 |
wp_enqueue_style($this->prefix . '-popup-styles', plugins_url('/css/ecwd_popup.css', __FILE__), '', $this->version, 'all');
|
330 |
}
|
6 |
class ECWD_Admin {
|
7 |
|
8 |
protected static $instance = null;
|
9 |
+
protected $version = '1.0.70';
|
10 |
protected $ecwd_page = null;
|
11 |
protected $notices = null;
|
12 |
|
324 |
wp_enqueue_style($this->prefix . '-calendar-style', plugins_url('css/style.css', __FILE__), '', $this->version, 'all');
|
325 |
wp_enqueue_style($this->prefix . '_font-awesome', plugins_url('/css/font-awesome/font-awesome.css', __FILE__), '', $this->version, 'all');
|
326 |
wp_enqueue_style($this->prefix . '-featured_plugins', plugins_url('/css/admin/featured_plugins.css', __FILE__), '', $this->version, 'all');
|
327 |
+
// wp_enqueue_style($this->prefix . '-featured_themes', plugins_url('/css/admin/featured_themes.css', __FILE__), '', $this->version, 'all');
|
328 |
wp_enqueue_style($this->prefix . '-licensing', plugins_url('/css/admin/licensing.css', __FILE__), '', $this->version, 'all');
|
329 |
wp_enqueue_style($this->prefix . '-popup-styles', plugins_url('/css/ecwd_popup.css', __FILE__), '', $this->version, 'all');
|
330 |
}
|
ecwd_class.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
*/
|
7 |
class ECWD {
|
8 |
|
9 |
-
protected $version = '1.0.
|
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.70';
|
10 |
protected $plugin_name = 'event-calendar-wd';
|
11 |
protected $prefix = 'ecwd';
|
12 |
protected static $instance = null;
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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.6
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -155,8 +155,11 @@ After downloading the ZIP file of the Event Calendar WD plugin,
|
|
155 |
|
156 |
== Changelog ==
|
157 |
|
|
|
|
|
|
|
158 |
= 1.0.69 =
|
159 |
-
*
|
160 |
* Changed: Featured themes, plugins pages
|
161 |
|
162 |
= 1.0.68 =
|
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.6
|
7 |
+
Stable tag: 1.0.70
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
155 |
|
156 |
== Changelog ==
|
157 |
|
158 |
+
= 1.0.70 =
|
159 |
+
* Fixed: Bug on Google Maps
|
160 |
+
|
161 |
= 1.0.69 =
|
162 |
+
* Fixed: Bug on Views add-on
|
163 |
* Changed: Featured themes, plugins pages
|
164 |
|
165 |
= 1.0.68 =
|
views/admin/ecwd-event-meta.php
CHANGED
@@ -506,7 +506,7 @@ $ecwd_event_video = get_post_meta( $post->ID, ECWD_PLUGIN_PREFIX . '_eve
|
|
506 |
id="<?php echo ECWD_PLUGIN_PREFIX; ?>_map_zoom"
|
507 |
value="<?php echo $ecwd_map_zoom; ?>"/>
|
508 |
|
509 |
-
<div id="map-canvas" style="width: 100%; height:
|
510 |
|
511 |
</div>
|
512 |
</div>
|
506 |
id="<?php echo ECWD_PLUGIN_PREFIX; ?>_map_zoom"
|
507 |
value="<?php echo $ecwd_map_zoom; ?>"/>
|
508 |
|
509 |
+
<div id="map-canvas" style="width: 100%; height: 300px; min-height: 300px;">
|
510 |
|
511 |
</div>
|
512 |
</div>
|
views/admin/ecwd-venue-meta.php
CHANGED
@@ -36,7 +36,7 @@ if(!$ecwd_map_zoom){
|
|
36 |
<input type="hidden" name="<?php echo ECWD_PLUGIN_PREFIX;?>_map_zoom" id="<?php echo ECWD_PLUGIN_PREFIX;?>_map_zoom"
|
37 |
value="<?php echo $ecwd_map_zoom; ?>"/>
|
38 |
|
39 |
-
<div id="map-canvas" style="width: 100%; height:
|
40 |
|
41 |
</div>
|
42 |
</div>
|
36 |
<input type="hidden" name="<?php echo ECWD_PLUGIN_PREFIX;?>_map_zoom" id="<?php echo ECWD_PLUGIN_PREFIX;?>_map_zoom"
|
37 |
value="<?php echo $ecwd_map_zoom; ?>"/>
|
38 |
|
39 |
+
<div id="map-canvas" style="width: 100%; height: 300px; min-height: 300px;">
|
40 |
|
41 |
</div>
|
42 |
</div>
|