Plugin Directory

Changeset 876715


Ignore:
Timestamp:
03/17/2014 06:30:56 PM (12 years ago)
Author:
hovida
Message:

1.0.4 - Fixing bug

Location:
category-thumbnails
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • category-thumbnails/trunk/category-thumbnails.php

    r826760 r876715  
    44        Plugin URI:         http://hovida-design.de/wordpress-plugin-category-thumbnails/
    55        Author:             Adrian Preuss
    6         Version:            1.0.3
     6        Version:            1.0.4
    77        Description:        This Plugin provide functions like post-thumbnails for categories and (own) custom taxonomys. Please visit the Author-URL for Documentation.
    88    */
     
    234234   
    235235    function the_category_thumbnail($category_id = null, $sizes = array()) {       
    236         print get_the_category_thumbnail($cat, $sizes);
     236        print get_the_category_thumbnail($category_id, $sizes);
    237237    }
    238238   
  • category-thumbnails/trunk/readme.txt

    r870184 r876715  
    11=== Category Thumbnails ===
    22Contributors: Adrian Preuss
    3 Version: 1.0.3
     3Version: 1.0.4
    44Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H56DKPMQE49NJ
    55Tags: category, thumbnail, taxonomy, custom
    66Requires at least: 3.4.2
    7 Tested up to: 3.8.0
    8 Stable tag: 1.0.3
     7Tested up to: 3.9.1
     8Stable tag: 1.0.4
    99
    1010This Plugin provide functions like post-thumbnails for categories and (own) custom taxonomys. Please visit the Author-URL for Documentation.
     
    6464== Change log ==
    6565
     66= 1.0.4 =
     67"[17.03.2014, Last Update: 19:28 AM] - Adrian Preuss"
     68
     69* fixing bug on the_category_thumbnail()
     70
    6671= 1.0.3 =
    6772"[21.12.2013, Last Update: 23:01 AM] - Adrian Preuss"
Note: See TracChangeset for help on using the changeset viewer.