Version Description
- minor JS conflict fix for those overriding the tickets admin template (or those incorrectly overriding ALL EM templates) in their theme with older HTML structure
Download this release
Release Info
Developer | netweblogic |
Plugin | Events Manager |
Version | 5.9.7.3 |
Comparing to | |
See all releases |
Code changes from version 5.9.7.2 to 5.9.7.3
- events-manager.php +2 -2
- includes/css/events_manager_admin.css +3 -4
- includes/js/events-manager.js +2 -2
- readme.txt +5 -2
events-manager.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Events Manager
|
4 |
-
Version: 5.9.7.
|
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.7.3
|
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.973); //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_admin.css
CHANGED
@@ -53,9 +53,9 @@ div.em-location-data .em-location-map-404 { vertical-align:middle; text-align: c
|
|
53 |
#em-tickets-form .em-tickets-row .ticket-status span.ticket-on { color: #008000; }
|
54 |
#em-tickets-form .em-tickets-row .ticket-status span.ticket-off { color: #ff0000; }
|
55 |
#em-tickets-form .em-tickets-row .ticket-status span.ticket_new { color: #808080; }
|
56 |
-
#em-tickets-form.em-tickets-sortable .em-tickets-row .ticket-status span.dashicons { cursor:
|
57 |
#em-tickets-form .em-ticket-sortable-placeholder { border:2px dashed #dedede; background:#efefef; }
|
58 |
-
#em-tickets-form .ui-sortable-helper { cursor:
|
59 |
/* Ticket Forms */
|
60 |
.em-ticket-form .ticket-options { margin-top:10px; }
|
61 |
.em-ticket-form > div > div, #em-tickets-form .ticket-dates > div { clear:both; padding-top:4px; }
|
@@ -121,8 +121,7 @@ table.em-tickets-bookings-table tbody td { text-align:center; }
|
|
121 |
#em-bookings-table-export form, #em-bookings-table-settings form { height: 100%; overflow:auto; }
|
122 |
/* Sorting */
|
123 |
.em-bookings-table-overlay ul.em-bookings-cols-sortable { list-style-type: none; margin: 0; padding: 0 0 10px; float: left; margin-right: 10px; }
|
124 |
-
.em-bookings-table-overlay ul.em-bookings-cols-sortable li { margin: 0 5px 5px 5px; padding: 3px 8px; font-size: 12px; width: 120px; font-weight:
|
125 |
-
.em-bookings-table-overlay ul.em-bookings-cols-sortable li.ui-state-highlight {}
|
126 |
.em-bookings-table-overlay ul.em-bookings-cols-sortable li.ui-state-default { color:#999; }
|
127 |
#em-bookings-export-cols-inactive, #em-bookings-cols-inactive { width:300px; }
|
128 |
#em-bookings-export-cols-inactive li, #em-bookings-cols-inactive li { float:left; }
|
53 |
#em-tickets-form .em-tickets-row .ticket-status span.ticket-on { color: #008000; }
|
54 |
#em-tickets-form .em-tickets-row .ticket-status span.ticket-off { color: #ff0000; }
|
55 |
#em-tickets-form .em-tickets-row .ticket-status span.ticket_new { color: #808080; }
|
56 |
+
#em-tickets-form.em-tickets-sortable .em-tickets-row .ticket-status span.dashicons { cursor:grab; }
|
57 |
#em-tickets-form .em-ticket-sortable-placeholder { border:2px dashed #dedede; background:#efefef; }
|
58 |
+
#em-tickets-form .ui-sortable-helper { cursor:grabbing; }
|
59 |
/* Ticket Forms */
|
60 |
.em-ticket-form .ticket-options { margin-top:10px; }
|
61 |
.em-ticket-form > div > div, #em-tickets-form .ticket-dates > div { clear:both; padding-top:4px; }
|
121 |
#em-bookings-table-export form, #em-bookings-table-settings form { height: 100%; overflow:auto; }
|
122 |
/* Sorting */
|
123 |
.em-bookings-table-overlay ul.em-bookings-cols-sortable { list-style-type: none; margin: 0; padding: 0 0 10px; float: left; margin-right: 10px; }
|
124 |
+
.em-bookings-table-overlay ul.em-bookings-cols-sortable li { margin: 0 5px 5px 5px; padding: 3px 8px; font-size: 12px; width: 120px; font-weight:normal; cursor:move; }
|
|
|
125 |
.em-bookings-table-overlay ul.em-bookings-cols-sortable li.ui-state-default { color:#999; }
|
126 |
#em-bookings-export-cols-inactive, #em-bookings-cols-inactive { width:300px; }
|
127 |
#em-bookings-export-cols-inactive li, #em-bookings-cols-inactive li { float:left; }
|
includes/js/events-manager.js
CHANGED
@@ -395,10 +395,10 @@ jQuery(document).ready( function($){
|
|
395 |
var em_tickets = $('#em-tickets-form table tbody.em-ticket');
|
396 |
if( em_tickets.length == 1 ){
|
397 |
em_tickets.find('.ticket-status').addClass('single');
|
398 |
-
$('#em-tickets-form table').sortable( "option", "disabled", true );
|
399 |
}else{
|
400 |
em_tickets.find('.ticket-status').removeClass('single');
|
401 |
-
$('#em-tickets-form table').sortable( "option", "disabled", false );
|
402 |
}
|
403 |
};
|
404 |
check_ticket_sortability();
|
395 |
var em_tickets = $('#em-tickets-form table tbody.em-ticket');
|
396 |
if( em_tickets.length == 1 ){
|
397 |
em_tickets.find('.ticket-status').addClass('single');
|
398 |
+
$('#em-tickets-form.em-tickets-sortable table').sortable( "option", "disabled", true );
|
399 |
}else{
|
400 |
em_tickets.find('.ticket-status').removeClass('single');
|
401 |
+
$('#em-tickets-form.em-tickets-sortable table').sortable( "option", "disabled", false );
|
402 |
}
|
403 |
};
|
404 |
check_ticket_sortability();
|
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
|
5 |
Text Domain: events-manager
|
6 |
Requires at least: 4.8
|
7 |
-
Tested up to: 5.
|
8 |
-
Stable tag: 5.9.7.
|
9 |
Requires PHP: 5.3
|
10 |
|
11 |
Fully featured event registration management including recurring events, locations management, calendar, Google map integration, booking management
|
@@ -111,6 +111,9 @@ See our [FAQ](http://wp-events-plugin.com/documentation/faq/) page, which is upd
|
|
111 |
6. Manage attendees with various booking reports
|
112 |
|
113 |
== Changelog ==
|
|
|
|
|
|
|
114 |
= 5.9.7.2 =
|
115 |
* fixed CSV injection vulnerability which can allow malicious text to be exported to CSV files and parsed by Spreadsheet
|
116 |
* fixed #_BOOKINGCUTOFF text date formats not getting translated correctly
|
4 |
Tags: bookings, calendar, tickets, events, buddypress, event management, google maps, maps, locations, registration
|
5 |
Text Domain: events-manager
|
6 |
Requires at least: 4.8
|
7 |
+
Tested up to: 5.4
|
8 |
+
Stable tag: 5.9.7.3
|
9 |
Requires PHP: 5.3
|
10 |
|
11 |
Fully featured event registration management including recurring events, locations management, calendar, Google map integration, booking management
|
111 |
6. Manage attendees with various booking reports
|
112 |
|
113 |
== Changelog ==
|
114 |
+
= 5.9.7.3 =
|
115 |
+
* minor JS conflict fix for those overriding the tickets admin template (or those incorrectly overriding ALL EM templates) in their theme with older HTML structure
|
116 |
+
|
117 |
= 5.9.7.2 =
|
118 |
* fixed CSV injection vulnerability which can allow malicious text to be exported to CSV files and parsed by Spreadsheet
|
119 |
* fixed #_BOOKINGCUTOFF text date formats not getting translated correctly
|