Changeset 416072
- Timestamp:
- 07/27/2011 08:01:43 PM (15 years ago)
- Location:
- simplemap
- Files:
-
- 3 edited
- 3 copied
-
tags/2.2.5 (copied) (copied from simplemap/trunk)
-
tags/2.2.5/classes/xml-search.php (copied) (copied from simplemap/trunk/classes/xml-search.php)
-
tags/2.2.5/readme.txt (modified) (2 diffs)
-
tags/2.2.5/simplemap.php (copied) (copied from simplemap/trunk/simplemap.php) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simplemap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simplemap/tags/2.2.5/readme.txt
r398357 r416072 6 6 Requires at least: 2.8 7 7 Tested up to: 3.2 8 Stable tag: 2.2. 48 Stable tag: 2.2.5 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. … … 85 85 Please visit [the SimpleMap forums at WordPress.org](http://wordpress.org/tags/simplemap?forum_id=10) if you have a bug to report. Otherwise, you may access premium support inside the plugin dashboard. 86 86 87 == Upgrade Notice == 88 * Minor update to workaround conflict with AddThis plugin. Fixes no results issue. 89 87 90 == Changelog == 91 92 = 2.2.5 = 93 * Minor update to workaround conflict with AddThis plugin. Fixes no results issue. 88 94 89 95 = 2.2.4 = -
simplemap/tags/2.2.5/simplemap.php
r416041 r416072 2 2 /* 3 3 Plugin Name: SimpleMap 4 Version: 2.2. 44 Version: 2.2.5 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.2. 4' );22 define( 'SIMPLEMAP_VERSION', '2.2.5' ); 23 23 24 24 if ( !defined( 'WP_PLUGIN_DIR' ) ) { -
simplemap/trunk/readme.txt
r398357 r416072 6 6 Requires at least: 2.8 7 7 Tested up to: 3.2 8 Stable tag: 2.2. 48 Stable tag: 2.2.5 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. … … 85 85 Please visit [the SimpleMap forums at WordPress.org](http://wordpress.org/tags/simplemap?forum_id=10) if you have a bug to report. Otherwise, you may access premium support inside the plugin dashboard. 86 86 87 == Upgrade Notice == 88 * Minor update to workaround conflict with AddThis plugin. Fixes no results issue. 89 87 90 == Changelog == 91 92 = 2.2.5 = 93 * Minor update to workaround conflict with AddThis plugin. Fixes no results issue. 88 94 89 95 = 2.2.4 = -
simplemap/trunk/simplemap.php
r416041 r416072 2 2 /* 3 3 Plugin Name: SimpleMap 4 Version: 2.2. 44 Version: 2.2.5 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.2. 4' );22 define( 'SIMPLEMAP_VERSION', '2.2.5' ); 23 23 24 24 if ( !defined( 'WP_PLUGIN_DIR' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.