Changeset 430863
- Timestamp:
- 08/30/2011 08:20:31 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
r425780 r430863 4 4 Requires at least: 2.5 5 5 Tested up to: 3.2 6 Stable tag: 1.1 3.46 Stable tag: 1.14.0 7 7 Donate link: http://www.matusz.ch/donate_xmlgooglemapswpplugin.htm 8 8 … … 62 62 63 63 == Changes == 64 Version 1.14.0 65 <ul> 66 <li>Should support Wordpress Multiuser Edition now</li> 67 <li>Replaced NextGen Gallery direct database access to NextGen Gallery API access</li> 68 <li>Removed another deprecated method call: has_cap</li> 69 </ul> 70 64 71 Version 1.13.4 65 72 <ul> -
xml-google-maps/trunk/xmlgooglemaps.php
r425316 r430863 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.1 3.47 Version: 1.14.0 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.1 3.4",true);15 define("XML_GOOGLE_MAPS_VERSION","1.14.0",true); 16 16 define("XML_GOOGLE_MAPS_DB_VERSION",2,true); 17 17
Note: See TracChangeset
for help on using the changeset viewer.