Plugin Directory

Changeset 2780452


Ignore:
Timestamp:
09/06/2022 04:55:07 AM (4 years ago)
Author:
netweblogic
Message:

updating to 6.1.2.1

Location:
events-manager/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • events-manager/trunk/events-manager.php

    r2780345 r2780452  
    22/*
    33Plugin Name: Events Manager
    4 Version: 6.1.2
     4Version: 6.1.2.1
    55Plugin URI: http://wp-events-plugin.com
    66Description: Event registration and booking management for WordPress. Recurring events, locations, webinars, google maps, rss, ical, booking registration and more!
     
    7070include('classes/em-object.php');
    7171if( version_compare(PHP_VERSION, '8.1', '>=') ) {
     72    include('classes/em-datetimezone.8.1.php');
    7273    include('classes/em-datetime.8.1.php');
    73     include('classes/em-datetimezone.8.1.php');
    7474}else{
    7575    include('classes/em-datetime.php');
  • events-manager/trunk/readme.txt

    r2780345 r2780452  
    136136
    137137== Changelog ==
     138= 6.1.2.1 =
     139* fixed php 8.1 fatal error
     140
    138141= 6.1.2 =
    139142* 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.