Plugin Directory

Changeset 3316762


Ignore:
Timestamp:
06/24/2025 07:31:35 AM (9 months ago)
Author:
ecommpay
Message:

new version 4.1.1

Location:
ecommpay-payments/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ecommpay-payments/trunk/common/EcpCore.php

    r3267715 r3316762  
    6363     * @since 2.0.0
    6464     */
    65     public const WC_ECP_VERSION = '4.1.0';
     65    public const WC_ECP_VERSION = '4.1.1';
    6666
    6767    public const ECOMMPAY_PAYMENT_METHOD = 'ecommpay';
  • ecommpay-payments/trunk/common/modules/EcpModulePaymentPage.php

    r3267715 r3316762  
    462462            $order_id  = wc_get_order_id_by_order_key( $order_key );
    463463            $order     = ecp_get_order( $order_id );
    464             if ( ! $order->is_ecp() ) {
     464            if ( ! $order || ! $order->is_ecp() ) {
    465465                return;
    466466            }
  • ecommpay-payments/trunk/gateway-ecommpay.php

    r3267715 r3316762  
    55 * GitHub Plugin URI:
    66 * Description:       Easy payment from WooCommerce by different methods in single Payment Page.
    7  * Version:           4.1.0
     7 * Version:           4.1.1
    88 * License:           GPL2
    99 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
  • ecommpay-payments/trunk/readme.txt

    r3267715 r3316762  
    44Requires at least: 6.2
    55Tested up to: 6.7
    6 Stable tag: 4.1.0
     6Stable tag: 4.1.1
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.