Changeset 2780452
- Timestamp:
- 09/06/2022 04:55:07 AM (4 years ago)
- Location:
- events-manager/trunk
- Files:
-
- 2 edited
-
events-manager.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
events-manager/trunk/events-manager.php
r2780345 r2780452 2 2 /* 3 3 Plugin Name: Events Manager 4 Version: 6.1.2 4 Version: 6.1.2.1 5 5 Plugin URI: http://wp-events-plugin.com 6 6 Description: Event registration and booking management for WordPress. Recurring events, locations, webinars, google maps, rss, ical, booking registration and more! … … 70 70 include('classes/em-object.php'); 71 71 if( version_compare(PHP_VERSION, '8.1', '>=') ) { 72 include('classes/em-datetimezone.8.1.php'); 72 73 include('classes/em-datetime.8.1.php'); 73 include('classes/em-datetimezone.8.1.php');74 74 }else{ 75 75 include('classes/em-datetime.php'); -
events-manager/trunk/readme.txt
r2780345 r2780452 136 136 137 137 == Changelog == 138 = 6.1.2.1 = 139 * fixed php 8.1 fatal error 140 138 141 = 6.1.2 = 139 142 * changed EM_Tickets, EM_Bookings and EM_Ticket so event object is stored as referece so get_event() all reference the same parent object,
Note: See TracChangeset
for help on using the changeset viewer.