Plugin Directory

Changeset 2786529


Ignore:
Timestamp:
09/18/2022 10:21:44 AM (4 years ago)
Author:
visser
Message:
  • Fixed: Check for undefined Constant during Plugin activation
Location:
woocommerce-store-toolkit/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-store-toolkit/trunk/freemius/includes/class-freemius.php

    r2684599 r2786529  
    40594059                $key = fs_strip_url_protocol( get_site_url( $blog_id ) );
    40604060
    4061                 $secure_auth = SECURE_AUTH_KEY;
     4061                $secure_auth = ( defined('SECURE_AUTH_KEY') ? SECURE_AUTH_KEY : false );
    40624062                if ( empty( $secure_auth ) ||
    40634063                     false !== strpos( $secure_auth, ' ' ) ||
  • woocommerce-store-toolkit/trunk/readme.txt

    r2733160 r2786529  
    55Tags: woocommerce, mod, delete store, clean store, nuke, store toolkit
    66Requires at least: 2.9.2
    7 Tested up to: 6.0
    8 Stable tag: 2.3.7
     7Tested up to: 6.0.2
     8Stable tag: 2.3.8
    99License: GPLv2 or later
    1010
     
    128128== Changelog ==
    129129
     130= 2.3.8 =
     131* Fixed: Check for undefined Constant during Plugin activation
     132
    130133= 2.3.7 =
    131134* Added: Sanitize GET, POST and REQUEST inputs
  • woocommerce-store-toolkit/trunk/store-toolkit.php

    r2733160 r2786529  
    44Plugin URI: https://wordpress.org/plugins/woocommerce-store-toolkit/
    55Description: Store Toolkit includes a growing set of commonly-used WooCommerce administration tools aimed at web developers and store maintainers.
    6 Version: 2.3.6
     6Version: 2.3.8
    77Author: Visser Labs
    88Author URI: http://www.visser.com.au/about/
Note: See TracChangeset for help on using the changeset viewer.