Plugin Directory

Changeset 433643


Ignore:
Timestamp:
09/05/2011 04:45:38 PM (15 years ago)
Author:
timhodson
Message:

updated current version flags

Location:
blog-in-blog
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • blog-in-blog/tags/1.0.9/blog-in-blog.php

    r433619 r433643  
    55  Plugin URI: http://informationtakesover.co.uk/blog-in-blog-wordpress-plugin/
    66  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.7
     7  Version: 1.0.9
    88  Author: Tim Hodson
    99  Author URI: http://timhodson.com
     
    3333
    3434if (!defined('BIB_VERSION'))
    35     define('BIB_VERSION', '1.0.8');
     35    define('BIB_VERSION', '1.0.9');
    3636
    3737// Pre-2.6 compatibility
  • blog-in-blog/tags/1.0.9/readme.txt

    r433619 r433643  
    55Requires at least: 3.0
    66Tested up to: 3.2
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    88
    99This 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  
    55  Plugin URI: http://informationtakesover.co.uk/blog-in-blog-wordpress-plugin/
    66  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.7
     7  Version: 1.0.9
    88  Author: Tim Hodson
    99  Author URI: http://timhodson.com
     
    3333
    3434if (!defined('BIB_VERSION'))
    35     define('BIB_VERSION', '1.0.8');
     35    define('BIB_VERSION', '1.0.9');
    3636
    3737// Pre-2.6 compatibility
  • blog-in-blog/trunk/readme.txt

    r433619 r433643  
    55Requires at least: 3.0
    66Tested up to: 3.2
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    88
    99This 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.