Plugin Directory

Changeset 3464019


Ignore:
Timestamp:
02/18/2026 07:33:47 AM (3 weeks ago)
Author:
knitpay
Message:

v1.5.8.0:
PesaPal: Added support in Knit Pay Pro.

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

Legend:

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

    r3460559 r3464019  
    398398        }
    399399
     400        if ( version_compare( KNITPAY_VERSION, '9.2', '>' ) ) {
     401            // PesaPal
     402            $gateways[] = new \KnitPay\Gateways\Pesapal\Integration();
     403        }
     404
    400405        // Return gateways.
    401406        return $gateways;
  • knit-pay-pro/trunk/readme.txt

    r3460559 r3464019  
    55Tested up to: 6.9
    66Requires PHP: 8.1
    7 Stable tag: 1.5.7.0
     7Stable tag: 1.5.8.0
    88License: GPL-3.0-or-later
    99
     
    4444* PayU India | PayUBiz | PayUmoney
    4545* PhonePe Payment Gateway
     46* Pesapal
    4647* Razorpay (Integration using API Keys)
    4748* SBIePay/SBI Bank Payment Gateway
     
    8586* Easy Digital Downloads (EDD)
    8687* Events Manager Pro
    87 * Fluent Forms Pro
     88* Fluent Forms
    8889* Formidable Forms
    8990* FreelanceEngine by EngineThemes
Note: See TracChangeset for help on using the changeset viewer.