Changeset 3429723
- Timestamp:
- 12/30/2025 04:11:24 PM (3 months ago)
- Location:
- events-calendar-for-google/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
events_calendar_for_google.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
events-calendar-for-google/trunk/README.txt
r3354348 r3429723 6 6 Tested up to: 6.8 7 7 Requires PHP: 5.6 8 Stable tag: 3.2. 18 Stable tag: 3.2.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 74 74 75 75 == Changelog == 76 <h2> Version 3.2.2| 30 Dec 2025 </h2> 77 <pre> 78 improvement: Depreciated errors removed. 79 improvement: Plugin testing with wordpress version 6.8 . 80 </pre> 76 81 <h2> Version 3.2.1| 31 July 2025 </h2> 77 82 <pre> -
events-calendar-for-google/trunk/events_calendar_for_google.php
r3337534 r3429723 7 7 * Plugin Name: Events Calendar for Google 8 8 * Description: List Google Calender with customized layouts. Manange your Calender events Style from wordpress dashboard. 9 * Version: 3.2. 19 * Version: 3.2.2 10 10 * Author: Blue Plugins 11 11 * Author URI: https://blueplugins.com/ … … 22 22 23 23 /** 24 * Currently plugin version. 25 */ 26 define( 'ECFG_VERSION', '3.2. 1' );24 * Currently plugin version.New Version update 25 */ 26 define( 'ECFG_VERSION', '3.2.2' ); 27 27 define('ECFG_PLUGIN_DIR',plugin_dir_path( __FILE__ )); 28 28 … … 57 57 $this->version = ECFG_VERSION; 58 58 } else { 59 $this->version = '3.2. 1';59 $this->version = '3.2.2'; 60 60 } 61 61 $this->plugin_name = 'events_calendar_google';
Note: See TracChangeset
for help on using the changeset viewer.