Changeset 3423641
- Timestamp:
- 12/19/2025 12:22:42 PM (3 months ago)
- Location:
- wp-google-map-plugin/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wp-google-map-plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-google-map-plugin/trunk/readme.txt
r3423629 r3423641 8 8 Requires at least: 3.4 9 9 Tested up to: 6.9 10 Stable tag: 4. 8.910 Stable tag: 4.9.0 11 11 Requires PHP: 5.3 12 12 License: GPLv2 or later … … 233 233 == Changelog == 234 234 235 = 4.9.0 = 236 * Fix : Fixed plugin version number. 237 235 238 = 4.8.9 = 236 239 * Fix : Applying WordPress's native security and escaping functions in the security class. … … 321 324 322 325 == Upgrade Notice == 326 327 = 4.9.0 = 328 – Upgrade for more stable release 323 329 324 330 = 4.8.9 = -
wp-google-map-plugin/trunk/wp-google-map-plugin.php
r3423638 r3423641 8 8 * License: GPL v2 or later 9 9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 * Version: 4. 8.910 * Version: 4.9.0 11 11 * Text Domain: wp-google-map-plugin 12 12 * Domain Path: /lang … … 1328 1328 if ( is_admin() ) 1329 1329 $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' ); 1331 1331 $this->wpgmp_define( 'WPGMP_FOLDER', basename( dirname( __FILE__ ) ) ); 1332 1332 $this->wpgmp_define( 'WPGMP_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.