Plugin Directory

Changeset 350274


Ignore:
Timestamp:
02/24/2011 09:02:25 AM (15 years ago)
Author:
orangelab
Message:

version 1.2.1

Location:
imagemagick-engine
Files:
4 deleted
2 edited
17 copied

Legend:

Unmodified
Added
Removed
  • imagemagick-engine/tags/1.2.1/imagemagick-engine.php

    r334086 r350274  
    66  Author: Orangelab
    77  Author URI: http://www.orangelab.se
    8   Version: 1.2.0
     8  Version: 1.2.1
    99  Text Domain: imagemagick-engine
    1010
     
    3030/*
    3131 * Current todo list:
    32  * - empty!
     32 * - position of resize progressbar in Chrome
     33 * - do not iterate through all images if only resizing non-ime images
    3334 *
    3435 * Future todo list:
     36 * - edit post insert image: add custom sizes?
    3537 * - admin: smarter find path to executable (maybe try 'which' or package handler?)
    3638 * - allow customization of command line / class functions (safely!), check memory limit
     
    636638/* Add admin page */
    637639function ime_admin_menu() {
    638     $page = add_options_page('ImageMagick Engine', 'ImageMagick Engine', 8, 'imagemagick-engine', 'ime_option_page');
     640    $page = add_options_page('ImageMagick Engine', 'ImageMagick Engine', 'manage_options', 'imagemagick-engine', 'ime_option_page');
    639641   
    640642    add_action('admin_print_scripts-' . $page, 'ime_admin_scripts');
  • imagemagick-engine/tags/1.2.1/readme.txt

    r334086 r350274  
    33Tags: image, images, picture, imagemagick, gd
    44Requires at least: 2.9
    5 Tested up to: 3.1-RC2
    6 Stable tag: 1.2.0
     5Tested up to: 3.1
     6Stable tag: 1.2.1
    77
    88Improve the quality of re-sized images by replacing standard GD library with ImageMagick.
     
    6666== Changelog ==
    6767
     68= 1.2.1 =
     69* Fix deprecated warning
     70* Tested with WordPress 3.1
     71
    6872= 1.2.0 =
    6973* Rewrite image cropping for Imagick PHP module to make sure we keep image profiles. Thanks to Christian Münch for report
  • imagemagick-engine/trunk/imagemagick-engine.php

    r334086 r350274  
    66  Author: Orangelab
    77  Author URI: http://www.orangelab.se
    8   Version: 1.2.0
     8  Version: 1.2.1
    99  Text Domain: imagemagick-engine
    1010
     
    3030/*
    3131 * Current todo list:
    32  * - empty!
     32 * - position of resize progressbar in Chrome
     33 * - do not iterate through all images if only resizing non-ime images
    3334 *
    3435 * Future todo list:
     36 * - edit post insert image: add custom sizes?
    3537 * - admin: smarter find path to executable (maybe try 'which' or package handler?)
    3638 * - allow customization of command line / class functions (safely!), check memory limit
     
    636638/* Add admin page */
    637639function ime_admin_menu() {
    638     $page = add_options_page('ImageMagick Engine', 'ImageMagick Engine', 8, 'imagemagick-engine', 'ime_option_page');
     640    $page = add_options_page('ImageMagick Engine', 'ImageMagick Engine', 'manage_options', 'imagemagick-engine', 'ime_option_page');
    639641   
    640642    add_action('admin_print_scripts-' . $page, 'ime_admin_scripts');
  • imagemagick-engine/trunk/readme.txt

    r334086 r350274  
    33Tags: image, images, picture, imagemagick, gd
    44Requires at least: 2.9
    5 Tested up to: 3.1-RC2
    6 Stable tag: 1.2.0
     5Tested up to: 3.1
     6Stable tag: 1.2.1
    77
    88Improve the quality of re-sized images by replacing standard GD library with ImageMagick.
     
    6666== Changelog ==
    6767
     68= 1.2.1 =
     69* Fix deprecated warning
     70* Tested with WordPress 3.1
     71
    6872= 1.2.0 =
    6973* Rewrite image cropping for Imagick PHP module to make sure we keep image profiles. Thanks to Christian Münch for report
Note: See TracChangeset for help on using the changeset viewer.