Plugin Directory

Changeset 1398101


Ignore:
Timestamp:
04/18/2016 07:37:59 AM (10 years ago)
Author:
AdPushup
Message:

GetPostList funtion deleted

Location:
adpushup/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • adpushup/trunk/adpushup.php

    r1397288 r1398101  
    55  Plugin URI: http://adpushup.com
    66  Description: Maximize your AdSense Ad Revenue!
    7   Version: 0.9.5
     7  Version: 0.9.6
    88  Author: AdPushup
    99  Author URI: http://www.adpushup.com
     
    1717
    1818    public $plugin_dir;
    19     public $version = '0.9.5';
     19    public $version = '0.9.6';
    2020    public $update_url;
    2121    public $platform;
  • adpushup/trunk/misc.php

    r1255604 r1398101  
    3939}
    4040
    41 /**
    42  * Not working right now
    43  */
    44 function getLatestPostUrl() {
    45     $result = self::getRecentPosts('post', 1);
    46     if (is_array($result) && !empty($result)) {
    47         return esc_url(get_permalink($result[0]->ID));
    48     }
    49     return '';
    50 }
     41
    5142
    5243/**
  • adpushup/trunk/readme.txt

    r1397288 r1398101  
    44Requires at least: 3.5
    55Tested up to: 4.5
    6 Stable tag: 0.9.5
     6Stable tag: 0.9.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.