Plugin Directory

Changeset 3035898


Ignore:
Timestamp:
02/14/2024 09:22:35 PM (2 years ago)
Author:
mdjm
Message:

2.3.6

File:
1 edited

Legend:

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

    r3004865 r3035898  
    55 * Plugin Name: MDJM Extension - Google Calendar Sync
    66 * Description: Synchronise your events to your Google Calendar.
    7  * Version:     2.3.5.1
    8  * Date:        December 2023
     7 * Version:     2.3.6
     8 * Date:        February 2024
    99 * Author: MDJM
    1010 * Author URI:  https://www.mdjm.co.uk
    11  * Text Domain: mdjm-gcal-integration
     11 * Text Domain: mdjm-google-calendar-sync
    1212 * Domain Path: /languages
    1313 * Copyright   Copyright (c) 2022 Dan Porter, Jack Mawhinney
     
    1616// Set MDJM Google Calendar Integration Version
    1717if (!defined('MDJM_GCAL_VERSION') ) {
    18     define( 'MDJM_GCAL_VERSION', "2.3.5.1");
     18    define( 'MDJM_GCAL_VERSION', "2.3.6");
    1919}
    2020
    2121    // Set minimum MDJM version required
    2222if (!defined('MDJM_REQUIRED') ) {
    23     define( 'MDJM_REQUIRED', "1.7.1");
     23    define( 'MDJM_REQUIRED', "1.7");
    2424}
    2525
Note: See TracChangeset for help on using the changeset viewer.