Plugin Directory

Changeset 2884526


Ignore:
Timestamp:
03/21/2023 09:22:37 PM (3 years ago)
Author:
mdjm
Message:

Update to 2.3.1

Location:
mdjm-google-calendar-sync/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mdjm-google-calendar-sync/trunk/mdjm-google-calendar-sync.php

    r2788408 r2884526  
    55 * Plugin Name: MDJM Extension - Google Calendar Sync
    66 * Description: Syncronise your events to your Google Calendar.
    7  * Version:     2.3
    8  * Date:        September 2022
     7 * Version:     2.3.1
     8 * Date:        March 2023
    99 * Author: MDJM
    1010 * Author URI:  https://www.mdjm.co.uk
     
    1616// Set MDJM Google Calendar Integration Version
    1717if (!defined('MDJM_GCAL_VERSION') ) {
    18     define( 'MDJM_GCAL_VERSION', "2.3");
     18    define( 'MDJM_GCAL_VERSION', "2.3.1");
    1919}
    2020
    2121    // Set minimum MDJM version required
    2222if (!defined('MDJM_REQUIRED') ) {
    23     define( 'MDJM_REQUIRED', "1.4");
     23    define( 'MDJM_REQUIRED', "1.6.4");
    2424}
    2525
    2626    // Set minimum required PHP version
    2727if (!defined('MDJM_PHP_MIN') ) {
    28     define( 'MDJM_PHP_MIN', "5.6");
     28    define( 'MDJM_PHP_MIN', "7.4");
    2929}
    3030    // Set minimum required WP version
    3131if (!defined('MDJM_WP_MIN') ) {
    32     define( 'MDJM_WP_MIN', "4.7");
     32    define( 'MDJM_WP_MIN', "6.0");
    3333}
    3434
  • mdjm-google-calendar-sync/trunk/readme.txt

    r2788408 r2884526  
    44Requires at least: 5.3
    55Tested up to: 6.0
    6 Requires PHP: 7.3
    7 Stable tag: 2.3
     6Requires PHP: 7.4
     7Stable tag: 2.3.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5555== Changelog ==
    5656
     57= 2.3.1 =
     58
     59**Fixed:** Fixed Rejected/Cancelled enquiry Fatal error
     60
     61
    5762= 2.3 =
    5863
Note: See TracChangeset for help on using the changeset viewer.