Plugin Directory

Changeset 640093


Ignore:
Timestamp:
12/16/2012 05:04:40 PM (13 years ago)
Author:
brokenlibrarian
Message:

Update to v0.4 for WordPress v3.5 compatibility testing

Location:
simplejpegquality/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simplejpegquality/trunk/SimpleJPEGQuality.php

    r532163 r640093  
    44Plugin URI: http://brokenlibrarian.org/tinyplugins/simplejpegquality/
    55Description: Allows setting the default JPEG quality for resized images
    6 Version: 0.3
     6Version: 0.4
    77Author: Christian Wagner
    88Author URI: http://brokenlibrarian.org/tinyplugins/
     
    8686    checked (1, $old_setting);
    8787    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> ');
    8989}
    9090
  • simplejpegquality/trunk/readme.txt

    r532163 r640093  
    44Tags: thumbnails, images, jpeg
    55Requires at least: 3.3.1
    6 Tested up to: 3.3.1
    7 Stable tag: 0.3
     6Tested up to: 3.5
     7Stable tag: 0.4
    88License: Apache
    99
     
    1414This 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.
    1515
    16 The plugin has no extra requirements and has been tested on the twentyeleven and twentyten themes.
     16The plugin has no extra requirements and has been tested with the twentyten, twentyeleven, and twentytwelve themes.
    1717
    1818Feedback, positive or negative, is highly appreciated as this plugin is in an early stage. Emails or comments are welcome.
     
    2020http://brokenlibrarian.org/tinyplugins/
    2121brokenlibrarian@gmail.com 
    22 4/17/2012
     2212/16/2012
    2323
    2424== Installation ==
     
    5353== Changelog ==
    5454
     55= 0.4 =
     56* update for WordPress 3.5 compatibility testing
     57
    5558= 0.3 =
    5659* initial release
    5760
    5861== Upgrade Notice ==
     62
     63= 0.4 =
     64* update for WordPress 3.5 compatibility testing
    5965
    6066= 0.3 =
Note: See TracChangeset for help on using the changeset viewer.