Plugin Directory

Changeset 737672


Ignore:
Timestamp:
07/08/2013 09:57:21 AM (13 years ago)
Author:
fsquared
Message:

Minor bug fix

Location:
f2-tag-cloud-widget
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • f2-tag-cloud-widget/tags/0.3.1/f2-tagcloud.php

    r635012 r737672  
    33Plugin Name: F2 Tag Cloud Widget
    44Plugin URI: http://www.fsquared.co.uk/software/f2-tagcloud/
    5 Version: 0.3.0
     5Version: 0.3.1
    66Author: fsquared limited
    77Author URI: http://www.fsquared.co.uk
     
    9090            $l_title = $l_current_tax->labels->name;
    9191        }
    92         $title = apply_filters( 'widget_title', $title );
     92        $l_title = apply_filters( 'widget_title', $l_title );
    9393
    9494        /* And then generate the actual output - header first. */
  • f2-tag-cloud-widget/tags/0.3.1/readme.txt

    r650790 r737672  
    5959the horizontal alignment of the tags within the cloud.
    6060
     61= 0.3.1 =
     62Minor bug fix for a mis-applied filter - many thanks to Luca for spotting it!
     63
    6164== Upgrade Notice ==
    6265
     
    6669= 0.3.0 =
    6770Adds the ability to set padding and alignment of tags.
     71
     72= 0.3.1 =
     73Minor bug fix for a mis-applied filter.
  • f2-tag-cloud-widget/trunk/f2-tagcloud.php

    r635012 r737672  
    33Plugin Name: F2 Tag Cloud Widget
    44Plugin URI: http://www.fsquared.co.uk/software/f2-tagcloud/
    5 Version: 0.3.0
     5Version: 0.3.1
    66Author: fsquared limited
    77Author URI: http://www.fsquared.co.uk
     
    9090            $l_title = $l_current_tax->labels->name;
    9191        }
    92         $title = apply_filters( 'widget_title', $title );
     92        $l_title = apply_filters( 'widget_title', $l_title );
    9393
    9494        /* And then generate the actual output - header first. */
  • f2-tag-cloud-widget/trunk/readme.txt

    r650790 r737672  
    5959the horizontal alignment of the tags within the cloud.
    6060
     61= 0.3.1 =
     62Minor bug fix for a mis-applied filter - many thanks to Luca for spotting it!
     63
    6164== Upgrade Notice ==
    6265
     
    6669= 0.3.0 =
    6770Adds the ability to set padding and alignment of tags.
     71
     72= 0.3.1 =
     73Minor bug fix for a mis-applied filter.
Note: See TracChangeset for help on using the changeset viewer.