Plugin Directory

Changeset 1167616


Ignore:
Timestamp:
05/26/2015 10:57:14 AM (11 years ago)
Author:
AdPushup
Message:

dasd sad sad

Location:
adpushup
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • adpushup/trunk/adpushup.php

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

    r1156119 r1167616  
    7575    s.type = "text/javascript";
    7676    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";
    7878    (document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(s);
    7979})();
  • adpushup/trunk/readme.txt

    r1158502 r1167616  
    44Requires at least: 3.5
    55Tested up to: 4.2.2
    6 Stable tag: 0.3
     6Stable tag: 0.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    38383.
    39394.
    40 
    41 == Changelog ==
    42 
    43 = 1.1 =
    44 * Minor Enhancements
    45 
    46 = 1.0 =
    47 * Initial release.
Note: See TracChangeset for help on using the changeset viewer.