Changeset 1030953
- Timestamp:
- 11/22/2014 11:33:28 PM (11 years ago)
- Location:
- post-tiles
- Files:
-
- 13 added
- 2 edited
-
tags/1.4.4 (added)
-
tags/1.4.4/plus.png (added)
-
tags/1.4.4/plus@2x.png (added)
-
tags/1.4.4/post-tiles-frontend.js (added)
-
tags/1.4.4/post-tiles.css (added)
-
tags/1.4.4/post-tiles.js (added)
-
tags/1.4.4/post-tiles.php (added)
-
tags/1.4.4/readme.txt (added)
-
tags/1.4.4/screenshot-1.png (added)
-
tags/1.4.4/screenshot-2.png (added)
-
tags/1.4.4/screenshot-3.png (added)
-
tags/1.4.4/screenshot-4.png (added)
-
tags/1.4.4/screenshot-5.png (added)
-
trunk/post-tiles.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-tiles/trunk/post-tiles.php
r1030862 r1030953 5 5 Description: This plugin displays recent posts as tiles. Posts can choose categories by id and numbeer of posts to display. Example shortcode: [post-tiles] or [post-tiles categories='1,2,4,10' posts='8' excerpt='18']. 6 6 Author: Ethan Hackett 7 Version: 1.4. 37 Version: 1.4.4 8 8 Author URI: http://www.posttiles.com 9 9 … … 369 369 // Configure Categories For Query 370 370 if (isset($atts['categories'])) { 371 $cat_query = $atts['categories'];371 $cat_query = '&cat='.$atts['categories']; 372 372 } else { 373 373 $cat_query = ''; 374 374 } 375 echo $cat_query; 375 376 376 377 // Configure Number of Posts For Query if empty use 8. -
post-tiles/trunk/readme.txt
r1030862 r1030953 5 5 Requires at least: 3.0 6 6 Tested up to: 4.0.0 7 Stable tag: 1.4. 37 Stable tag: 1.4.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 46 46 == Changelog == 47 48 = 1.4.4 = 49 * Fix category sorting issue 47 50 48 51 = 1.4.3 =
Note: See TracChangeset
for help on using the changeset viewer.