Changeset 324058
- Timestamp:
- 12/18/2010 03:01:12 AM (15 years ago)
- Location:
- simplemap
- Files:
-
- 7 deleted
- 3 edited
- 12 copied
-
tags/2.0.1 (copied) (copied from simplemap/trunk)
-
tags/2.0.1/GNU-GPL.txt (copied) (copied from simplemap/trunk/GNU-GPL.txt)
-
tags/2.0.1/actions (deleted)
-
tags/2.0.1/admin (deleted)
-
tags/2.0.1/classes (copied) (copied from simplemap/trunk/classes)
-
tags/2.0.1/classes/import-export.php (modified) (1 diff)
-
tags/2.0.1/icon.png (deleted)
-
tags/2.0.1/images (deleted)
-
tags/2.0.1/inc (copied) (copied from simplemap/trunk/inc)
-
tags/2.0.1/includes (deleted)
-
tags/2.0.1/js (deleted)
-
tags/2.0.1/lang (copied) (copied from simplemap/trunk/lang)
-
tags/2.0.1/readme.txt (copied) (copied from simplemap/trunk/readme.txt) (2 diffs)
-
tags/2.0.1/screenshot-1.png (copied) (copied from simplemap/trunk/screenshot-1.png)
-
tags/2.0.1/screenshot-2.png (copied) (copied from simplemap/trunk/screenshot-2.png)
-
tags/2.0.1/screenshot-3.png (copied) (copied from simplemap/trunk/screenshot-3.png)
-
tags/2.0.1/screenshot-4.png (copied) (copied from simplemap/trunk/screenshot-4.png)
-
tags/2.0.1/screenshot-5.png (copied) (copied from simplemap/trunk/screenshot-5.png)
-
tags/2.0.1/simplemap.php (copied) (copied from simplemap/trunk/simplemap.php)
-
tags/2.0.1/styles (deleted)
-
trunk/classes/import-export.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simplemap/tags/2.0.1/classes/import-export.php
r324034 r324058 257 257 update_post_meta( $id, 'location_fax', $wpdb->prepare( $to_insert['fax'] ) ); 258 258 update_post_meta( $id, 'location_email', $wpdb->prepare( $to_insert['email'] ) ); 259 update_post_meta( $id, 'location_url', $wpdb->prepare( $to_insert['url'] ) ); 259 260 update_post_meta( $id, 'location_special', $wpdb->prepare( $to_insert['special'] ) ); 260 261 update_post_meta( $id, 'location_lat', $wpdb->prepare( $to_insert['lat'] ) ); -
simplemap/tags/2.0.1/readme.txt
r324034 r324058 6 6 Requires at least: 2.8 7 7 Tested up to: 3.1 8 Stable tag: 2.0 8 Stable tag: 2.0.1 9 9 10 10 SimpleMap is an easy-to-use international store locator plugin that uses Google Maps to display information directly on your WordPress site. … … 86 86 87 87 == Changelog == 88 89 = 2.0.1 = 90 * Fixed bug that was preventing importing of URL from CSV file 88 91 89 92 = 2.0 = -
simplemap/trunk/classes/import-export.php
r324034 r324058 257 257 update_post_meta( $id, 'location_fax', $wpdb->prepare( $to_insert['fax'] ) ); 258 258 update_post_meta( $id, 'location_email', $wpdb->prepare( $to_insert['email'] ) ); 259 update_post_meta( $id, 'location_url', $wpdb->prepare( $to_insert['url'] ) ); 259 260 update_post_meta( $id, 'location_special', $wpdb->prepare( $to_insert['special'] ) ); 260 261 update_post_meta( $id, 'location_lat', $wpdb->prepare( $to_insert['lat'] ) ); -
simplemap/trunk/readme.txt
r324034 r324058 6 6 Requires at least: 2.8 7 7 Tested up to: 3.1 8 Stable tag: 2.0 8 Stable tag: 2.0.1 9 9 10 10 SimpleMap is an easy-to-use international store locator plugin that uses Google Maps to display information directly on your WordPress site. … … 86 86 87 87 == Changelog == 88 89 = 2.0.1 = 90 * Fixed bug that was preventing importing of URL from CSV file 88 91 89 92 = 2.0 =
Note: See TracChangeset
for help on using the changeset viewer.