Changeset 1528240
- Timestamp:
- 11/04/2016 03:39:14 PM (9 years ago)
- Location:
- adblock-x/trunk
- Files:
-
- 2 edited
-
adblock-x.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adblock-x/trunk/adblock-x.php
r1528238 r1528240 3 3 * Plugin Name: AdBlock X 4 4 * Plugin URI: http://www.adblockx.com 5 * Version: 3.0. 15 * Version: 3.0.2 6 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. … … 12 12 defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); 13 13 14 define( 'DDC_ABX_PLUGIN_VER', '3.0. 1' );14 define( 'DDC_ABX_PLUGIN_VER', '3.0.2' ); 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
r1405940 r1528240 68 68 == Changelog == 69 69 70 = 3.0.2 = 71 * Fixed compatibility with SSL-enabled sites 72 70 73 = 3.0.1 = 71 74 * improved compatibility with various WordPress installation environments
Note: See TracChangeset
for help on using the changeset viewer.