Changeset 479884
- Timestamp:
- 12/23/2011 04:41:16 PM (14 years ago)
- Location:
- featured-posts-scroll/branches/varsize
- Files:
-
- 2 edited
-
featured-posts-scroll.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
featured-posts-scroll/branches/varsize/featured-posts-scroll.php
r477787 r479884 4 4 Plugin URI: http://chasepettit.com 5 5 Description: A basic javascript based scrolling display of post titles and thumbnails. 6 Version: 1.2 46 Version: 1.25 7 7 Author: Chaser324 8 8 Author URI: http://chasepettit.com … … 381 381 { 382 382 $post = $temp_post; 383 setup_postdata($post); 383 384 } 384 385 -
featured-posts-scroll/branches/varsize/readme.txt
r477787 r479884 7 7 Requires at least: 2.9.1 8 8 Tested up to: 3.2 9 Stable tag: 1.2 49 Stable tag: 1.25 10 10 11 11 A basic javascript based scrolling display of post titles and thumbnails. … … 96 96 97 97 == Changelog == 98 99 = 1.25 = 100 * Corrected issue with plugin appearing on post/page templates. 98 101 99 102 = 1.24 = … … 193 196 == Upgrade Notice == 194 197 195 = 1.2 4=196 * Corrected issue with activation that was causing new variables to not be initialized to default values.198 = 1.25 = 199 * Corrected issue with plugin appearing on post/page templates.
Note: See TracChangeset
for help on using the changeset viewer.