Plugin Directory

Changeset 479885


Ignore:
Timestamp:
12/23/2011 04:42:13 PM (14 years ago)
Author:
Chaser324
Message:

1.7 Updates

Location:
featured-posts-grid/branches/dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • featured-posts-grid/branches/dev/featured-posts-grid.php

    r477788 r479885  
    44Plugin URI: http://chasepettit.com
    55Description: A javascript based display of post titles and thumbnails in a grid layout.
    6 Version: 1.6
     6Version: 1.7
    77Author: Chaser324
    88Author URI: http://chasepettit.com
     
    408408    {
    409409        $post = $temp_post;
     410        setup_postdata($post);
    410411    }
    411412   
  • featured-posts-grid/branches/dev/readme.txt

    r477788 r479885  
    77Requires at least: 2.9.1
    88Tested up to: 3.2
    9 Stable tag: 1.6
     9Stable tag: 1.7
    1010
    1111A javascript based display of post titles and thumbnails in a grid layout.
     
    9595== Changelog ==
    9696
     97= 1.7 =
     98* Corrected issue with plugin appearing on post/page templates.
     99
    97100= 1.6 =
    98101* Corrected issue with activation that was causing new variables to not be initialized to default values.
     
    126129== Upgrade Notice ==
    127130
    128 = 1.6 =
    129 * Corrected issue with activation that was causing new variables to not be initialized to default values.
    130 
    131 
     131= 1.7 =
     132* Corrected issue with plugin appearing on post/page templates.
Note: See TracChangeset for help on using the changeset viewer.