Plugin Directory

Changeset 408672


Ignore:
Timestamp:
07/12/2011 09:17:43 AM (15 years ago)
Author:
knowledgeblog
Message:

Tagged v 0.4

Location:
knowledgeblog-table-of-contents
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • knowledgeblog-table-of-contents/tags/0.4/kblog-table-of-contents.php

    r408669 r408672  
    44   Plugin URI: http://knowledgeblog.org/knowledgeblog-table-of-contents-plugin/
    55   Description: Display alphabetic list of articles in a particular category
    6    Version: 0.3
     6   Version: 0.4
    77   Author: Simon Cockell
    88   Author URI: http://knowledgeblog.org
  • knowledgeblog-table-of-contents/tags/0.4/readme.txt

    r408669 r408672  
    55Requires at least: 3.0
    66Tested up to: 3.2
    7 Stable tag: 0.3
     7Stable tag: 0.4
    88
    99This plugin writes an alphabetic list of posts in a single category in place of a [ktoc] shortcode.
     
    2626== Changelog ==
    2727
    28 = 0.3 =
    29 * Added 'fill' attribute to shortcode, which allows for custom attribution (i.e. 'posted by' to replace the default 'by')
    30 
    3128= 0.2 =
    3229* Version 0.2 can deal with multiple authors, when controlled by the [Co-authors Plus](http://wordpress.org/extend/plugins/co-authors-plus/) plugin.
    3330* It retains the capacity to cope with normal, singly authored posts.
    3431
     32= 0.3 =
     33* Put in a workaround for a bug where get_coauthors() sometimes returns the wrong info.
     34   * Defaults to Wordpress-native author information for posts with a single author.
     35
     36= 0.4 =
     37* Added 'fill' attribute to shortcode, which allows for custom attribution (i.e. 'posted by' to replace the default 'by')
     38
    3539== Upgrade Notice ==
    36 
    37 = 0.3 =
    38 Added 'fill' attribute to shortcode, which allows for custom attribution (i.e. 'posted by' to replace the default 'by')
    3940
    4041= 0.2 =
    4142This version provides compatibility with Co-authors Plus.
     43
     44= 0.3 =
     45Bugfix release.
     46
     47= 0.4 =
     48Added 'fill' attribute to shortcode, which allows for custom attribution (i.e. 'posted by' to replace the default 'by')
     49
    4250
    4351== Copyright ==
  • knowledgeblog-table-of-contents/trunk/kblog-table-of-contents.php

    r408669 r408672  
    44   Plugin URI: http://knowledgeblog.org/knowledgeblog-table-of-contents-plugin/
    55   Description: Display alphabetic list of articles in a particular category
    6    Version: 0.3
     6   Version: 0.4
    77   Author: Simon Cockell
    88   Author URI: http://knowledgeblog.org
  • knowledgeblog-table-of-contents/trunk/readme.txt

    r408669 r408672  
    55Requires at least: 3.0
    66Tested up to: 3.2
    7 Stable tag: 0.3
     7Stable tag: 0.4
    88
    99This plugin writes an alphabetic list of posts in a single category in place of a [ktoc] shortcode.
     
    2626== Changelog ==
    2727
    28 = 0.3 =
    29 * Added 'fill' attribute to shortcode, which allows for custom attribution (i.e. 'posted by' to replace the default 'by')
    30 
    3128= 0.2 =
    3229* Version 0.2 can deal with multiple authors, when controlled by the [Co-authors Plus](http://wordpress.org/extend/plugins/co-authors-plus/) plugin.
    3330* It retains the capacity to cope with normal, singly authored posts.
    3431
     32= 0.3 =
     33* Put in a workaround for a bug where get_coauthors() sometimes returns the wrong info.
     34   * Defaults to Wordpress-native author information for posts with a single author.
     35
     36= 0.4 =
     37* Added 'fill' attribute to shortcode, which allows for custom attribution (i.e. 'posted by' to replace the default 'by')
     38
    3539== Upgrade Notice ==
    36 
    37 = 0.3 =
    38 Added 'fill' attribute to shortcode, which allows for custom attribution (i.e. 'posted by' to replace the default 'by')
    3940
    4041= 0.2 =
    4142This version provides compatibility with Co-authors Plus.
     43
     44= 0.3 =
     45Bugfix release.
     46
     47= 0.4 =
     48Added 'fill' attribute to shortcode, which allows for custom attribution (i.e. 'posted by' to replace the default 'by')
     49
    4250
    4351== Copyright ==
Note: See TracChangeset for help on using the changeset viewer.