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
initso that multisite global options are applied. - Moved
EM_MS_Globalsout ofevents-manager.phpinto 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_typesearch attribute forEM_Events::get(), accepting comma-separated list or array of event types to include. - Added
post_idaccepted 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_searchdue 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_status1 and addedem_get_post_statusto allow custom post statuses in WP admin. - Fixed end-of-month jumps when
empty_monthsis set to false. - Changed newly added
empty_monthsshortcode 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
2instead 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.