Changeset 776686
- Timestamp:
- 09/22/2013 07:33:05 AM (13 years ago)
- Location:
- amty-thumb-recent-post
- Files:
-
- 6 added
- 2 edited
-
tags/8.1.3 (added)
-
tags/8.1.3/amtyThumbPostsAdminPg.php (added)
-
tags/8.1.3/amtyThumb_posts.php (added)
-
tags/8.1.3/logo.jpg (added)
-
tags/8.1.3/readme.txt (added)
-
tags/8.1.3/supportingfunctions.php (added)
-
trunk/amtyThumb_posts.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amty-thumb-recent-post/trunk/amtyThumb_posts.php
r776333 r776686 8 8 9 9 Author: Amit Gupta 10 Version: 8.1. 210 Version: 8.1.3 11 11 Author URI: http://article-stack.com/ 12 12 */ … … 362 362 363 363 function getAmtyViewCount($pid){ 364 return get_post_meta($pid,' views', true);364 return get_post_meta($pid,'amtyviewcount', true); 365 365 } 366 366 -
amty-thumb-recent-post/trunk/readme.txt
r776331 r776686 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5 7 Stable tag: 8.1. 27 Stable tag: 8.1.3 8 8 9 9 All-In-One. It shows Recently written, Recently viewed, Random, Mostly & Rarely Viewd, Mostly Commented posts with thumbnail in your style. … … 118 118 == Changelog == 119 119 120 = 8.1.3 = 121 * fixed getAmtyViewCount($pid) function 122 120 123 = 8.1.2 = 121 124 * removed duplicate error. causing plugin instalation failure … … 185 188 == Upgrade Notice == 186 189 190 = 8.1.3 = 191 * fixed getAmtyViewCount($pid) function 192 187 193 = 8.1.2 = 188 194 * removed duplicate error. causing plugin instalation failure
Note: See TracChangeset
for help on using the changeset viewer.