Changeset 1276528
- Timestamp:
- 10/30/2015 05:19:36 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
r1275860 r1276528 3 3 * Plugin Name: AdBlock X 4 4 * Plugin URI: http://www.adblockx.com 5 * Version: 1.0. 35 * Version: 1.0.4 6 6 * Description: Plugin designed to help you examine ad-blockers' impact on your website. Registration required, see Settings -> AdBlock X 7 7 * Author: DDC Inc. … … 12 12 defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); 13 13 14 define( 'DDC_ABX_PLUGIN_VER', '1.0. 3' );14 define( 'DDC_ABX_PLUGIN_VER', '1.0.4' ); 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
r1275860 r1276528 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Plugin designed to help you examine ad-blockers' impact on your website .10 Plugin designed to help you examine ad-blockers' impact on your website(s). 11 11 12 12 == Description == … … 42 42 Go to Plugins page and verify that AdBlock X is activated. 43 43 44 = What if I own multiple websites? = 45 46 Once 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 44 48 == Screenshots == 45 49 … … 49 53 == Changelog == 50 54 51 = 1.0. 3=55 = 1.0.4 = 52 56 * fix various UI bugs 53 57
Note: See TracChangeset
for help on using the changeset viewer.