Changeset 3330117
- Timestamp:
- 07/18/2025 10:02:37 AM (9 months ago)
- Location:
- sepay-gateway
- Files:
-
- 5 deleted
- 3 edited
- 12 copied
-
tags/1.1.17 (copied) (copied from sepay-gateway/trunk)
-
tags/1.1.17/assets/css/sepay.css (copied) (copied from sepay-gateway/trunk/assets/css/sepay.css)
-
tags/1.1.17/assets/js/block/checkout.js (copied) (copied from sepay-gateway/trunk/assets/js/block/checkout.js)
-
tags/1.1.17/assets/js/main.js (copied) (copied from sepay-gateway/trunk/assets/js/main.js)
-
tags/1.1.17/assets/js/sepay.js (copied) (copied from sepay-gateway/trunk/assets/js/sepay.js)
-
tags/1.1.17/css (deleted)
-
tags/1.1.17/imgs (deleted)
-
tags/1.1.17/includes/block (deleted)
-
tags/1.1.17/includes/class-sepay-woocommerce-block-checkout.php (deleted)
-
tags/1.1.17/includes/class-wc-gateway-sepay.php (copied) (copied from sepay-gateway/trunk/includes/class-wc-gateway-sepay.php)
-
tags/1.1.17/includes/class-wc-sepay-api.php (copied) (copied from sepay-gateway/trunk/includes/class-wc-sepay-api.php) (1 diff)
-
tags/1.1.17/includes/class-wc-sepay-blocks-support.php (copied) (copied from sepay-gateway/trunk/includes/class-wc-sepay-blocks-support.php)
-
tags/1.1.17/includes/views (copied) (copied from sepay-gateway/trunk/includes/views)
-
tags/1.1.17/includes/views/oauth2-connect.php (copied) (copied from sepay-gateway/trunk/includes/views/oauth2-connect.php)
-
tags/1.1.17/js (deleted)
-
tags/1.1.17/readme.txt (copied) (copied from sepay-gateway/trunk/readme.txt) (2 diffs)
-
tags/1.1.17/sepay-gateway.php (copied) (copied from sepay-gateway/trunk/sepay-gateway.php) (1 diff)
-
trunk/includes/class-wc-sepay-api.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sepay-gateway.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sepay-gateway/tags/1.1.17/includes/class-wc-sepay-api.php
r3325437 r3330117 488 488 delete_option('wc_sepay_webhook_api_key'); 489 489 delete_option('wc_sepay_last_connected_at'); 490 delete_transient('wc_sepay_bank_accounts'); 490 delete_transient('wc_sepay_bank_accounts'); 491 delete_transient('wc_sepay_user_info'); 492 delete_transient('wc_sepay_company'); 493 delete_transient('wc_sepay_bank_sub_accounts'); 491 494 } 492 495 -
sepay-gateway/tags/1.1.17/readme.txt
r3325437 r3330117 4 4 - Tags: woocommerce, payment gateway, vietqr, ngan hang, thanh toan 5 5 - Requires WooCommerce at least: 2.1 6 - Stable Tag: 1.1.1 67 - Version: 1.1.1 66 - Stable Tag: 1.1.17 7 - Version: 1.1.17 8 8 - Tested up to: 6.6 9 9 - Requires at least: 5.6 … … 52 52 53 53 == CHANGELOG == 54 **Version 1.1.17** - 18/07/2025: 55 - [Fix lỗi] Xóa cache khi ngắt kết nối OAuth2 54 56 55 57 **Version 1.1.16** - 10/07/2025: -
sepay-gateway/tags/1.1.17/sepay-gateway.php
r3325437 r3330117 6 6 * Author: SePay Team 7 7 * Author URI: https://sepay.vn/ 8 * Version: 1.1.1 68 * Version: 1.1.17 9 9 * Requires Plugins: woocommerce 10 10 * Text Domain: sepay-gateway -
sepay-gateway/trunk/includes/class-wc-sepay-api.php
r3325437 r3330117 488 488 delete_option('wc_sepay_webhook_api_key'); 489 489 delete_option('wc_sepay_last_connected_at'); 490 delete_transient('wc_sepay_bank_accounts'); 490 delete_transient('wc_sepay_bank_accounts'); 491 delete_transient('wc_sepay_user_info'); 492 delete_transient('wc_sepay_company'); 493 delete_transient('wc_sepay_bank_sub_accounts'); 491 494 } 492 495 -
sepay-gateway/trunk/readme.txt
r3325437 r3330117 4 4 - Tags: woocommerce, payment gateway, vietqr, ngan hang, thanh toan 5 5 - Requires WooCommerce at least: 2.1 6 - Stable Tag: 1.1.1 67 - Version: 1.1.1 66 - Stable Tag: 1.1.17 7 - Version: 1.1.17 8 8 - Tested up to: 6.6 9 9 - Requires at least: 5.6 … … 52 52 53 53 == CHANGELOG == 54 **Version 1.1.17** - 18/07/2025: 55 - [Fix lỗi] Xóa cache khi ngắt kết nối OAuth2 54 56 55 57 **Version 1.1.16** - 10/07/2025: -
sepay-gateway/trunk/sepay-gateway.php
r3325437 r3330117 6 6 * Author: SePay Team 7 7 * Author URI: https://sepay.vn/ 8 * Version: 1.1.1 68 * Version: 1.1.17 9 9 * Requires Plugins: woocommerce 10 10 * Text Domain: sepay-gateway
Note: See TracChangeset
for help on using the changeset viewer.