Plugin Directory

Changeset 2857526


Ignore:
Timestamp:
01/31/2023 08:34:04 AM (3 years ago)
Author:
boldpay
Message:

Update to version 1.5.5

Location:
bold-pay/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bold-pay/trunk/readme.txt

    r2753561 r2857526  
    22Tags: Payment Gateway, Online Banking, e-wallet, payment request, credit card, grabpay, boost, boostpay, touch n go, touchngo, secured, debit card, card, direct carrier billing, multi channel payment, payment plugin, free, MACROKIOSK
    33Requires at least: 5.2.1
    4 Tested up to: 6.0
     4Tested up to: 6.1.1
    55WooCommerce requires at least: 2.6.0
    6 WooCommerce tested up to: 6.5.1
    7 Stable tag: 1.5.4
     6WooCommerce tested up to: 7.3.0
     7Stable tag: 1.5.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • bold-pay/trunk/src/boldpay.php

    r2753561 r2857526  
    2525            $this->$setting_key = $value;
    2626        }
    27 
    28         $this->settings['description'] = html_entity_decode($this->settings['description']);
    2927
    3028        if ( is_admin() ) {
     
    297295                                add_filter( 'the_content', 'boldpay_payment_declined_msg' );
    298296                                wc_add_notice( __( 'The payment was declined. Please check with your bank. Thank you.', 'gateway' ), 'error' );
    299                                 wp_safe_redirect( wc_get_page_permalink( 'cart' ) );
    300                                 $woocommerce->cart->empty_cart();   
    301297                            }
    302298                        }
Note: See TracChangeset for help on using the changeset viewer.