Changeset 2884526
- Timestamp:
- 03/21/2023 09:22:37 PM (3 years ago)
- Location:
- mdjm-google-calendar-sync/trunk
- Files:
-
- 2 edited
-
mdjm-google-calendar-sync.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mdjm-google-calendar-sync/trunk/mdjm-google-calendar-sync.php
r2788408 r2884526 5 5 * Plugin Name: MDJM Extension - Google Calendar Sync 6 6 * Description: Syncronise your events to your Google Calendar. 7 * Version: 2.3 8 * Date: September 20227 * Version: 2.3.1 8 * Date: March 2023 9 9 * Author: MDJM 10 10 * Author URI: https://www.mdjm.co.uk … … 16 16 // Set MDJM Google Calendar Integration Version 17 17 if (!defined('MDJM_GCAL_VERSION') ) { 18 define( 'MDJM_GCAL_VERSION', "2.3 ");18 define( 'MDJM_GCAL_VERSION', "2.3.1"); 19 19 } 20 20 21 21 // Set minimum MDJM version required 22 22 if (!defined('MDJM_REQUIRED') ) { 23 define( 'MDJM_REQUIRED', "1. 4");23 define( 'MDJM_REQUIRED', "1.6.4"); 24 24 } 25 25 26 26 // Set minimum required PHP version 27 27 if (!defined('MDJM_PHP_MIN') ) { 28 define( 'MDJM_PHP_MIN', " 5.6");28 define( 'MDJM_PHP_MIN', "7.4"); 29 29 } 30 30 // Set minimum required WP version 31 31 if (!defined('MDJM_WP_MIN') ) { 32 define( 'MDJM_WP_MIN', " 4.7");32 define( 'MDJM_WP_MIN', "6.0"); 33 33 } 34 34 -
mdjm-google-calendar-sync/trunk/readme.txt
r2788408 r2884526 4 4 Requires at least: 5.3 5 5 Tested up to: 6.0 6 Requires PHP: 7. 37 Stable tag: 2.3 6 Requires PHP: 7.4 7 Stable tag: 2.3.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 55 55 == Changelog == 56 56 57 = 2.3.1 = 58 59 **Fixed:** Fixed Rejected/Cancelled enquiry Fatal error 60 61 57 62 = 2.3 = 58 63
Note: See TracChangeset
for help on using the changeset viewer.