Plugin Directory

Changeset 1528240


Ignore:
Timestamp:
11/04/2016 03:39:14 PM (9 years ago)
Author:
adblockx
Message:

Prod release

Location:
adblock-x/trunk
Files:
2 edited

Legend:

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

    r1528238 r1528240  
    33* Plugin Name: AdBlock X
    44* Plugin URI: http://www.adblockx.com
    5 * Version: 3.0.1
     5* Version: 3.0.2
    66* Description: Plugin designed to help you examine ad-blockers' impact on your website(s). 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', '3.0.1' );
     14define( 'DDC_ABX_PLUGIN_VER', '3.0.2' );
    1515define( 'DDC_ABX_PLUGIN_URI', plugins_url('', __FILE__) );
    1616define( 'DDC_ABX_PLUGIN_DIR', trailingslashit( dirname(__FILE__) ) );
  • adblock-x/trunk/readme.txt

    r1405940 r1528240  
    6868== Changelog ==
    6969
     70= 3.0.2 =
     71* Fixed compatibility with SSL-enabled sites
     72
    7073= 3.0.1 =
    7174* improved compatibility with various WordPress installation environments
Note: See TracChangeset for help on using the changeset viewer.