Plugin Directory

Changeset 176984


Ignore:
Timestamp:
11/25/2009 05:24:30 PM (15 years ago)
Author:
maFF
Message:

bugfix hostname -> host

Location:
autothumb/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • autothumb/trunk/autothumb-options-panel.php

    r147643 r176984  
    9595                <h3>Information</h3>
    9696                <div class="inside less">
    97                     <p>Plugin: AutoThumb | Version: 0.5.1 | <?php _e('Author') ?>: <a href="http://ailoo.net">Mathias Geat</a><br /></p>
     97                    <p>Plugin: AutoThumb | Version: 0.5.2| <?php _e('Author') ?>: <a href="http://ailoo.net">Mathias Geat</a><br /></p>
    9898                </div>
    9999            </div>
  • autothumb/trunk/autothumb.php

    r147643 r176984  
    55Description: A plugin which integrates <a href="http://phpthumb.sourceforge.net/">phpThumb</a> into Wordpress.
    66Author: Mathias Geat
    7 Version: 0.5.1
     7Version: 0.5.2
    88Author URI: http://ailoo.net/
    99*/
     
    5252           
    5353            // trim URL when it points to the same host
    54             if($wordpress_url['hostname'] == $image_url['hostname']) {
     54            if($wordpress_url['host'] == $image_url['host']) {
    5555                $image = $image_url['path'];
    5656                $httpSrc = false;
  • autothumb/trunk/readme.txt

    r147643 r176984  
    44Tags: images, resize, thumbnails, library, phpthumb
    55Requires at least: 2.7
    6 Tested up to: 2.8.4
    7 Stable tag: 0.5.1
     6Tested up to: 2.8.6
     7Stable tag: 0.5.2
    88
    99A plugin which integrates <a href="http://phpthumb.sourceforge.net/">phpThumb</a> into Wordpress.
Note: See TracChangeset for help on using the changeset viewer.