Changeset 1278934
- Timestamp:
- 11/03/2015 08:05:00 PM (10 years ago)
- Location:
- adblock-x/trunk
- Files:
-
- 2 edited
-
adblock-x.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
adblock-x/trunk/adblock-x.php
r1276528 r1278934 3 3 * Plugin Name: AdBlock X 4 4 * Plugin URI: http://www.adblockx.com 5 * Version: 1.0. 46 * Description: Plugin designed to help you examine ad-blockers' impact on your website . Registration required, see Settings -> AdBlock X5 * 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 7 7 * Author: DDC Inc. 8 8 * Author URI: http://www.adblockx.com … … 12 12 defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); 13 13 14 define( 'DDC_ABX_PLUGIN_VER', '1.0. 4' );14 define( 'DDC_ABX_PLUGIN_VER', '1.0.5' ); 15 15 define( 'DDC_ABX_PLUGIN_URI', plugins_url('', __FILE__) ); 16 16 define( 'DDC_ABX_PLUGIN_DIR', trailingslashit( dirname(__FILE__) ) ); -
adblock-x/trunk/readme.txt
r1276528 r1278934 12 12 == Description == 13 13 14 Easy to install plugin allows you to track the visitors who have activated ad-block software on your website .14 Easy to install plugin allows you to track the visitors who have activated ad-block software on your website(s). 15 15 16 16 Sign in to the [AdBlock X Portal](http://rdp.ddc.com/portal) to see real-time data and examine adblockers' impact on your website. … … 24 24 * View daily data as a grid and as graphical charts 25 25 * 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 28 Being 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. 27 29 28 30 == Installation == … … 53 55 == Changelog == 54 56 55 = 1.0. 4=57 = 1.0.5 = 56 58 * fix various UI bugs 57 59
Note: See TracChangeset
for help on using the changeset viewer.