Changeset 1167616
- Timestamp:
- 05/26/2015 10:57:14 AM (11 years ago)
- Location:
- adpushup
- Files:
-
- 6 added
- 3 edited
-
tags/0.4 (added)
-
tags/0.4/adpushup.php (added)
-
tags/0.4/injector.php (added)
-
tags/0.4/misc.php (added)
-
tags/0.4/readme.txt (added)
-
tags/0.4/settings.php (added)
-
trunk/adpushup.php (modified) (2 diffs)
-
trunk/injector.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
adpushup/trunk/adpushup.php
r1158502 r1167616 5 5 Plugin URI: http://adpushup.com 6 6 Description: Maximize your AdSense Ad Revenue! 7 Version: 0. 37 Version: 0.4 8 8 Author: AdPushup 9 9 Author URI: http://www.adpushup.com … … 17 17 18 18 public $plugin_dir; 19 public $version = '0. 3';19 public $version = '0.4'; 20 20 public $update_url; 21 21 public $platform; -
adpushup/trunk/injector.php
r1156119 r1167616 75 75 s.type = "text/javascript"; 76 76 s.async = true; 77 s.src = "//optimize.adpushup.com/ ap.js";77 s.src = "//optimize.adpushup.com/' . esc_js($adpushup_site_id ? $adpushup_site_id . '/' : '') . 'ap.js"; 78 78 (document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(s); 79 79 })(); -
adpushup/trunk/readme.txt
r1158502 r1167616 4 4 Requires at least: 3.5 5 5 Tested up to: 4.2.2 6 Stable tag: 0. 36 Stable tag: 0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 3. 39 39 4. 40 41 == Changelog ==42 43 = 1.1 =44 * Minor Enhancements45 46 = 1.0 =47 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.