Version Description
- fixed search forms disappearing in latest update when Styling Options for search forms are turned off (props @factchecker)
Download this release
Release Info
Developer | netweblogic |
Plugin | Events Manager |
Version | 5.6.6.1 |
Comparing to | |
See all releases |
Code changes from version 5.6.6 to 5.6.6.1
- events-manager.php +1 -1
- includes/css/events_manager.css +0 -1
- readme.txt +6 -3
events-manager.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Events Manager
|
4 |
-
Version: 5.6.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
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Events Manager
|
4 |
+
Version: 5.6.6.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
|
includes/css/events_manager.css
CHANGED
@@ -11,7 +11,6 @@ div#em-loading { position:absolute; width:100%; height:100%; background:#FFFFFF
|
|
11 |
|
12 |
/* Search Form */
|
13 |
.em-search div { display:inline; }
|
14 |
-
.em-search label { display:none; }
|
15 |
.em-search .hidden { display:none !important; }
|
16 |
/* Custom Search CSS */
|
17 |
div.css-search { margin-bottom:20px; }
|
11 |
|
12 |
/* Search Form */
|
13 |
.em-search div { display:inline; }
|
|
|
14 |
.em-search .hidden { display:none !important; }
|
15 |
/* Custom Search CSS */
|
16 |
div.css-search { margin-bottom:20px; }
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Donate link: http://wp-events-plugin.com
|
|
4 |
Tags: bookings, buddypress, calendar, event, event management, events, google maps, maps, locations, registration, registration, tickets
|
5 |
Text Domain: events-manager
|
6 |
Requires at least: 3.5
|
7 |
-
Tested up to: 4.
|
8 |
-
Stable tag: 5.6.6
|
9 |
|
10 |
Fully featured event registration management including recurring events, locations management, calendar, Google map integration, booking management
|
11 |
|
@@ -99,6 +99,9 @@ See our [FAQ](http://wp-events-plugin.com/documentation/faq/) page, which is upd
|
|
99 |
6. Manage attendees with various booking reports
|
100 |
|
101 |
== Changelog ==
|
|
|
|
|
|
|
102 |
= 5.6.6 =
|
103 |
* improvements to ical formatting, including static/unique UIDs, more accurate locations with geo coordinates, categories and featured image
|
104 |
* replaced code using stripslashes() with wp_unslash() (kudos @webaware)
|
@@ -109,7 +112,7 @@ See our [FAQ](http://wp-events-plugin.com/documentation/faq/) page, which is upd
|
|
109 |
* changed calendar templates to stop using ucfirst() to uppercase month first letters since it breaks some languages and the languages that need it don't capitalize their months anyway
|
110 |
* fixed anonymous event submitter info not showing in recurring event admin area
|
111 |
* fixed wrong nav id in BuddyPress (kudos @lyevalley)
|
112 |
-
* fixed 'no location' checkbox not remaining checked if event submission returns
|
113 |
* tweaked templates/forms/event/location.php and added some extra output sanitization
|
114 |
* fixed 404 errors in calendar links to eventful day list for a specific location
|
115 |
* fixed syncing of tables when WP uses utf8mb4 collation which causes errors when saving emojis in post content
|
4 |
Tags: bookings, buddypress, calendar, event, event management, events, google maps, maps, locations, registration, registration, tickets
|
5 |
Text Domain: events-manager
|
6 |
Requires at least: 3.5
|
7 |
+
Tested up to: 4.7
|
8 |
+
Stable tag: 5.6.6.1
|
9 |
|
10 |
Fully featured event registration management including recurring events, locations management, calendar, Google map integration, booking management
|
11 |
|
99 |
6. Manage attendees with various booking reports
|
100 |
|
101 |
== Changelog ==
|
102 |
+
= 5.6.6.1 =
|
103 |
+
* fixed search forms disappearing in latest update when Styling Options for search forms are turned off (props @factchecker)
|
104 |
+
|
105 |
= 5.6.6 =
|
106 |
* improvements to ical formatting, including static/unique UIDs, more accurate locations with geo coordinates, categories and featured image
|
107 |
* replaced code using stripslashes() with wp_unslash() (kudos @webaware)
|
112 |
* changed calendar templates to stop using ucfirst() to uppercase month first letters since it breaks some languages and the languages that need it don't capitalize their months anyway
|
113 |
* fixed anonymous event submitter info not showing in recurring event admin area
|
114 |
* fixed wrong nav id in BuddyPress (kudos @lyevalley)
|
115 |
+
* fixed 'no location' checkbox not remaining checked if event submission returns a validation error
|
116 |
* tweaked templates/forms/event/location.php and added some extra output sanitization
|
117 |
* fixed 404 errors in calendar links to eventful day list for a specific location
|
118 |
* fixed syncing of tables when WP uses utf8mb4 collation which causes errors when saving emojis in post content
|