Plugin Directory

Changeset 736322


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

Tagged version 1.0.1 - reduced filesize by removing assets directory

Location:
map-my-posts
Files:
4 edited
1 copied

Legend:

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

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

    r736245 r736322  
    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
     18 * Version: 1.0.1
    1919 * Author: Erik Fantasia
    2020 * Author URI: http://www.aroundthisworld.com
     
    3838
    3939if ( !defined( 'MAPMYPOSTS_VERSION' ) ) {
    40     define( 'MAPMYPOSTS_VERSION', '1.0' );
     40    define( 'MAPMYPOSTS_VERSION', '1.0.1' );
    4141}
    4242if ( !defined( 'MAPMYPOSTS_URL' ) ) {
  • map-my-posts/trunk/readme.txt

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

    r736245 r736322  
    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
     18 * Version: 1.0.1
    1919 * Author: Erik Fantasia
    2020 * Author URI: http://www.aroundthisworld.com
     
    3838
    3939if ( !defined( 'MAPMYPOSTS_VERSION' ) ) {
    40     define( 'MAPMYPOSTS_VERSION', '1.0' );
     40    define( 'MAPMYPOSTS_VERSION', '1.0.1' );
    4141}
    4242if ( !defined( 'MAPMYPOSTS_URL' ) ) {
Note: See TracChangeset for help on using the changeset viewer.