Changeset 3478044
- Timestamp:
- 03/09/2026 12:02:43 PM (2 days ago)
- Location:
- knit-pay-pro/trunk
- Files:
-
- 2 edited
-
knit-pay-pro.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
knit-pay-pro/trunk/knit-pay-pro.php
r3476681 r3478044 5 5 * Description: Add support of many Knit Pay Premium addons on Pay as you go basis. 6 6 * 7 * Version: 1.5.8. 17 * Version: 1.5.8.2 8 8 * Requires at least: 6.2 9 9 * Requires PHP: 8.1 … … 107 107 108 108 // Including Guzzle files to avoid compatibility with billdesk and other plugins. 109 require_once KNITPAY_DIR . 'vendor/guzzlehttp/guzzle/src/ClientInterface.php'; 110 require_once KNITPAY_DIR . 'vendor/guzzlehttp/guzzle/src/Client.php'; 111 require_once KNITPAY_DIR . 'vendor/guzzlehttp/guzzle/src/Utils.php'; 109 if ( is_readable( KNITPAY_DIR . 'vendor/guzzlehttp/guzzle/src/ClientInterface.php' ) ) { 110 include_once KNITPAY_DIR . 'vendor/guzzlehttp/guzzle/src/ClientInterface.php'; 111 include_once KNITPAY_DIR . 'vendor/guzzlehttp/guzzle/src/Client.php'; 112 include_once KNITPAY_DIR . 'vendor/guzzlehttp/guzzle/src/Utils.php'; 113 } 112 114 } 113 115 -
knit-pay-pro/trunk/readme.txt
r3476681 r3478044 5 5 Tested up to: 7.0 6 6 Requires PHP: 8.1 7 Stable tag: 1.5.8. 17 Stable tag: 1.5.8.2 8 8 License: GPL-3.0-or-later 9 9
Note: See TracChangeset
for help on using the changeset viewer.