Plugin Directory

Changeset 165008


Ignore:
Timestamp:
10/19/2009 09:53:11 PM (15 years ago)
Author:
SeiferTim
Message:
 
Location:
wow-armory/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wow-armory/trunk/Readme.txt

    r164991 r165008  
    44Requires at least: 2.8
    55Tested up to: 2.8.4
    6 Stable tag: 8.3
     6Stable tag: 8.4
    77
    88Easily displays your character's stats from the Armory.
     
    3535== Changelog ==
    3636
    37 = 8.3 =
     37= 8.4 =
    3838
    3939* More image cache fixed... should be finally fixed!
  • wow-armory/trunk/includes/functions.php

    r164991 r165008  
    77       
    88        $image_path = 'wp-content/plugins/'.str_replace(basename( __FILE__),"",plugin_basename(__FILE__)).'cache/';
    9         $new_img_path = get_option('siteurl').'/'.$image_path.$image_filename;
    109        $exploded_image_url = explode("/",$image_url);
    1110        $image_filename = end($exploded_image_url);
    1211        $exploded_image_filename = explode(".",$image_filename);
    1312        $extension = end($exploded_image_filename);
     13        $new_img_path = get_option('siteurl').'/'.$image_path.$image_filename;
     14       
    1415        $file_out = $image_url;
    1516        //make sure its an image
  • wow-armory/trunk/wow-armory.php

    r164991 r165008  
    44Plugin URI: http://timsworld.nfshost.com/wordpress-plugins/wow-armory-wp-plugin/
    55Description: Shows your character's Armory info 
    6 Version: 8.3
     6Version: 8.4
    77Author: Tim (SeiferTim) Hely
    88Author URI: http://timsworld.nfshost.com
Note: See TracChangeset for help on using the changeset viewer.