Plugin Directory

Changeset 2939779


Ignore:
Timestamp:
07/18/2023 08:49:01 AM (3 years ago)
Author:
app360my
Message:

1.4.4

  • bugfix | Prevent Guest use Custom Payment to checkout
Location:
app360/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • app360/trunk/app360.php

    r2933272 r2939779  
    1111 * Plugin URI: https://www.app360.my/
    1212 * Description: App360 CRM allows the integration between WooCommerce and App360
    13  * Version: 1.4.3
     13 * Version: 1.3.15
    1414 * Author: App360
    1515 * License: GPLv2 or later
  • app360/trunk/readme.txt

    r2933272 r2939779  
    44Requires at least: 5.6
    55Tested up to: 5.8
    6 Stable tag: 1.4.3
     6Stable tag: 1.4.4
    77License: GPLv2 or later
    88
     
    3838
    3939== Changelog ==
     40= 1.4.4 =
     41*Release Date - 17 July 2023*
     42
     43* bugfix  | Prevent Guest use Custom Payment to checkout
     44
    4045= 1.4.3 =
    4146*Release Date - 03 July 2023*
  • app360/trunk/transaction.php

    r2883170 r2939779  
    246246                elseif(!is_user_logged_in()){ // if user is not logged in
    247247                    // do nothing
     248                    wp_delete_post($order_id,true);
     249                    throw new Exception( __( 'Please Login to use this payment method.', 'woocommerce' ), 110 );
    248250                }
    249251                else{
Note: See TracChangeset for help on using the changeset viewer.