From 6fa1fbbf84762af769f211078805c31d9adfedf4 Mon Sep 17 00:00:00 2001 From: Peter Molnar Date: Fri, 14 Jul 2017 12:03:13 +0100 Subject: [PATCH] updated readme --- readme.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index b27d53b..87ccee2 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: cadeyrn Tags: exif, image, media Requires at least: 4.0 -Tested up to: 4.6 +Tested up to: 4.8 Stable tag: 0.4 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -11,6 +11,14 @@ A plugin that uses [exiftool](http://owl.phy.queensu.ca/~phil/exiftool/) to read == Description == +The plugin expands the image meta by extracting data via exiftool. The default set of keywords is: + +`-MIMEType', '-FileType', '-FileName', '-ModifyDate', '-CreateDate', '-DateTimeOriginal', '-ImageHeight', '-ImageWidth', '-Aperture', '-FOV', '-ISO', '-FocalLength', '-FNumber', '-FocalLengthIn35mmFormat', '-ExposureTime', '-Copyright', '-Artist', '-Model', '-GPSLongitude#', '-GPSLatitude#', '-LensID'` + +which can be altered with the `wp_extraexif_exiftool_vars` filter (one argument, an array with the values above). + +Later on the extraced values live in the same place where the default, WordPress extraced EXIF lives and can be access from the same array. + == Installation == 1. Upload contents of `wp-extraexif.zip` to the `/wp-content/plugins/` directory @@ -26,6 +34,11 @@ Version numbering logic: * every .B version indicates new features. * every ..C indicates bugfixes for A.B version. += 1.0 = +*2017-07-14* + +Complete rewrite to get rid of cache files and to utilize exiftool better, than before. + = 0.4 = *2016-09-07*