Plugin Directory

Changeset 3429723


Ignore:
Timestamp:
12/30/2025 04:11:24 PM (3 months ago)
Author:
coolcoders
Message:

version 3.2.2

Location:
events-calendar-for-google/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • events-calendar-for-google/trunk/README.txt

    r3354348 r3429723  
    66Tested up to: 6.8
    77Requires PHP: 5.6
    8 Stable tag: 3.2.1
     8Stable tag: 3.2.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7474
    7575== 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>
    7681<h2> Version 3.2.1| 31 July 2025 </h2>
    7782<pre>
  • events-calendar-for-google/trunk/events_calendar_for_google.php

    r3337534 r3429723  
    77 * Plugin Name:       Events Calendar for Google
    88 * Description:       List Google Calender with customized layouts. Manange your Calender events Style from wordpress dashboard.
    9  * Version:           3.2.1
     9 * Version:           3.2.2
    1010 * Author:            Blue Plugins
    1111 * Author URI:        https://blueplugins.com/
     
    2222
    2323/**
    24  * Currently plugin version.
    25  */
    26 define( 'ECFG_VERSION', '3.2.1' );
     24 * Currently plugin version.New Version update
     25 */
     26define( 'ECFG_VERSION', '3.2.2' );
    2727define('ECFG_PLUGIN_DIR',plugin_dir_path( __FILE__ ));
    2828
     
    5757            $this->version = ECFG_VERSION;
    5858        } else {
    59             $this->version = '3.2.1';
     59            $this->version = '3.2.2';
    6060        }
    6161        $this->plugin_name = 'events_calendar_google';
Note: See TracChangeset for help on using the changeset viewer.