Plugin Directory

Changeset 430863


Ignore:
Timestamp:
08/30/2011 08:20:31 PM (15 years ago)
Author:
dschuesae
Message:
 
Location:
xml-google-maps/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xml-google-maps/trunk/readme.txt

    r425780 r430863  
    44Requires at least: 2.5
    55Tested up to: 3.2
    6 Stable tag: 1.13.4
     6Stable tag: 1.14.0
    77Donate link: http://www.matusz.ch/donate_xmlgooglemapswpplugin.htm
    88
     
    6262
    6363== Changes ==
     64Version 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
    6471Version 1.13.4
    6572<ul>
  • xml-google-maps/trunk/xmlgooglemaps.php

    r425316 r430863  
    55 Feed URI: http://www.matusz.ch/blog/tags/xml-google-maps-wp-plugin/feed/
    66 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.4
     7 Version: 1.14.0
    88 Author: Patrick Matusz
    99 Author URI: http://www.matusz.ch/blog/
     
    1313
    1414//Versionsinformationen
    15 define("XML_GOOGLE_MAPS_VERSION","1.13.4",true);
     15define("XML_GOOGLE_MAPS_VERSION","1.14.0",true);
    1616define("XML_GOOGLE_MAPS_DB_VERSION",2,true);
    1717
Note: See TracChangeset for help on using the changeset viewer.