Plugin Directory

Changeset 1475141


Ignore:
Timestamp:
08/16/2016 04:49:06 AM (10 years ago)
Author:
askapache
Message:

update to 5.1.1 to force resetting of html/css/js options

Location:
askapache-google-404
Files:
25 added
2 edited

Legend:

Unmodified
Added
Removed
  • askapache-google-404/trunk/askapache-google-404.php

    r1475134 r1475141  
    66 * Author: askapache
    77 * Contributors: askapache
    8  * Version: 5.1.0
    9  * Updated: 08/15/2016
     8 * Version: 5.1.1
     9 * Updated: 08/16/2016
    1010 * Requires at least: 3.3
    1111 * Tested up to: 4.5.3
     
    5656     * @var bool
    5757     */
    58     define( 'AA_G404_HAS_ISCLOG', (bool) ( class_exists( 'ISCLOG' ) ) );
     58    define( 'AA_G404_HAS_ISCLOG', (bool) ( defined( 'ISC_DEBUG' ) && class_exists( 'ISCLOG' ) ) );
    5959
    6060
     
    144144
    145145            if ( is_admin() ) {
     146
     147                // sorry, gotta force a reset
     148                if ( ! isset( $this->options['cse_id'] ) ) {
     149                    $this->reset_options();
     150                }
    146151
    147152                // add options page
  • askapache-google-404/trunk/readme.txt

    r1475134 r1475141  
    55Requires at least: 3.3
    66Tested up to: 4.5.3
    7 Stable tag: 5.1.0
     7Stable tag: 5.1.1
    88
    99
Note: See TracChangeset for help on using the changeset viewer.