Plugin Directory

Changeset 3478044


Ignore:
Timestamp:
03/09/2026 12:02:43 PM (2 days ago)
Author:
knitpay
Message:

v1.5.8.2:
Important update, if not updated, future Knit Pay updates will give fatal error.

Location:
knit-pay-pro/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • knit-pay-pro/trunk/knit-pay-pro.php

    r3476681 r3478044  
    55 * Description: Add support of many Knit Pay Premium addons on Pay as you go basis.
    66 *
    7  * Version: 1.5.8.1
     7 * Version: 1.5.8.2
    88 * Requires at least: 6.2
    99 * Requires PHP: 8.1
     
    107107
    108108        // 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        }
    112114    }
    113115
  • knit-pay-pro/trunk/readme.txt

    r3476681 r3478044  
    55Tested up to: 7.0
    66Requires PHP: 8.1
    7 Stable tag: 1.5.8.1
     7Stable tag: 1.5.8.2
    88License: GPL-3.0-or-later
    99
Note: See TracChangeset for help on using the changeset viewer.