Plugin Directory

Changeset 3423638


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

version issue fixed

File:
1 edited

Legend:

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

    r3423629 r3423638  
    13281328            if ( is_admin() )
    13291329            $this->wpgmp_define( 'WPGMP_SLUG', 'wpgmp_view_overview' );
    1330             $this->wpgmp_define( 'WPGMP_VERSION', '4.8.8' );
     1330            $this->wpgmp_define( 'WPGMP_VERSION', '4.8.9' );
    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.