Plugin Directory

Changeset 3423641


Ignore:
Timestamp:
12/19/2025 12:22:42 PM (3 months ago)
Author:
flippercode
Message:

version number fixed

Location:
wp-google-map-plugin/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-google-map-plugin/trunk/readme.txt

    r3423629 r3423641  
    88Requires at least: 3.4
    99Tested up to: 6.9
    10 Stable tag: 4.8.9
     10Stable tag: 4.9.0
    1111Requires PHP: 5.3
    1212License: GPLv2 or later
     
    233233== Changelog ==
    234234
     235= 4.9.0 =
     236* Fix : Fixed plugin version number.
     237
    235238= 4.8.9 =
    236239* Fix : Applying WordPress's native security and escaping functions in the security class.
     
    321324
    322325== Upgrade Notice ==
     326
     327= 4.9.0 =
     328– Upgrade for more stable release
    323329
    324330= 4.8.9 =
  • wp-google-map-plugin/trunk/wp-google-map-plugin.php

    r3423638 r3423641  
    88 * License: GPL v2 or later
    99 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    10  * Version: 4.8.9
     10 * Version: 4.9.0
    1111 * Text Domain: wp-google-map-plugin
    1212 * Domain Path: /lang
     
    13281328            if ( is_admin() )
    13291329            $this->wpgmp_define( 'WPGMP_SLUG', 'wpgmp_view_overview' );
    1330             $this->wpgmp_define( 'WPGMP_VERSION', '4.8.9' );
     1330            $this->wpgmp_define( 'WPGMP_VERSION', '4.9.0' );
    13311331            $this->wpgmp_define( 'WPGMP_FOLDER', basename( dirname( __FILE__ ) ) );
    13321332            $this->wpgmp_define( 'WPGMP_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.