Changeset 3451625
- Timestamp:
- 02/01/2026 10:33:43 PM (2 months ago)
- Location:
- samybaxy-hyperdrive/trunk
- Files:
-
- 3 edited
-
mu-loader/shypdr-mu-loader.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
samybaxy-hyperdrive.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
samybaxy-hyperdrive/trunk/mu-loader/shypdr-mu-loader.php
r3451622 r3451625 14 14 * 15 15 * @package SamybaxyHyperdrive 16 * @version 6.0. 216 * @version 6.0.1 17 17 * 18 * CHANGELOG 6.0. 2:18 * CHANGELOG 6.0.1: 19 19 * - Removed WooCommerce reverse deps (was loading too many plugins on all WooCommerce pages) 20 20 * - Streamlined checkout detection to use only dynamic payment gateway detection … … 34 34 if (!defined('SHYPDR_MU_LOADER_ACTIVE')) { 35 35 define('SHYPDR_MU_LOADER_ACTIVE', true); 36 define('SHYPDR_MU_LOADER_VERSION', '6.0. 2'); // Optimized: Removed excessive reverse deps, streamlined checkout detection36 define('SHYPDR_MU_LOADER_VERSION', '6.0.1'); // Optimized: Removed excessive reverse deps, streamlined checkout detection 37 37 } 38 38 -
samybaxy-hyperdrive/trunk/readme.txt
r3450789 r3451625 5 5 Requires at least: 6.4 6 6 Tested up to: 6.9 7 Stable tag: 6.0. 07 Stable tag: 6.0.1 8 8 Requires PHP: 8.2 9 9 License: GPLv2 or later … … 264 264 265 265 == Changelog == 266 267 = 6.0.1 - February 1, 2026 = 268 * FIXED: Payment gateways (Stripe, PayPal, etc.) not loading on checkout pages 269 * NEW: Dynamic payment gateway detection for checkout/cart pages 270 * IMPROVED: Streamlined checkout plugin loading for better performance 271 * IMPROVED: Membership plugins now only load on checkout for logged-in users 266 272 267 273 = 6.0.0 - January 29, 2026 = -
samybaxy-hyperdrive/trunk/samybaxy-hyperdrive.php
r3450766 r3451625 4 4 * Plugin URI: https://github.com/samybaxy/samybaxy-hyperdrive 5 5 * Description: Revolutionary plugin filtering - Load only essential plugins per page. Requires MU-plugin loader for actual performance gains. 6 * Version: 6.0. 06 * Version: 6.0.1 7 7 * Author: samybaxy 8 8 * Author URI: https://github.com/samybaxy … … 22 22 23 23 // Core initialization constants 24 define('SHYPDR_VERSION', '6.0. 0');24 define('SHYPDR_VERSION', '6.0.1'); 25 25 define('SHYPDR_DIR', plugin_dir_path(__FILE__)); 26 26 define('SHYPDR_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.