Plugin Directory

Changeset 425058


Ignore:
Timestamp:
08/17/2011 09:06:23 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

    r385994 r425058  
    44Requires at least: 2.1
    55Tested up to: 3.1
    6 Stable tag: 1.13.2
     6Stable tag: 1.13.3
    77Donate link: http://www.matusz.ch/donate_xmlgooglemapswpplugin.htm
    88
     
    6262
    6363== Changes ==
     64Version 1.13.3
     65<ul>
     66<li>Speed up elevation chart by filtering duplicate elevation values</li>
     67</ul>
     68
    6469Version 1.13.2
    6570<ul>
  • xml-google-maps/trunk/xmlgooglemaps.php

    r396593 r425058  
    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.2
     7 Version: 1.13.3
    88 Author: Patrick Matusz
    99 Author URI: http://www.matusz.ch/blog/
     
    1313
    1414//Versionsinformationen
    15 define("XML_GOOGLE_MAPS_VERSION","1.13.2",true);
     15define("XML_GOOGLE_MAPS_VERSION","1.13.3",true);
    1616define("XML_GOOGLE_MAPS_DB_VERSION",2,true);
    1717
Note: See TracChangeset for help on using the changeset viewer.