Changeset 479885
- Timestamp:
- 12/23/2011 04:42:13 PM (14 years ago)
- Location:
- featured-posts-grid/branches/dev
- Files:
-
- 2 edited
-
featured-posts-grid.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
featured-posts-grid/branches/dev/featured-posts-grid.php
r477788 r479885 4 4 Plugin URI: http://chasepettit.com 5 5 Description: A javascript based display of post titles and thumbnails in a grid layout. 6 Version: 1. 66 Version: 1.7 7 7 Author: Chaser324 8 8 Author URI: http://chasepettit.com … … 408 408 { 409 409 $post = $temp_post; 410 setup_postdata($post); 410 411 } 411 412 -
featured-posts-grid/branches/dev/readme.txt
r477788 r479885 7 7 Requires at least: 2.9.1 8 8 Tested up to: 3.2 9 Stable tag: 1. 69 Stable tag: 1.7 10 10 11 11 A javascript based display of post titles and thumbnails in a grid layout. … … 95 95 == Changelog == 96 96 97 = 1.7 = 98 * Corrected issue with plugin appearing on post/page templates. 99 97 100 = 1.6 = 98 101 * Corrected issue with activation that was causing new variables to not be initialized to default values. … … 126 129 == Upgrade Notice == 127 130 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.