Changeset 640093
- Timestamp:
- 12/16/2012 05:04:40 PM (13 years ago)
- Location:
- simplejpegquality/trunk
- Files:
-
- 2 edited
-
SimpleJPEGQuality.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simplejpegquality/trunk/SimpleJPEGQuality.php
r532163 r640093 4 4 Plugin URI: http://brokenlibrarian.org/tinyplugins/simplejpegquality/ 5 5 Description: Allows setting the default JPEG quality for resized images 6 Version: 0. 36 Version: 0.4 7 7 Author: Christian Wagner 8 8 Author URI: http://brokenlibrarian.org/tinyplugins/ … … 86 86 checked (1, $old_setting); 87 87 echo(' />'); 88 echo(' <em>If unchecked, JPEG quality values will be restricted to between 25 and 95. See readme for details.</em> ');88 echo(' <em>If unchecked, JPEG quality values will be restricted to between 25 and 95. See plugin readme for details.</em> '); 89 89 } 90 90 -
simplejpegquality/trunk/readme.txt
r532163 r640093 4 4 Tags: thumbnails, images, jpeg 5 5 Requires at least: 3.3.1 6 Tested up to: 3. 3.17 Stable tag: 0. 36 Tested up to: 3.5 7 Stable tag: 0.4 8 8 License: Apache 9 9 … … 14 14 This plugin will also affect the quality level of JPEGs resized by plugins that use the image functions of WordPress (such as Auto Post Thumbnail). Image plugins that use their own code (such as Lazyest Gallery, Ungallery, and Post Thumbnail Editor) will not be affected. 15 15 16 The plugin has no extra requirements and has been tested on the twentyeleven and twentytenthemes.16 The plugin has no extra requirements and has been tested with the twentyten, twentyeleven, and twentytwelve themes. 17 17 18 18 Feedback, positive or negative, is highly appreciated as this plugin is in an early stage. Emails or comments are welcome. … … 20 20 http://brokenlibrarian.org/tinyplugins/ 21 21 brokenlibrarian@gmail.com 22 4/17/201222 12/16/2012 23 23 24 24 == Installation == … … 53 53 == Changelog == 54 54 55 = 0.4 = 56 * update for WordPress 3.5 compatibility testing 57 55 58 = 0.3 = 56 59 * initial release 57 60 58 61 == Upgrade Notice == 62 63 = 0.4 = 64 * update for WordPress 3.5 compatibility testing 59 65 60 66 = 0.3 =
Note: See TracChangeset
for help on using the changeset viewer.