Changeset 2786529
- Timestamp:
- 09/18/2022 10:21:44 AM (4 years ago)
- Location:
- woocommerce-store-toolkit/trunk
- Files:
-
- 3 edited
-
freemius/includes/class-freemius.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
store-toolkit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-store-toolkit/trunk/freemius/includes/class-freemius.php
r2684599 r2786529 4059 4059 $key = fs_strip_url_protocol( get_site_url( $blog_id ) ); 4060 4060 4061 $secure_auth = SECURE_AUTH_KEY;4061 $secure_auth = ( defined('SECURE_AUTH_KEY') ? SECURE_AUTH_KEY : false ); 4062 4062 if ( empty( $secure_auth ) || 4063 4063 false !== strpos( $secure_auth, ' ' ) || -
woocommerce-store-toolkit/trunk/readme.txt
r2733160 r2786529 5 5 Tags: woocommerce, mod, delete store, clean store, nuke, store toolkit 6 6 Requires at least: 2.9.2 7 Tested up to: 6.0 8 Stable tag: 2.3. 77 Tested up to: 6.0.2 8 Stable tag: 2.3.8 9 9 License: GPLv2 or later 10 10 … … 128 128 == Changelog == 129 129 130 = 2.3.8 = 131 * Fixed: Check for undefined Constant during Plugin activation 132 130 133 = 2.3.7 = 131 134 * Added: Sanitize GET, POST and REQUEST inputs -
woocommerce-store-toolkit/trunk/store-toolkit.php
r2733160 r2786529 4 4 Plugin URI: https://wordpress.org/plugins/woocommerce-store-toolkit/ 5 5 Description: Store Toolkit includes a growing set of commonly-used WooCommerce administration tools aimed at web developers and store maintainers. 6 Version: 2.3. 66 Version: 2.3.8 7 7 Author: Visser Labs 8 8 Author URI: http://www.visser.com.au/about/
Note: See TracChangeset
for help on using the changeset viewer.