Plugin Directory

Changeset 1275828


Ignore:
Timestamp:
10/29/2015 10:24:37 PM (10 years ago)
Author:
adblockx
Message:

Minor version update change

File:
1 edited

Legend:

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

    r1275819 r1275828  
    33* Plugin Name: AdBlock X
    44* Plugin URI: http://www.adblockx.com
    5 * Version: 1.0.1
     5* Version: 1.0.2
    66* Description: Plugin designed to help you examine ad-blockers' impact on your website.
    77* Author: DDC Inc.
     
    1212defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
    1313
    14 define( 'DDC_ABX_PLUGIN_VER', '1.0.1' );
     14define( 'DDC_ABX_PLUGIN_VER', '1.0.2' );
    1515define( 'DDC_ABX_PLUGIN_URI', plugins_url('', __FILE__) );
    1616define( 'DDC_ABX_PLUGIN_DIR', trailingslashit( dirname(__FILE__) ) );
Note: See TracChangeset for help on using the changeset viewer.