Changeset 3303486
- Timestamp:
- 05/30/2025 10:29:41 AM (10 months ago)
- Location:
- sepay-gateway
- Files:
-
- 5 deleted
- 2 edited
- 10 copied
-
tags/1.1.11 (copied) (copied from sepay-gateway/trunk)
-
tags/1.1.11/assets/css/sepay.css (copied) (copied from sepay-gateway/trunk/assets/css/sepay.css)
-
tags/1.1.11/assets/js/sepay.js (copied) (copied from sepay-gateway/trunk/assets/js/sepay.js)
-
tags/1.1.11/css (deleted)
-
tags/1.1.11/imgs (deleted)
-
tags/1.1.11/includes/block (deleted)
-
tags/1.1.11/includes/class-sepay-woocommerce-block-checkout.php (deleted)
-
tags/1.1.11/includes/class-wc-gateway-sepay.php (copied) (copied from sepay-gateway/trunk/includes/class-wc-gateway-sepay.php)
-
tags/1.1.11/includes/class-wc-sepay-api.php (copied) (copied from sepay-gateway/trunk/includes/class-wc-sepay-api.php)
-
tags/1.1.11/includes/class-wc-sepay-blocks-support.php (copied) (copied from sepay-gateway/trunk/includes/class-wc-sepay-blocks-support.php)
-
tags/1.1.11/includes/views (copied) (copied from sepay-gateway/trunk/includes/views)
-
tags/1.1.11/includes/views/oauth2-connect.php (copied) (copied from sepay-gateway/trunk/includes/views/oauth2-connect.php)
-
tags/1.1.11/js (deleted)
-
tags/1.1.11/readme.txt (copied) (copied from sepay-gateway/trunk/readme.txt) (1 diff)
-
tags/1.1.11/sepay-gateway.php (copied) (copied from sepay-gateway/trunk/sepay-gateway.php) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/sepay-gateway.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sepay-gateway/tags/1.1.11/readme.txt
r3290200 r3303486 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 07 - Version: 1.1.1 06 - Stable Tag: 1.1.11 7 - Version: 1.1.11 8 8 - Tested up to: 6.6 9 9 - Requires at least: 5.6 -
sepay-gateway/tags/1.1.11/sepay-gateway.php
r3290200 r3303486 6 6 * Author: SePay Team 7 7 * Author URI: https://sepay.vn/ 8 * Version: 1.1.1 08 * Version: 1.1.11 9 9 * Requires Plugins: woocommerce 10 10 * Text Domain: sepay-gateway … … 28 28 } 29 29 30 add_filter('plugin_action_links_' . plugin_basename(__FILE__), ' add_action_links');31 32 function add_action_links($links): array30 add_filter('plugin_action_links_' . plugin_basename(__FILE__), 'sepay_add_action_links'); 31 32 function sepay_add_action_links($links): array 33 33 { 34 34 $plugin_links = array( -
sepay-gateway/trunk/readme.txt
r3290200 r3303486 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 07 - Version: 1.1.1 06 - Stable Tag: 1.1.11 7 - Version: 1.1.11 8 8 - Tested up to: 6.6 9 9 - Requires at least: 5.6 -
sepay-gateway/trunk/sepay-gateway.php
r3290200 r3303486 6 6 * Author: SePay Team 7 7 * Author URI: https://sepay.vn/ 8 * Version: 1.1.1 08 * Version: 1.1.11 9 9 * Requires Plugins: woocommerce 10 10 * Text Domain: sepay-gateway … … 28 28 } 29 29 30 add_filter('plugin_action_links_' . plugin_basename(__FILE__), ' add_action_links');31 32 function add_action_links($links): array30 add_filter('plugin_action_links_' . plugin_basename(__FILE__), 'sepay_add_action_links'); 31 32 function sepay_add_action_links($links): array 33 33 { 34 34 $plugin_links = array(
Note: See TracChangeset
for help on using the changeset viewer.