4.3
2016-10-13 Feature2 Tweak7 Fix4 Deprecated5Features
- Added Event Aggregator to enable service-based event imports from iCal feeds, Facebook, and Meetup
- Revamped the CSV import screens to work within the new Event Aggregator pages
Tweaks
- Adjusted some view logic to support the new Event Views shortcode in Pro [44800]
- Added a button to copy the system infomation on the help tab [43709]
- Added an option for users to opt into automatic system infomation so our support system can grab the system information found on the help tab automatically [31645]
- Use an earlier hook for iCal feed generation (props @jlambe) [64141]
- Revise and simplify integration with Event Tickets attendee screen [61992]
- Added context to a set of strings to make translation easier (props @pedro-mendonca) [64586]
- Deprecated various disused functions and classes relating to the Meta Factory [39905]
Fixes
- Cease using GLOB_BRACE for including deprecated files due to limited server support [63172]
- Avoid problems that can occur when hooking and unhooking actions (props @Chouby) [63474]
- Resolves an issue where we were duplicating a core WordPress hook but with a different set of parameters (props @Chouby) [66455]
- Correct the datetime formatting issues within the iCal feed (props @henryk) [65968]
Deprecateds
Tribe__Events__Main::initOptions()has been deprecated with no replacementTribe__Events__Main::set_meta_factory_global()has been deprecated in favor of using theTribe__Events__Meta_Factoryclass- The
setup_meta()method in both theTribe__Events__Template__Single_EventandTribe__Events__Template_Factoryclasses has been deprecated - The
the_title(),event_date(),event_category(),event_tag(),event_website(),event_origin(),organizer_name(),organizer_email(),venue_name(),venue_address(), andvenue_map()methods have been deprecated in theTribe__Events__Advanced_Functions__Register_Metaclass - The
register(),check_exists(), andget_args()methods have been deprecated in theTribe__Events__Meta_Factoryclass
