Changeset 3035898
- Timestamp:
- 02/14/2024 09:22:35 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mdjm-google-calendar-sync/trunk/mdjm-google-calendar-sync.php
r3004865 r3035898 5 5 * Plugin Name: MDJM Extension - Google Calendar Sync 6 6 * Description: Synchronise your events to your Google Calendar. 7 * Version: 2.3. 5.18 * Date: December 20237 * Version: 2.3.6 8 * Date: February 2024 9 9 * Author: MDJM 10 10 * Author URI: https://www.mdjm.co.uk 11 * Text Domain: mdjm-g cal-integration11 * Text Domain: mdjm-google-calendar-sync 12 12 * Domain Path: /languages 13 13 * Copyright Copyright (c) 2022 Dan Porter, Jack Mawhinney … … 16 16 // Set MDJM Google Calendar Integration Version 17 17 if (!defined('MDJM_GCAL_VERSION') ) { 18 define( 'MDJM_GCAL_VERSION', "2.3. 5.1");18 define( 'MDJM_GCAL_VERSION', "2.3.6"); 19 19 } 20 20 21 21 // Set minimum MDJM version required 22 22 if (!defined('MDJM_REQUIRED') ) { 23 define( 'MDJM_REQUIRED', "1.7 .1");23 define( 'MDJM_REQUIRED', "1.7"); 24 24 } 25 25
Note: See TracChangeset
for help on using the changeset viewer.