1.1.2
- New: Added ability to specify a custom FeedBurner URL if using one of the FeedBurner Redirect plugins to prevent Field Trip from breaking.
1.1.1
- Fix: Make sure that all error messages that would be triggered when clicking save/update post are also displayed when previewing the map via AJAX calls.
1.1.0
- Fix: Ensure that PHP libraries are present before using them to generate the xml feed.
- New: Added a 'map' shortcode to embed a map of the location associated with the post.
- New: Location preview now updates without having to save the post.
1.0.2
- Increase the maximum acceptable distance for locations
1.0.1
- Moves the setting for whether to include paragraph/newline HTML tags in description from per-post to a per-blog option in the Field Trip Settings menu.
1.0
- Initial release of the plugin
1.0.0-beta.06.20.2013
*Update: Omit the and tags if there's no associated location.
1.0.0-beta.06.18.2013
Update: allow feed to return all posts, including those that are not geotagged.
Fix: the_content_rss() depricated. Replaced with the_content_feed().
1.0.0-beta.06.14.2013
Fix: Proper escaping of image title. Ex: © 1<2 & 2>1 should be "©" 1<2 & 2>1
Fix: If you select a time zone in the start date and click Done, once you click the start date field again, it reverts back to the GMT -11:00 time zone. Timezone data needed to be in offset number in minutes.
*Fix: Do not show optional attributes if empty.
1.0.0-beta.06.07.2013
Fix: Special Characters would show as strange glyphs. Proper encoding for fieldtrip:image title.
Fix: If no start date or end specified fieldtrip:startDate and fieldtrip:endDate would show date as 00:00:00 UTC on 1 January 1970.
1.0.0-beta.06.04.2013
*Fix: Title for images in feed sometimes isn't populated. Fallback to alt attribute if title attribute doesn't exist on image.