Plugin Directory

Changeset 1206079


Ignore:
Timestamp:
07/24/2015 11:53:43 PM (11 years ago)
Author:
jtmorris
Message:

v3.1.1

Location:
ad-blocking-detector/trunk
Files:
1 added
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • ad-blocking-detector/trunk/ad-blocking-detector.php

    r1206074 r1206079  
    44 * Plugin URI: http://adblockingdetector.jtmorris.net
    55 * Description: A plugin for detecting ad blocking browser extensions, plugins, and add-ons. It allows you to display alternative content to site visitors who block your ads.
    6  * Version: 3.1.0
     6 * Version: 3.1.1
    77 * Author: John Morris
    88 * Author URI: http://cs.johnmorris.me
     
    4141 *     \/      \/      \/      \/                          */
    4242
    43 define( 'ABD_VERSION', '3.1.0' );
     43define( 'ABD_VERSION', '3.1.1' );
    4444
    4545/*     /\      /\      /\      /\
  • ad-blocking-detector/trunk/assets/anti-adblock/plugin-files/ad-blocking-detector-block-list-countermeasure.php

    r1206074 r1206079  
    44 * Plugin URI: http://adblockingdetector.johnmorris.me
    55 * Description: Provides fallback files in the event the main Ad Blocking Detector's assets are blocked.
    6  * Version: 3.1.0
     6 * Version: 3.1.1
    77 * Author: John Morris
    88 * Author URI: http://cs.johnmorris.me
     
    3939 *     \/      \/      \/      \/                          */
    4040
    41 define( 'ABDBLC_VERSION', '3.1.0' );
     41define( 'ABDBLC_VERSION', '3.1.1' );
    4242
    4343/*     /\      /\      /\      /\
  • ad-blocking-detector/trunk/assets/anti-adblock/zip-name.txt

    r1206074 r1206079  
    1 faith-cabbage-manual
     1alarmed-celery-manual
  • ad-blocking-detector/trunk/includes/log.php

    r1206074 r1206079  
    219219            if( !empty( $suffix ) ) {
    220220                $suffix = ' #####' . $suffix . '#####';
    221             }           
    222 
    223             self::perf( $prefix . $func_name . ' -- Exec Time = ' . self::time_diff( $start_time ) . 'ms, Mem Usage = ' . self::mem_diff( $start_mem ) . $suffix, $sub_entry );
     221            }
     222
     223            self::perf( $func_name . ' -- Exec Time = ' . self::time_diff( $start_time ) . 'ms, Mem Usage = ' . self::mem_diff( $start_mem ) . $suffix, $sub_entry );
    224224        }
    225225    }   //  end class
  • ad-blocking-detector/trunk/readme.txt

    r1206074 r1206079  
    55Requires at least: 4.2
    66Tested up to: 4.2.3
    7 Stable tag: 3.1.0
     7Stable tag: 3.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    124124
    125125== Changelog ==
     126= 3.1.1 =
     127* Fix undefined variable error.
    126128= 3.1.0 =
    127129* Add performance statistics logging to help track down performance related bugs and problems.
Note: See TracChangeset for help on using the changeset viewer.