Changeset 1178981
- Timestamp:
- 06/11/2015 01:50:09 PM (11 years ago)
- Location:
- adpushup
- Files:
-
- 6 added
- 3 edited
-
tags/0.8 (added)
-
tags/0.8/adpushup.php (added)
-
tags/0.8/injector.php (added)
-
tags/0.8/misc.php (added)
-
tags/0.8/readme.txt (added)
-
tags/0.8/settings.php (added)
-
trunk/adpushup.php (modified) (2 diffs)
-
trunk/injector.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adpushup/trunk/adpushup.php
r1177428 r1178981 5 5 Plugin URI: http://adpushup.com 6 6 Description: Maximize your AdSense Ad Revenue! 7 Version: 0. 77 Version: 0.8 8 8 Author: AdPushup 9 9 Author URI: http://www.adpushup.com … … 17 17 18 18 public $plugin_dir; 19 public $version = '0. 7';19 public $version = '0.8'; 20 20 public $update_url; 21 21 public $platform; -
adpushup/trunk/injector.php
r1177428 r1178981 11 11 12 12 function __construct() { 13 add_action('wp_head', array($this, 'action_wp_head') );13 add_action('wp_head', array($this, 'action_wp_head'), 1); 14 14 add_filter('the_content', array($this, 'filter_the_content')); 15 15 } -
adpushup/trunk/readme.txt
r1177428 r1178981 4 4 Requires at least: 3.5 5 5 Tested up to: 4.2.2 6 Stable tag: 0. 76 Stable tag: 0.8 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.