Changeset 736322
- Timestamp:
- 07/04/2013 07:16:48 PM (13 years ago)
- Location:
- map-my-posts
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from map-my-posts/trunk)
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
tags/1.0.1/start.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/start.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
map-my-posts/tags/1.0.1/readme.txt
r736245 r736322 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5.2 7 Stable tag: 1.0 7 Stable tag: 1.0.1 8 8 License: GPL-2.0+ 9 9 … … 53 53 == Changelog == 54 54 55 = 1.0.1 = Removed assets directory from plugin package to reduce filesize. 55 56 = 1.0 = Initial public release. -
map-my-posts/tags/1.0.1/start.php
r736245 r736322 16 16 * Plugin URI: http://www.aroundthisworld.com/map-my-posts-wordpress-plugin/ 17 17 * 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 19 19 * Author: Erik Fantasia 20 20 * Author URI: http://www.aroundthisworld.com … … 38 38 39 39 if ( !defined( 'MAPMYPOSTS_VERSION' ) ) { 40 define( 'MAPMYPOSTS_VERSION', '1.0 ' );40 define( 'MAPMYPOSTS_VERSION', '1.0.1' ); 41 41 } 42 42 if ( !defined( 'MAPMYPOSTS_URL' ) ) { -
map-my-posts/trunk/readme.txt
r736245 r736322 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5.2 7 Stable tag: 1.0 7 Stable tag: 1.0.1 8 8 License: GPL-2.0+ 9 9 … … 53 53 == Changelog == 54 54 55 = 1.0.1 = Removed assets directory from plugin package to reduce filesize. 55 56 = 1.0 = Initial public release. -
map-my-posts/trunk/start.php
r736245 r736322 16 16 * Plugin URI: http://www.aroundthisworld.com/map-my-posts-wordpress-plugin/ 17 17 * 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 19 19 * Author: Erik Fantasia 20 20 * Author URI: http://www.aroundthisworld.com … … 38 38 39 39 if ( !defined( 'MAPMYPOSTS_VERSION' ) ) { 40 define( 'MAPMYPOSTS_VERSION', '1.0 ' );40 define( 'MAPMYPOSTS_VERSION', '1.0.1' ); 41 41 } 42 42 if ( !defined( 'MAPMYPOSTS_URL' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.