Plugin Directory

Changeset 1178981


Ignore:
Timestamp:
06/11/2015 01:50:09 PM (11 years ago)
Author:
AdPushup
Message:

dasdsa

Location:
adpushup
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • adpushup/trunk/adpushup.php

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

    r1177428 r1178981  
    1111
    1212    function __construct() {
    13         add_action('wp_head', array($this, 'action_wp_head'));
     13        add_action('wp_head', array($this, 'action_wp_head'), 1);
    1414        add_filter('the_content', array($this, 'filter_the_content'));
    1515    }
  • adpushup/trunk/readme.txt

    r1177428 r1178981  
    44Requires at least: 3.5
    55Tested up to: 4.2.2
    6 Stable tag: 0.7
     6Stable tag: 0.8
    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.