Changeset 425058
- Timestamp:
- 08/17/2011 09:06:23 PM (15 years ago)
- Location:
- xml-google-maps/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
xmlgooglemaps.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
xml-google-maps/trunk/readme.txt
r385994 r425058 4 4 Requires at least: 2.1 5 5 Tested up to: 3.1 6 Stable tag: 1.13. 26 Stable tag: 1.13.3 7 7 Donate link: http://www.matusz.ch/donate_xmlgooglemapswpplugin.htm 8 8 … … 62 62 63 63 == Changes == 64 Version 1.13.3 65 <ul> 66 <li>Speed up elevation chart by filtering duplicate elevation values</li> 67 </ul> 68 64 69 Version 1.13.2 65 70 <ul> -
xml-google-maps/trunk/xmlgooglemaps.php
r396593 r425058 5 5 Feed URI: http://www.matusz.ch/blog/tags/xml-google-maps-wp-plugin/feed/ 6 6 Description: This plugin allows you to easily insert Google Map or Google Earth Plugin Maps into your blog. Supports KML, KMZ, GPX, geoRSS filelinks. Supports Default, Satellite, Hybrid, Physical and Google Earth Plugin Maptypes 7 Version: 1.13. 27 Version: 1.13.3 8 8 Author: Patrick Matusz 9 9 Author URI: http://www.matusz.ch/blog/ … … 13 13 14 14 //Versionsinformationen 15 define("XML_GOOGLE_MAPS_VERSION","1.13. 2",true);15 define("XML_GOOGLE_MAPS_VERSION","1.13.3",true); 16 16 define("XML_GOOGLE_MAPS_DB_VERSION",2,true); 17 17
Note: See TracChangeset
for help on using the changeset viewer.