updated readme

This commit is contained in:
Peter Molnar 2017-07-14 12:03:13 +01:00
parent 475f3569df
commit 6fa1fbbf84

View file

@ -2,7 +2,7 @@
Contributors: cadeyrn Contributors: cadeyrn
Tags: exif, image, media Tags: exif, image, media
Requires at least: 4.0 Requires at least: 4.0
Tested up to: 4.6 Tested up to: 4.8
Stable tag: 0.4 Stable tag: 0.4
License: GPLv3 License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html 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 == == 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 == == Installation ==
1. Upload contents of `wp-extraexif.zip` to the `/wp-content/plugins/` directory 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 .B version indicates new features.
* every ..C indicates bugfixes for A.B version. * 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 = = 0.4 =
*2016-09-07* *2016-09-07*