Changeset 3004862
- Timestamp:
- 12/03/2023 10:15:01 PM (2 years ago)
- Location:
- mdjm-google-calendar-sync/trunk
- Files:
-
- 2 edited
-
mdjm-google-calendar-sync.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mdjm-google-calendar-sync/trunk/mdjm-google-calendar-sync.php
r3004858 r3004862 5 5 * Plugin Name: MDJM Extension - Google Calendar Sync 6 6 * Description: Synchronise your events to your Google Calendar. 7 * Version: 2.3. 47 * Version: 2.3.5 8 8 * Date: December 2023 9 9 * Author: MDJM … … 16 16 // Set MDJM Google Calendar Integration Version 17 17 if (!defined('MDJM_GCAL_VERSION') ) { 18 define( 'MDJM_GCAL_VERSION', "2.3. 4");18 define( 'MDJM_GCAL_VERSION', "2.3.5"); 19 19 } 20 20 21 21 // Set minimum MDJM version required 22 22 if (!defined('MDJM_REQUIRED') ) { 23 define( 'MDJM_REQUIRED', "1.7. 2");23 define( 'MDJM_REQUIRED', "1.7.1"); 24 24 } 25 25 -
mdjm-google-calendar-sync/trunk/readme.txt
r3004858 r3004862 5 5 Tested up to: 6.3 6 6 Requires PHP: 8.0 7 Stable tag: 2.3. 47 Stable tag: 2.3.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.