Changeset 408672
- Timestamp:
- 07/12/2011 09:17:43 AM (15 years ago)
- Location:
- knowledgeblog-table-of-contents
- Files:
-
- 2 edited
- 4 copied
-
tags/0.4 (copied) (copied from knowledgeblog-table-of-contents/trunk)
-
tags/0.4/kblog-table-of-contents.php (copied) (copied from knowledgeblog-table-of-contents/trunk/kblog-table-of-contents.php) (1 diff)
-
tags/0.4/license.txt (copied) (copied from knowledgeblog-table-of-contents/trunk/license.txt)
-
tags/0.4/readme.txt (copied) (copied from knowledgeblog-table-of-contents/trunk/readme.txt) (2 diffs)
-
trunk/kblog-table-of-contents.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
knowledgeblog-table-of-contents/tags/0.4/kblog-table-of-contents.php
r408669 r408672 4 4 Plugin URI: http://knowledgeblog.org/knowledgeblog-table-of-contents-plugin/ 5 5 Description: Display alphabetic list of articles in a particular category 6 Version: 0. 36 Version: 0.4 7 7 Author: Simon Cockell 8 8 Author URI: http://knowledgeblog.org -
knowledgeblog-table-of-contents/tags/0.4/readme.txt
r408669 r408672 5 5 Requires at least: 3.0 6 6 Tested up to: 3.2 7 Stable tag: 0. 37 Stable tag: 0.4 8 8 9 9 This plugin writes an alphabetic list of posts in a single category in place of a [ktoc] shortcode. … … 26 26 == Changelog == 27 27 28 = 0.3 =29 * Added 'fill' attribute to shortcode, which allows for custom attribution (i.e. 'posted by' to replace the default 'by')30 31 28 = 0.2 = 32 29 * Version 0.2 can deal with multiple authors, when controlled by the [Co-authors Plus](http://wordpress.org/extend/plugins/co-authors-plus/) plugin. 33 30 * It retains the capacity to cope with normal, singly authored posts. 34 31 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 35 39 == 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')39 40 40 41 = 0.2 = 41 42 This version provides compatibility with Co-authors Plus. 43 44 = 0.3 = 45 Bugfix release. 46 47 = 0.4 = 48 Added 'fill' attribute to shortcode, which allows for custom attribution (i.e. 'posted by' to replace the default 'by') 49 42 50 43 51 == Copyright == -
knowledgeblog-table-of-contents/trunk/kblog-table-of-contents.php
r408669 r408672 4 4 Plugin URI: http://knowledgeblog.org/knowledgeblog-table-of-contents-plugin/ 5 5 Description: Display alphabetic list of articles in a particular category 6 Version: 0. 36 Version: 0.4 7 7 Author: Simon Cockell 8 8 Author URI: http://knowledgeblog.org -
knowledgeblog-table-of-contents/trunk/readme.txt
r408669 r408672 5 5 Requires at least: 3.0 6 6 Tested up to: 3.2 7 Stable tag: 0. 37 Stable tag: 0.4 8 8 9 9 This plugin writes an alphabetic list of posts in a single category in place of a [ktoc] shortcode. … … 26 26 == Changelog == 27 27 28 = 0.3 =29 * Added 'fill' attribute to shortcode, which allows for custom attribution (i.e. 'posted by' to replace the default 'by')30 31 28 = 0.2 = 32 29 * Version 0.2 can deal with multiple authors, when controlled by the [Co-authors Plus](http://wordpress.org/extend/plugins/co-authors-plus/) plugin. 33 30 * It retains the capacity to cope with normal, singly authored posts. 34 31 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 35 39 == 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')39 40 40 41 = 0.2 = 41 42 This version provides compatibility with Co-authors Plus. 43 44 = 0.3 = 45 Bugfix release. 46 47 = 0.4 = 48 Added 'fill' attribute to shortcode, which allows for custom attribution (i.e. 'posted by' to replace the default 'by') 49 42 50 43 51 == Copyright ==
Note: See TracChangeset
for help on using the changeset viewer.