Changeset 2939779
- Timestamp:
- 07/18/2023 08:49:01 AM (3 years ago)
- Location:
- app360/trunk
- Files:
-
- 3 edited
-
app360.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
transaction.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
app360/trunk/app360.php
r2933272 r2939779 11 11 * Plugin URI: https://www.app360.my/ 12 12 * Description: App360 CRM allows the integration between WooCommerce and App360 13 * Version: 1. 4.313 * Version: 1.3.15 14 14 * Author: App360 15 15 * License: GPLv2 or later -
app360/trunk/readme.txt
r2933272 r2939779 4 4 Requires at least: 5.6 5 5 Tested up to: 5.8 6 Stable tag: 1.4. 36 Stable tag: 1.4.4 7 7 License: GPLv2 or later 8 8 … … 38 38 39 39 == Changelog == 40 = 1.4.4 = 41 *Release Date - 17 July 2023* 42 43 * bugfix | Prevent Guest use Custom Payment to checkout 44 40 45 = 1.4.3 = 41 46 *Release Date - 03 July 2023* -
app360/trunk/transaction.php
r2883170 r2939779 246 246 elseif(!is_user_logged_in()){ // if user is not logged in 247 247 // do nothing 248 wp_delete_post($order_id,true); 249 throw new Exception( __( 'Please Login to use this payment method.', 'woocommerce' ), 110 ); 248 250 } 249 251 else{
Note: See TracChangeset
for help on using the changeset viewer.