Changeset 352186
- Timestamp:
- 02/27/2011 01:53:59 AM (15 years ago)
- Location:
- simplemap
- Files:
-
- 6 edited
- 1 copied
-
tags/2.0.2 (copied) (copied from simplemap/tags/2.0.1)
-
tags/2.0.2/classes/ft-ps-client.php (modified) (1 diff)
-
tags/2.0.2/readme.txt (modified) (2 diffs)
-
tags/2.0.2/simplemap.php (modified) (2 diffs)
-
trunk/classes/ft-ps-client.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simplemap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simplemap/tags/2.0.2/classes/ft-ps-client.php
r324034 r352186 345 345 function getInstalledVersion() { 346 346 347 if ( ! function_exists( 'get_plugins' ) ) 348 require_once( ABSPATH . 'wp-admin/includes/plugin.php' ); 349 347 350 $allPlugins = get_plugins(); 348 351 -
simplemap/tags/2.0.2/readme.txt
r324058 r352186 6 6 Requires at least: 2.8 7 7 Tested up to: 3.1 8 Stable tag: 2.0. 18 Stable tag: 2.0.2 9 9 10 10 SimpleMap is an easy-to-use international store locator plugin that uses Google Maps to display information directly on your WordPress site. … … 86 86 87 87 == Changelog == 88 89 = 2.0.2 = 90 * Hotfix to resolve conflict with WP 3.1 admin bar 88 91 89 92 = 2.0.1 = -
simplemap/tags/2.0.2/simplemap.php
r324058 r352186 2 2 /* 3 3 Plugin Name: SimpleMap 4 Version: 2.0 4 Version: 2.0.2 5 5 Plugin URI: http://simplemap-plugin.com/ 6 6 Author: Glenn Ansley … … 20 20 21 21 // Plugin Version Number 22 define('SIMPLEMAP_VERSION', '2.0 ');22 define('SIMPLEMAP_VERSION', '2.0.2'); 23 23 24 24 // Define plugin path -
simplemap/trunk/classes/ft-ps-client.php
r324034 r352186 345 345 function getInstalledVersion() { 346 346 347 if ( ! function_exists( 'get_plugins' ) ) 348 require_once( ABSPATH . 'wp-admin/includes/plugin.php' ); 349 347 350 $allPlugins = get_plugins(); 348 351 -
simplemap/trunk/readme.txt
r324058 r352186 6 6 Requires at least: 2.8 7 7 Tested up to: 3.1 8 Stable tag: 2.0. 18 Stable tag: 2.0.2 9 9 10 10 SimpleMap is an easy-to-use international store locator plugin that uses Google Maps to display information directly on your WordPress site. … … 86 86 87 87 == Changelog == 88 89 = 2.0.2 = 90 * Hotfix to resolve conflict with WP 3.1 admin bar 88 91 89 92 = 2.0.1 = -
simplemap/trunk/simplemap.php
r324034 r352186 2 2 /* 3 3 Plugin Name: SimpleMap 4 Version: 2.0 4 Version: 2.0.2 5 5 Plugin URI: http://simplemap-plugin.com/ 6 6 Author: Glenn Ansley … … 20 20 21 21 // Plugin Version Number 22 define('SIMPLEMAP_VERSION', '2.0 ');22 define('SIMPLEMAP_VERSION', '2.0.2'); 23 23 24 24 // Define plugin path
Note: See TracChangeset
for help on using the changeset viewer.