Plugin Directory

Changeset 736328


Ignore:
Timestamp:
07/04/2013 07:32:45 PM (13 years ago)
Author:
epfantasia
Message:

Tagged version 1.0.2 - added POT file for translation

Location:
map-my-posts
Files:
2 added
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • map-my-posts/tags/1.0.2/readme.txt

    r736322 r736328  
    55Requires at least: 3.0
    66Tested up to: 3.5.2
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPL-2.0+
    99
     
    5353== Changelog ==
    5454
     55= 1.0.2 = Included POT file for plugin translation.
    5556= 1.0.1 = Removed assets directory from plugin package to reduce filesize.
    5657= 1.0 = Initial public release.
  • map-my-posts/tags/1.0.2/start.php

    r736322 r736328  
    1616 * Plugin URI: http://www.aroundthisworld.com/map-my-posts-wordpress-plugin/
    1717 * Description: Display a Google Map or Geochart visualization, using map locations associated with categories or tags.
    18  * Version: 1.0.1
     18 * Version: 1.0.2
    1919 * Author: Erik Fantasia
    2020 * Author URI: http://www.aroundthisworld.com
     
    3838
    3939if ( !defined( 'MAPMYPOSTS_VERSION' ) ) {
    40     define( 'MAPMYPOSTS_VERSION', '1.0.1' );
     40    define( 'MAPMYPOSTS_VERSION', '1.0.2' );
    4141}
    4242if ( !defined( 'MAPMYPOSTS_URL' ) ) {
  • map-my-posts/trunk/readme.txt

    r736322 r736328  
    55Requires at least: 3.0
    66Tested up to: 3.5.2
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPL-2.0+
    99
     
    5353== Changelog ==
    5454
     55= 1.0.2 = Included POT file for plugin translation.
    5556= 1.0.1 = Removed assets directory from plugin package to reduce filesize.
    5657= 1.0 = Initial public release.
  • map-my-posts/trunk/start.php

    r736322 r736328  
    1616 * Plugin URI: http://www.aroundthisworld.com/map-my-posts-wordpress-plugin/
    1717 * Description: Display a Google Map or Geochart visualization, using map locations associated with categories or tags.
    18  * Version: 1.0.1
     18 * Version: 1.0.2
    1919 * Author: Erik Fantasia
    2020 * Author URI: http://www.aroundthisworld.com
     
    3838
    3939if ( !defined( 'MAPMYPOSTS_VERSION' ) ) {
    40     define( 'MAPMYPOSTS_VERSION', '1.0.1' );
     40    define( 'MAPMYPOSTS_VERSION', '1.0.2' );
    4141}
    4242if ( !defined( 'MAPMYPOSTS_URL' ) ) {
Note: See TracChangeset for help on using the changeset viewer.