Plugin Directory

Changeset 3291722


Ignore:
Timestamp:
05/12/2025 09:41:47 AM (11 months ago)
Author:
mustangpay
Message:

Initial plugin release

Location:
mustangpay/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mustangpay/trunk/mustangpay.php

    r3282607 r3291722  
    44 * Plugin URI:  https://www.mustangpay.co.za
    55 * Description: South Africa's trusted payment gateway offering secure card payments and EFT services.
    6  * Version:     1.1.5
     6 * Version:     1.1.6
    77 * Author:      MustangPay
    88 * Author URI:  https://www.mustangpay.co.za/contact-us
  • mustangpay/trunk/readme.txt

    r3282607 r3291722  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 1.1.5
     7Stable tag: 1.1.6
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • mustangpay/trunk/src/PaymentGateway.php

    r3282607 r3291722  
    5151        // Payment gateway title
    5252       
    53         $this->icon = apply_filters( 'mustangpay_wechat_icon', Mustangpay_Custom_Payment_URL . '/images/pay.svg' );
     53        $this->icon = apply_filters( 'mustangpay_wechat_icon', Mustangpay_Custom_Payment_URL . '/images/pay2.png' );
    5454       
    5555        $this->description  = $this->get_option ('description' );
Note: See TracChangeset for help on using the changeset viewer.