=== Update Post with EXIF data === Contributors: markhowellsmead Donate link: https://www.paypal.me/mhmli Tags: exif, iptc, geo, geoencoding, location, tags, taxonomy, post_meta Requires at least: 4.3 Tested up to: 4.6.1 Stable tag: 1.2.2 License: GPL v3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Reads in EXIF data of Post Thumbnail, then adds Post tags and a custom meta value containing the calculated GPS location of the image. == Description == If the appropriate checkboxes are selected in the Post submit box, the plugin reads the EXIF data of the Post Thumbnail, then adds Post Tags and a custom meta value containing the calculated GPS location of the image. == Installation == 1. Upload the plugin folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Changelog == = 1.2.2 = * Confirmation of compatibility with WordPress 4.6. = 1.2.1.1 = * Fix typo in README. = 1.2.1 = * Confirmation of compatibility with WordPress 4.5. = 1.2.0 = * Replace hard-coded list of customized taxonomy keys with standard taxonomy `post_tag`, and add filter to allow this to be customized by third parties. * Clean up code (whitespace, commenting). = 1.1.1 = * Corrections to version numbering in README/SVN. * Confirmation of support in WordPress 4.4.2. * No functional changes. = 1.1 = * Initial public version.