Changeset 530828
- Timestamp:
- 04/13/2012 11:13:40 PM (14 years ago)
- Location:
- plot-my-tweets-and-posts/trunk
- Files:
-
- 3 edited
-
plotmypostsandtweets.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
timthumb.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plot-my-tweets-and-posts/trunk/plotmypostsandtweets.php
r527200 r530828 4 4 Plugin URI: http://sandjam.co.uk/sandjam/2012/03/plot-my-posts-and-tweets/ 5 5 Description: Create a map page with your tweets and posts plotted across it 6 Version: 1. 06 Version: 1.1 7 7 Author: Peter Smith 8 8 Author URI: http://www.sandjam.co.uk -
plot-my-tweets-and-posts/trunk/readme.txt
r526526 r530828 66 66 == Changelog == 67 67 68 = 1.1 First release = 69 Upgraded timthumb to v. 2.8.10 70 68 71 = 1.0 First release = 69 72 -
plot-my-tweets-and-posts/trunk/timthumb.php
r526134 r530828 21 21 * everytime you download a new version 22 22 */ 23 24 define ('VERSION', '2.8.9'); // Version of this script 23 define ('VERSION', '2.8.10'); // Version of this script 25 24 //Load a config file if it exists. Otherwise, use the values below 26 25 if( file_exists(dirname(__FILE__) . '/timthumb-config.php')) require_once('timthumb-config.php'); … … 69 68 if(! defined('PNGCRUSH_ENABLED') ) define ('PNGCRUSH_ENABLED', false); 70 69 if(! defined('PNGCRUSH_PATH') ) define ('PNGCRUSH_PATH', '/usr/bin/pngcrush'); //This will only run if OPTIPNG_PATH is not set or is not valid 70 71 71 72 72 /* … … 211 211 $this->src = $this->param('src'); 212 212 $this->url = parse_url($this->src); 213 $this->src = preg_replace('/https?:\/\/(?:www\.)?' . $this->myHost . '/i', '', $this->src); 214 213 215 if(strlen($this->src) <= 3){ 214 216 $this->error("No image specified");
Note: See TracChangeset
for help on using the changeset viewer.