Changeset 433643
- Timestamp:
- 09/05/2011 04:45:38 PM (15 years ago)
- Location:
- blog-in-blog
- Files:
-
- 4 edited
-
tags/1.0.9/blog-in-blog.php (modified) (2 diffs)
-
tags/1.0.9/readme.txt (modified) (1 diff)
-
trunk/blog-in-blog.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
blog-in-blog/tags/1.0.9/blog-in-blog.php
r433619 r433643 5 5 Plugin URI: http://informationtakesover.co.uk/blog-in-blog-wordpress-plugin/ 6 6 Description: Create a blog within a blog using a category, post_type or tag. This plugin basically shows selected posts on a page using shortcodes. 7 Version: 1.0. 77 Version: 1.0.9 8 8 Author: Tim Hodson 9 9 Author URI: http://timhodson.com … … 33 33 34 34 if (!defined('BIB_VERSION')) 35 define('BIB_VERSION', '1.0. 8');35 define('BIB_VERSION', '1.0.9'); 36 36 37 37 // Pre-2.6 compatibility -
blog-in-blog/tags/1.0.9/readme.txt
r433619 r433643 5 5 Requires at least: 3.0 6 6 Tested up to: 3.2 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 8 8 9 9 This plugin shows posts from a category on any page you like using shortcodes. Create multiple blogs within a blog using a category. Hode posts in a specific category from your homepage. -
blog-in-blog/trunk/blog-in-blog.php
r433619 r433643 5 5 Plugin URI: http://informationtakesover.co.uk/blog-in-blog-wordpress-plugin/ 6 6 Description: Create a blog within a blog using a category, post_type or tag. This plugin basically shows selected posts on a page using shortcodes. 7 Version: 1.0. 77 Version: 1.0.9 8 8 Author: Tim Hodson 9 9 Author URI: http://timhodson.com … … 33 33 34 34 if (!defined('BIB_VERSION')) 35 define('BIB_VERSION', '1.0. 8');35 define('BIB_VERSION', '1.0.9'); 36 36 37 37 // Pre-2.6 compatibility -
blog-in-blog/trunk/readme.txt
r433619 r433643 5 5 Requires at least: 3.0 6 6 Tested up to: 3.2 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 8 8 9 9 This plugin shows posts from a category on any page you like using shortcodes. Create multiple blogs within a blog using a category. Hode posts in a specific category from your homepage.
Note: See TracChangeset
for help on using the changeset viewer.