Plugin Directory

Changeset 655842


Ignore:
Timestamp:
01/20/2013 06:43:20 PM (13 years ago)
Author:
andrearufo
Message:

1.3.1

  • Minor fix
Location:
linear-tag-cloud/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • linear-tag-cloud/trunk/index.php

    r655808 r655842  
    33Plugin Name: Linear Tag Cloud
    44Plugin URI: http://www.orangedropdesign.com/
    5 Description: A tag clob with bars and not dimensions.
     5Description: A simple and clean tag cloud with a list of tags in percentual lines.
    66Author: Andrea Rufo
    7 Version: 1.3
     7Version: 1.3.1
    88Author URI: http://www.orangedropdesign.com/
    99
     
    1313   
    1414    public function __construct() {
    15         parent::WP_Widget( 'ltc', 'Linear Tag Cloud', array('description' => 'Una tag cloud con le barre'));
     15        parent::WP_Widget( 'ltc', 'Linear Tag Cloud', array('description' => 'Setup your new tag-cloud with bars.'));
    1616    }
    1717   
     
    2020        $defaults = array(
    2121            'title' => 'Tag Cloud',
    22             'number' => 10,
     22            'number' => 6,
    2323            'border' => '#ccc',
    2424            'background' => '#eee',
  • linear-tag-cloud/trunk/readme.txt

    r655808 r655842  
    55Requires at least: 3
    66Tested up to: 3.5
    7 Stable tag: 1.3
     7Stable tag: 1.3.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4141== Changelog ==
    4242
     43= 1.3.1 =
     44* Minor fix
     45
    4346= 1.3 =
    4447* Admitted empty value for border, background and text color
Note: See TracChangeset for help on using the changeset viewer.