Plugin Directory

Changeset 530828


Ignore:
Timestamp:
04/13/2012 11:13:40 PM (14 years ago)
Author:
phy9pas
Message:

version 1.1

Location:
plot-my-tweets-and-posts/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plot-my-tweets-and-posts/trunk/plotmypostsandtweets.php

    r527200 r530828  
    44Plugin URI: http://sandjam.co.uk/sandjam/2012/03/plot-my-posts-and-tweets/
    55Description: Create a map page with your tweets and posts plotted across it
    6 Version: 1.0
     6Version: 1.1
    77Author: Peter Smith
    88Author URI: http://www.sandjam.co.uk
  • plot-my-tweets-and-posts/trunk/readme.txt

    r526526 r530828  
    6666== Changelog ==
    6767
     68= 1.1 First release =
     69Upgraded timthumb to v. 2.8.10
     70
    6871= 1.0 First release =
    6972
  • plot-my-tweets-and-posts/trunk/timthumb.php

    r526134 r530828  
    2121 * everytime you download a new version
    2222*/
    23 
    24 define ('VERSION', '2.8.9');                                                                        // Version of this script
     23define ('VERSION', '2.8.10');                                                                       // Version of this script
    2524//Load a config file if it exists. Otherwise, use the values below
    2625if( file_exists(dirname(__FILE__) . '/timthumb-config.php'))    require_once('timthumb-config.php');
     
    6968if(! defined('PNGCRUSH_ENABLED') )      define ('PNGCRUSH_ENABLED', false);
    7069if(! defined('PNGCRUSH_PATH') )         define ('PNGCRUSH_PATH', '/usr/bin/pngcrush'); //This will only run if OPTIPNG_PATH is not set or is not valid
     70
    7171
    7272/*
     
    211211        $this->src = $this->param('src');
    212212        $this->url = parse_url($this->src);
     213        $this->src = preg_replace('/https?:\/\/(?:www\.)?' . $this->myHost . '/i', '', $this->src);
     214       
    213215        if(strlen($this->src) <= 3){
    214216            $this->error("No image specified");
Note: See TracChangeset for help on using the changeset viewer.