Version Description
- fixed security vulnerability
Download this release
Release Info
Developer | netweblogic |
Plugin | Events Manager |
Version | 5.5.6 |
Comparing to | |
See all releases |
Code changes from version 5.5.5 to 5.5.6
- events-manager.php +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.5.
|
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
|
@@ -764,4 +764,4 @@ function em_check_pro_compatability(){
|
|
764 |
}
|
765 |
}
|
766 |
add_action('plugins_loaded','em_check_pro_compatability', 1);
|
767 |
-
?>
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Events Manager
|
4 |
+
Version: 5.5.6
|
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
|
764 |
}
|
765 |
}
|
766 |
add_action('plugins_loaded','em_check_pro_compatability', 1);
|
767 |
+
?>
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: netweblogic, nutsmuggler
|
|
3 |
Donate link: http://wp-events-plugin.com
|
4 |
Tags: events, event, event registration, event calendar, events calendar, event management, paypal, registration, ticket, tickets, ticketing, tickets, theme, widget, locations, maps, booking, attendance, attendee, buddypress, calendar, gigs, payment, payments, sports,
|
5 |
Requires at least: 3.5
|
6 |
-
Tested up to: 4.1
|
7 |
-
Stable tag: 5.5.
|
8 |
|
9 |
Fully featured event registration management including recurring events, locations management, calendar, Google map integration, booking management
|
10 |
|
@@ -98,6 +98,9 @@ See our [FAQ](http://wp-events-plugin.com/documentation/faq/) page, which is upd
|
|
98 |
6. Manage attendees with various booking reports
|
99 |
|
100 |
== Changelog ==
|
|
|
|
|
|
|
101 |
= 5.5.5 =
|
102 |
* fixed booking cut-off time not being editable after event is saved
|
103 |
* fixed taxonomy search arguments not being applied on calendars and ajax lists,
|
3 |
Donate link: http://wp-events-plugin.com
|
4 |
Tags: events, event, event registration, event calendar, events calendar, event management, paypal, registration, ticket, tickets, ticketing, tickets, theme, widget, locations, maps, booking, attendance, attendee, buddypress, calendar, gigs, payment, payments, sports,
|
5 |
Requires at least: 3.5
|
6 |
+
Tested up to: 4.2.1
|
7 |
+
Stable tag: 5.5.6
|
8 |
|
9 |
Fully featured event registration management including recurring events, locations management, calendar, Google map integration, booking management
|
10 |
|
98 |
6. Manage attendees with various booking reports
|
99 |
|
100 |
== Changelog ==
|
101 |
+
= 5.5.6 =
|
102 |
+
* fixed security vulnerability
|
103 |
+
|
104 |
= 5.5.5 =
|
105 |
* fixed booking cut-off time not being editable after event is saved
|
106 |
* fixed taxonomy search arguments not being applied on calendars and ajax lists,
|