Plugin Directory

Changeset 1278934


Ignore:
Timestamp:
11/03/2015 08:05:00 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

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

    r1276528 r1278934  
    1212== Description ==
    1313
    14 Easy to install plugin allows you to track the visitors who have activated ad-block software on your website.
     14Easy to install plugin allows you to track the visitors who have activated ad-block software on your website(s).
    1515
    1616Sign in to the [AdBlock X Portal](http://rdp.ddc.com/portal) to see real-time data and examine adblockers' impact on your website.
     
    2424*   View daily data as a grid and as graphical charts
    2525*   View stats for multiple websites with a single account
    26 *   Select a date range and download data in spreadsheet format
     26*   Select a date range and download data in spreadsheet format
     27
     28Being able to analyze your traffic is only the first step to understanding the problem.  We plan to roll out additional enhancements in the coming weeks to provide publishers more tools to combat ad-blockers.  Stay tuned.
    2729
    2830== Installation ==
     
    5355== Changelog ==
    5456
    55 = 1.0.4 =
     57= 1.0.5 =
    5658* fix various UI bugs
    5759
Note: See TracChangeset for help on using the changeset viewer.