v0.3.2 — Strip the -scaled original; cleaner viewer
Two fixes from user testing:
Privacy — the preserved full-resolution original is now stripped. For large uploads WordPress keeps the untouched original alongside the served -scaled file. Exifix was stripping the -scaled version and thumbnails but not that original, so it kept its EXIF/GPS. Now strip_attachment() also targets wp_get_original_image_path(), and auto-strip-on-upload strips the original too. Affects single, bulk, all-media and on-upload.
Viewer no longer shows synthetic fields. The metadata modal was listing the PHP exif extension's FILE/COMPUTED pseudo-sections (filesystem facts, pixel-derived values) and ImageMagick's date:/signature props — making clean images look like they still had metadata. It now shows only genuinely embedded metadata, and says No embedded metadata found when a file is clean.
After updating: re-run Strip metadata on previously-stripped large images to clean their lingering originals.
Install: download exifix-0.3.2.zip → Plugins → Add New → Upload Plugin.
See CHANGE_LOG.md.