Events Calendar Pro
Fixes
- Prevent JS error when adding a Pro widget in the WP Customizer screen
- Improved location search suggestions by ensuring all events are contained within the geo bounds
- Resolved PHP notice that occurred on Community Tickets Add Event page when this plugin is active
- Improved the handling of Daylight Savings Time when saving recurring events, so that each event in a series displays the correct timezone abbreviation (props: @airdrummer and others)
- Added safety checks to improve the robustness of our recurring events logic when unexpected conditions are met (our thanks to Matt Sloan, Nathan Baldwin and others for highlighting this)
- Improve shortcode pagination/view change url so it is reusable (props: @der.chef and others)
Languages
- 1 new string added, 80 updated, 0 fuzzied, and 0 obsoleted
Features
- Add link to the featured image in the Advanced List widget. New filter introduced to control this:
tribe_events_list_widget_featured_image_link(props to @cabadaj007 for the feature request)
Tweaks
- Add the possibility of importing Venue Overwrite Coordinates in Aggregator (thanks Christopher Curry for reporting)
Fixes
- Meta building for Recurrence has a few more conditionals to prevent Fatals
- Setup postdata in Week view so that the default template tags can be used in theme overrides (thank you ThemeFusion for recommending this!)
- Resolved issue where the warning for tickets on recurring events sometimes failed to display
Tweaks
- A hidden input that detects if the event is recurring
- Changed views:
pro/week/single-event.php
Languages
- 1 new strings added, 31 updated, 0 fuzzied, and 0 obsoleted
Features
- Added ability to filter events by location through WP_Query arguments
tribe_geoloc,tribe_geoloc_lat, andtribe_geoloc_lng
Fixes
- Restored functionality to Map View and location search, which were both failing under certain circumstances with certain venues
- Lock down the low-risk queries for posterity in Tribe__Events__Pro__Geo_Loc with $wpdb->prepare
- Recurrence bug with updating weekly rules, used w date format instead of N
- Enqueue the Minical Widget's stylesheet and scripts in the when possible
- Added default highlight color for featured events in the Advanced List Widget (thank you @jhoughton1 and @solel for reporting this)
- Fixed translation issue with custom fields label on event editor page
- Improve accuracy of "Next Events" link on single-venue pages, so that it only shows when there are truly more events to see
- Fixed issue where the Google Maps script and its Geolocation script would load on events archive views (other than Map View) even when the "Hide location search" option was checked (thanks to Teresa A.)
Tweaks
- Added per-event CSS class in Week view, it indexes how many events start at the same time allowing unique CSS for each
- New hook:
tribe_geoloc_pre_get_venues_in_geofencefor circumventing get_venues_in_geofence database query. - New hooks:
tribe_events_single_venue_posts_per_pageandtribe_venue_upcoming_events - Updated views:
src/views/pro/list/venue-nav.php
Compatibilitys
- Minimum supported version of WordPress is now 4.5
Languages
- 0 new strings added, 6 updated, 0 fuzzied, and 0 obsoleted [tribe-events-calendar-pro]
Fixes
- Box-sizing issue with mini calendar widget on some themes. Thanks to @schreml for reporting this.
- Action hooks before and after recurring meta fields.
Fixes
- Do not generate exclusions for recurring events simply because the child instances have failed outside of the configured cleanup range
- Consolidate generation of /all/ and single recurring event permalink logic within Events Calendar PRO
- Improve compatibility with WP SEO Premium and stop redirect rules from being generated inappropriately when recurring events are updated
- Default to showing upcoming event instances in the /all/ view (but fallback on showing expired events if no upcoming events remain in the series)
Fixes
- Ensure that the necessary assets to support location-based searching are available to [tribe_events] embedded views (our thanks to @Miroslav for highlighting this issue!)
- Make sure that the correct date format is used and the recurrence description works for "once"-type recurrence rules (our thanks to Robert and others in the forums for flagging this)
- Change how event title is generated for This Week Widget to be inline with other widgets and views
Tweaks
- Update the mini calendar widget events count parameter label to avoid confusion
- Never ending & long term recurrence "learn more" link now points at a more helpful resource and opens up in a new window
Tweaks
- Improved how Cost field looks and it's consistency across views [71092 & 71094]
- Added actions:
tribe_events_inside_cost - Changed views:
pro/map/single-event,pro/map/single-featured
Languages
- 0 new strings added, 50 updated, 0 fuzzied, and 0 obsoleted [tribe-events-calendar-pro]
Fixes
- Ensure featured images render as expected within photo view (our thanks to @gchead for flagging this issue)
Fixes
- Corrected typo in Featured Venue widget options
- Correct some erroneous description text that would arise in recurring event tooltips.
- Backwards compatibility fixes for recurrence rules created in 4.3.4 or earlier
Tweaks
- Only show APM filters to users with the 'install_plugins' capability
- Filter the allowed post statuses for the countdown widget, default to 'publish'
