We’ve just pushed out another iteration of the v7 update with various fixes. We’re still going through all the customer support threads to make sure everyone is proceeding with the upgrades as smoothly as possible. Thanks for your patience!
Please refer to our previous post regarding getting in touch, if you’re not a Pro customer. We’re committed to helping everyone as much as possible to make sure upgrade bugs are scrubbed.
Events Manager 7.0.3 Changelog
- Fixed code to prevent fatal error in some instances where users run a widget.
- Added additional CSS selector/detector to booking form JS dynamic loading to detect waitlist forms.
- Changed uploader to initialize on
init
so that multisite global options are applied. - Moved
EM_MS_Globals
out ofevents-manager.php
into its own class file. - Fixed bug in multisite global tables mode showing faulty recurrence set records in the editor.
- Added recurring event recurrence description to events admin list.
- Changed default scope to ‘all’ for any post status other than ‘All’ or ‘Published’ in admin events list.
- Added
event_type
search attribute forEM_Events::get()
, accepting comma-separated list or array of event types to include. - Added
post_id
accepted boolean values (or'true'
/'0'
) to include or exclude events with a post ID (essentially, include/exclude recurrences). - Fixed search form not working in shortcode using
has_search
due to view container ID mismatches. - Fixed potential widget fatal errors.
- Added cache flushing when editing category colors or images to update cached pages throughout a site.
- Fixed
EM_Event->save()
invocation trying to create a post even if it’s an event recurrence. - Fixed ability to add higher than
event_status
1 and addedem_get_post_status
to allow custom post statuses in WP admin. - Fixed end-of-month jumps when
empty_months
is set to false. - Changed newly added
empty_months
shortcode prop totrue
, which mimics previous calendar behavior. - Fixed orphaned events remover in admin tools incorrectly including new recurrences as orphaned events.
- Fixed conversion issues from repeated to recurring events, now prompting re-conversion for upgraded event installs.
Events Manager Pro 3.6.2 Changelog
- Changed status of previous past events to
2
instead of0
, which was getting confused with drafts. - Fixed inconsistencies with status counts when past events status is enabled.
- Fixed past event status not showing in quick editor.