Plugin Directory

Changeset 776686


Ignore:
Timestamp:
09/22/2013 07:33:05 AM (13 years ago)
Author:
amtyera
Message:

fixed getAmtyViewCount($pid)

Location:
amty-thumb-recent-post
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • amty-thumb-recent-post/trunk/amtyThumb_posts.php

    r776333 r776686  
    88
    99Author: Amit Gupta
    10 Version: 8.1.2
     10Version: 8.1.3
    1111Author URI: http://article-stack.com/
    1212*/
     
    362362
    363363 function getAmtyViewCount($pid){
    364     return get_post_meta($pid,'views', true);
     364    return get_post_meta($pid,'amtyviewcount', true);
    365365 }
    366366 
  • amty-thumb-recent-post/trunk/readme.txt

    r776331 r776686  
    55Requires at least: 3.0
    66Tested up to: 3.5
    7 Stable tag: 8.1.2
     7Stable tag: 8.1.3
    88
    99All-In-One. It shows Recently written, Recently viewed, Random, Mostly & Rarely Viewd, Mostly Commented posts with thumbnail in your style.
     
    118118== Changelog ==
    119119
     120= 8.1.3 =
     121* fixed getAmtyViewCount($pid) function
     122
    120123= 8.1.2 =
    121124* removed duplicate error. causing plugin instalation failure
     
    185188== Upgrade Notice ==
    186189
     190= 8.1.3 =
     191* fixed getAmtyViewCount($pid) function
     192
    187193= 8.1.2 =
    188194* removed duplicate error. causing plugin instalation failure
Note: See TracChangeset for help on using the changeset viewer.