Plugin Directory

Changeset 1276528


Ignore:
Timestamp:
10/30/2015 05:19:36 PM (10 years ago)
Author:
adblockx
Message:

Prod release

Location:
adblock-x/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • adblock-x/trunk/adblock-x.php

    r1275860 r1276528  
    33* Plugin Name: AdBlock X
    44* Plugin URI: http://www.adblockx.com
    5 * Version: 1.0.3
     5* Version: 1.0.4
    66* Description: Plugin designed to help you examine ad-blockers' impact on your website. Registration required, see Settings -> AdBlock X
    77* Author: DDC Inc.
     
    1212defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
    1313
    14 define( 'DDC_ABX_PLUGIN_VER', '1.0.3' );
     14define( 'DDC_ABX_PLUGIN_VER', '1.0.4' );
    1515define( 'DDC_ABX_PLUGIN_URI', plugins_url('', __FILE__) );
    1616define( 'DDC_ABX_PLUGIN_DIR', trailingslashit( dirname(__FILE__) ) );
  • adblock-x/trunk/readme.txt

    r1275860 r1276528  
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Plugin designed to help you examine ad-blockers' impact on your website.
     10Plugin designed to help you examine ad-blockers' impact on your website(s).
    1111
    1212== Description ==
     
    4242Go to Plugins page and verify that AdBlock X is activated.
    4343
     44= What if I own multiple websites? =
     45
     46Once you are registered with the reporting portal, you can re-use your login credentials for additional websites.  We will track data separately for each website, and you should see each websites listed under your account.
     47
    4448== Screenshots ==
    4549
     
    4953== Changelog ==
    5054
    51 = 1.0.3 =
     55= 1.0.4 =
    5256* fix various UI bugs
    5357
Note: See TracChangeset for help on using the changeset viewer.