Plugin Directory

Changeset 3004862


Ignore:
Timestamp:
12/03/2023 10:15:01 PM (2 years ago)
Author:
mdjm
Message:

update 2.3.5

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

Legend:

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

    r3004858 r3004862  
    55 * Plugin Name: MDJM Extension - Google Calendar Sync
    66 * Description: Synchronise your events to your Google Calendar.
    7  * Version:     2.3.4
     7 * Version:     2.3.5
    88 * Date:        December 2023
    99 * Author: MDJM
     
    1616// Set MDJM Google Calendar Integration Version
    1717if (!defined('MDJM_GCAL_VERSION') ) {
    18     define( 'MDJM_GCAL_VERSION', "2.3.4");
     18    define( 'MDJM_GCAL_VERSION', "2.3.5");
    1919}
    2020
    2121    // Set minimum MDJM version required
    2222if (!defined('MDJM_REQUIRED') ) {
    23     define( 'MDJM_REQUIRED', "1.7.2");
     23    define( 'MDJM_REQUIRED', "1.7.1");
    2424}
    2525
  • mdjm-google-calendar-sync/trunk/readme.txt

    r3004858 r3004862  
    55Tested up to: 6.3
    66Requires PHP: 8.0
    7 Stable tag: 2.3.4
     7Stable tag: 2.3.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.