=== Plugin Name === Contributors: scottwyden Donate link: http://scottwyden.com Tags: comments,images,compressions,pings,exif Requires at least: 4.0 Tested up to: 4.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Implement some common simple modifications to your WordPress photo website. == Description == This plugin has no options for a very good reason. It's designed to do some very simple tasks, that many photographers have asked me about. So I put them together in a "super simple plugin" called Super Simple Changes. This plugin will: - Add image sizes for full width at a ratio and also cropped. - Set JPG compression to 100% so WordPress doesn't compress already compressed uploads. - Stop self pings when a new blog post is published linking internally to another post. - Add an EXIF column to your Media Library when in table view. Learn more about me on my photo website. == Installation == Simply install and sit back. No configuration required. 1. Upload `super-simple-changes.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = Did you code this yourself? = Yes and no. I used a plugin boilerplate generator to create the core files. I then used snippets of functions sources from public blogs, each of which are credited within the plugin's code. So I didn't write the code itself, but I did assemble it in one "super simple plugin". = Will you be adding more to the plugin? = Over time yes. I will only add frequent requests to this. = What do those abbreviations mean in the EXIF column? = CR: Credit
CAM: Camera
FL: Focal Length
AP: Aperture
ISO: ISO :-)
SS: Shutter Speed
TS: Time Stamp
C: Copyright
= I'm not entirely sure why you need the full size image options either? Is this so you can set large size for sidebars and then still have full size for pages without sidebars? How does the plugin know what width is required for "full" size? And why do you need the cropped / uncropped options? = It determines the full size based on the content area your theme provides. So instead of picking only small, media, large or full size, you can have it automatically scale it to the size that fits your content area. From what I understand the function only works if you offer cropped and uncropped are both there. == Screenshots == Screenshots are not necessary for all of the features in the plugin as some just work behind the scenes. However, screenshots will be provided for features that require interaction with. 1. Insert a photo to fit the content area using the photo's original aspect ratio with or without cropping. 2. EXIF data on Media Library Table == Changelog == = 1.0.3 - 12.18.2014 = - Fixed accidental removal of no self pings = 1.0.2 - 12.18.2014 = - Added screenshot and credits - Added EXIF to Media Library Table = 1.0.1 - 12.18.2014 = - Minor change to readme and plugin files = 1.0 - 12.18.2014 = - First Release