Changeset 1398101
- Timestamp:
- 04/18/2016 07:37:59 AM (10 years ago)
- Location:
- adpushup/trunk
- Files:
-
- 3 edited
-
adpushup.php (modified) (2 diffs)
-
misc.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adpushup/trunk/adpushup.php
r1397288 r1398101 5 5 Plugin URI: http://adpushup.com 6 6 Description: Maximize your AdSense Ad Revenue! 7 Version: 0.9. 57 Version: 0.9.6 8 8 Author: AdPushup 9 9 Author URI: http://www.adpushup.com … … 17 17 18 18 public $plugin_dir; 19 public $version = '0.9. 5';19 public $version = '0.9.6'; 20 20 public $update_url; 21 21 public $platform; -
adpushup/trunk/misc.php
r1255604 r1398101 39 39 } 40 40 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 51 42 52 43 /** -
adpushup/trunk/readme.txt
r1397288 r1398101 4 4 Requires at least: 3.5 5 5 Tested up to: 4.5 6 Stable tag: 0.9. 56 Stable tag: 0.9.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.