The Events Calendar PRO – Version – 6.3.1

= [6.3.1] 2024-01-24 =
* Version – Events Calendar PRO 6.3.1 is only compatible with The Events Calendar 6.3.1 and higher
* Fix – Ensure the Recurring Event Description field that has been deprecated and removed no longer shows on the Event edit screen. [ECP-1582]
* Fix – Handles a post ID to a recurring event when doing a delete with the ORM like so `tribe_events()->where(‘id’, 123 )->delete();`. Previously it would convert to an occurrence and not delete the whole recurring event. [TEC-4935]
* Fix – Updating validation error reporting API. [TECENG-46]
* Fix – WPML translation metabox was failing to load on the Edit Events page when Events Pro was active. [ECP-1629]
* Fix – Fix PHP 8.2 deprecation errors `PHP Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /…/wp-admin/admin-header.php on line 36`. [ECP-1603]
* Fix – Prevent a potential fatal with the Featured Venue Widget if the selected venue has been deleted. [ECP-1644],* Fix – Photo View – Fix issue where page doesn’t scroll to top after initial load (Thank you @jazzinconcert in our forums) [65341]
* Fix – Photo View – Fix Layout Issue in Safari for iOS (Cheers to user: @Pau) [64376]
* Fix – Prevent PHP 5.2 Strict mode from throwing notices due to usage of `is_a` [72812]
= [4.4.1] 2017-01-26 =
* Tweak – Improve recurrence User Experience, easier interface for types of Rule [71501]
* Fix – Single Event recurrency on the same day as the original Event will be created properly [68496]
* Fix – Prevent legacy recurrent events to trigger Notices on front-end