Version Description
- fixed html structure error in location template breaking editor if location dropdowns are enabled
Download this release
Release Info
Developer | netweblogic |
Plugin | Events Manager |
Version | 5.9.8.1 |
Comparing to | |
See all releases |
Code changes from version 5.9.8 to 5.9.8.1
- events-manager.php +2 -2
- includes/css/events_manager.css +1 -0
- includes/css/events_manager_admin.css +3 -2
- readme.txt +5 -2
- templates/forms/event/location.php +2 -2
events-manager.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Events Manager
|
4 |
-
Version: 5.9.8
|
5 |
Plugin URI: http://wp-events-plugin.com
|
6 |
Description: Event registration and booking management for WordPress. Recurring events, locations, google maps, rss, ical, booking registration and more!
|
7 |
Author: Marcus Sykes
|
@@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
28 |
*/
|
29 |
|
30 |
// Setting constants
|
31 |
-
define('EM_VERSION', 5.
|
32 |
define('EM_PRO_MIN_VERSION', 2.6712); //self expanatory
|
33 |
define('EM_PRO_MIN_VERSION_CRITICAL', 2.377); //self expanatory
|
34 |
define('EM_DIR', dirname( __FILE__ )); //an absolute path to this directory
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Events Manager
|
4 |
+
Version: 5.9.8.1
|
5 |
Plugin URI: http://wp-events-plugin.com
|
6 |
Description: Event registration and booking management for WordPress. Recurring events, locations, google maps, rss, ical, booking registration and more!
|
7 |
Author: Marcus Sykes
|
28 |
*/
|
29 |
|
30 |
// Setting constants
|
31 |
+
define('EM_VERSION', 5.981); //self expanatory
|
32 |
define('EM_PRO_MIN_VERSION', 2.6712); //self expanatory
|
33 |
define('EM_PRO_MIN_VERSION_CRITICAL', 2.377); //self expanatory
|
34 |
define('EM_DIR', dirname( __FILE__ )); //an absolute path to this directory
|
includes/css/events_manager.css
CHANGED
@@ -162,6 +162,7 @@ div#em-loading { position:absolute; width:100%; height:100%; background:#FFFFFF
|
|
162 |
#wp-em-editor-content-wrap table { margin-bottom:0px; }
|
163 |
/* Location form */
|
164 |
#event-form .em-location-type { border-top: 1px solid #dedede; margin-top:20px; padding-top:20px; }
|
|
|
165 |
#event-form .em-location-type p:first-child { margin-top:0; }
|
166 |
#event-form div.em-location-data table { float:left; margin:0px 15px 0px 0px; }
|
167 |
#event-form .em-event-location-data h4 { padding-bottom:5px; border-bottom:1px solid #dedede; margin-bottom:15px; }
|
162 |
#wp-em-editor-content-wrap table { margin-bottom:0px; }
|
163 |
/* Location form */
|
164 |
#event-form .em-location-type { border-top: 1px solid #dedede; margin-top:20px; padding-top:20px; }
|
165 |
+
#event-form .em-location-type.em-location-type-single { border:none; }
|
166 |
#event-form .em-location-type p:first-child { margin-top:0; }
|
167 |
#event-form div.em-location-data table { float:left; margin:0px 15px 0px 0px; }
|
168 |
#event-form .em-event-location-data h4 { padding-bottom:5px; border-bottom:1px solid #dedede; margin-bottom:15px; }
|
includes/css/events_manager_admin.css
CHANGED
@@ -33,15 +33,16 @@ table.events-table .category { color:#888; }
|
|
33 |
#event-form .recurrence-reschedule-warning p, #post .recurrence-reschedule-warning p { margin-top:0px; font-size:14px; }
|
34 |
/*Locations*/
|
35 |
.em-location-type { border-top: 1px solid #dedede; margin-top:20px; padding-top:20px; }
|
|
|
36 |
.em-location-type p:first-child { margin-top:0; }
|
37 |
-
div.em-location-data table { float:left; margin:
|
38 |
.em-event-location-data h4 { padding-bottom:5px; border-bottom:1px solid #dedede; margin-bottom:15px; }
|
39 |
.em-input-field { margin-bottom:10px; }
|
40 |
.em-input-field label { display: block; margin-bottom:5px; }
|
41 |
.em-input-field.em-input-field-boolean label { display: inline-block; }
|
42 |
.em-input-field em { display: block; margin-top:2px; }
|
43 |
/* Location form */
|
44 |
-
div.em-location-types-single { display:none; }
|
45 |
div.em-location-data table.em-location-data td, div.em-location-data table.em-location-data th { vertical-align:top; border:none; }
|
46 |
div.em-location-data table.em-location-data { width:50%; float:left; border:none; }
|
47 |
div.em-location-data table.em-location-data .em-location-data-url input { width:100%; }
|
33 |
#event-form .recurrence-reschedule-warning p, #post .recurrence-reschedule-warning p { margin-top:0px; font-size:14px; }
|
34 |
/*Locations*/
|
35 |
.em-location-type { border-top: 1px solid #dedede; margin-top:20px; padding-top:20px; }
|
36 |
+
.em-location-type.em-location-type-single { border:none; margin-top:10px; padding-top:10px; }
|
37 |
.em-location-type p:first-child { margin-top:0; }
|
38 |
+
div.em-location-data table { float:left; margin:0 15px 0 0; }
|
39 |
.em-event-location-data h4 { padding-bottom:5px; border-bottom:1px solid #dedede; margin-bottom:15px; }
|
40 |
.em-input-field { margin-bottom:10px; }
|
41 |
.em-input-field label { display: block; margin-bottom:5px; }
|
42 |
.em-input-field.em-input-field-boolean label { display: inline-block; }
|
43 |
.em-input-field em { display: block; margin-top:2px; }
|
44 |
/* Location form */
|
45 |
+
div.em-location-types-single { display:none; visibility: hidden; }
|
46 |
div.em-location-data table.em-location-data td, div.em-location-data table.em-location-data th { vertical-align:top; border:none; }
|
47 |
div.em-location-data table.em-location-data { width:50%; float:left; border:none; }
|
48 |
div.em-location-data table.em-location-data .em-location-data-url input { width:100%; }
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Donate link: http://wp-events-plugin.com
|
|
4 |
Tags: bookings, calendar, tickets, events, buddypress, event management, google maps, maps, locations, registration, zoom
|
5 |
Text Domain: events-manager
|
6 |
Requires at least: 5.2
|
7 |
-
Tested up to: 5.
|
8 |
-
Stable tag: 5.9.8
|
9 |
Requires PHP: 5.3
|
10 |
|
11 |
Fully featured event registration management including recurring events, locations management, calendar, Google map integration, booking management
|
@@ -115,6 +115,9 @@ See our [FAQ](http://wp-events-plugin.com/documentation/faq/) page, which is upd
|
|
115 |
6. Manage attendees with various booking reports
|
116 |
|
117 |
== Changelog ==
|
|
|
|
|
|
|
118 |
= 5.9.8 =
|
119 |
* added Location Types including URL and (via external free add-on) Zoom support!
|
120 |
* added native OAuth support for third party integrations (e.g. Zoom)
|
4 |
Tags: bookings, calendar, tickets, events, buddypress, event management, google maps, maps, locations, registration, zoom
|
5 |
Text Domain: events-manager
|
6 |
Requires at least: 5.2
|
7 |
+
Tested up to: 5.6
|
8 |
+
Stable tag: 5.9.8.1
|
9 |
Requires PHP: 5.3
|
10 |
|
11 |
Fully featured event registration management including recurring events, locations management, calendar, Google map integration, booking management
|
115 |
6. Manage attendees with various booking reports
|
116 |
|
117 |
== Changelog ==
|
118 |
+
= 5.9.8.1 =
|
119 |
+
* fixed html structure error in location template breaking editor if location dropdowns are enabled
|
120 |
+
|
121 |
= 5.9.8 =
|
122 |
* added Location Types including URL and (via external free add-on) Zoom support!
|
123 |
* added native OAuth support for third party integrations (e.g. Zoom)
|
templates/forms/event/location.php
CHANGED
@@ -55,7 +55,7 @@ foreach( EM_Event_Locations\Event_Locations::get_types() as $event_location_type
|
|
55 |
</script>
|
56 |
</div>
|
57 |
<?php if( EM_Locations::is_enabled() ): ?>
|
58 |
-
<div id="em-location-data" class="em-location-data em-location-type em-location-type-place">
|
59 |
<div id="location_coordinates" style='display: none;'>
|
60 |
<input id='location-latitude' name='location_latitude' type='text' value='<?php echo esc_attr($EM_Event->get_location()->location_latitude); ?>' size='15' />
|
61 |
<input id='location-longitude' name='location_longitude' type='text' value='<?php echo esc_attr($EM_Event->get_location()->location_longitude); ?>' size='15' />
|
@@ -162,12 +162,12 @@ foreach( EM_Event_Locations\Event_Locations::get_types() as $event_location_type
|
|
162 |
</td>
|
163 |
</tr>
|
164 |
</tbody>
|
|
|
165 |
</table>
|
166 |
<?php if ( get_option( 'dbem_gmap_is_active' ) ):?>
|
167 |
<?php em_locate_template('forms/map-container.php',true); ?>
|
168 |
<?php endif; ?>
|
169 |
<br style="clear:both;" />
|
170 |
-
<?php endif; ?>
|
171 |
</div>
|
172 |
<?php endif; ?>
|
173 |
<div class="em-event-location-data">
|
55 |
</script>
|
56 |
</div>
|
57 |
<?php if( EM_Locations::is_enabled() ): ?>
|
58 |
+
<div id="em-location-data" class="em-location-data em-location-type em-location-type-place <?php if( count($location_types) == 1 ) echo 'em-location-type-single'; ?>">
|
59 |
<div id="location_coordinates" style='display: none;'>
|
60 |
<input id='location-latitude' name='location_latitude' type='text' value='<?php echo esc_attr($EM_Event->get_location()->location_latitude); ?>' size='15' />
|
61 |
<input id='location-longitude' name='location_longitude' type='text' value='<?php echo esc_attr($EM_Event->get_location()->location_longitude); ?>' size='15' />
|
162 |
</td>
|
163 |
</tr>
|
164 |
</tbody>
|
165 |
+
<?php endif; ?>
|
166 |
</table>
|
167 |
<?php if ( get_option( 'dbem_gmap_is_active' ) ):?>
|
168 |
<?php em_locate_template('forms/map-container.php',true); ?>
|
169 |
<?php endif; ?>
|
170 |
<br style="clear:both;" />
|
|
|
171 |
</div>
|
172 |
<?php endif; ?>
|
173 |
<div class="em-event-location-data">
|