Changeset 3436379
- Timestamp:
- 01/10/2026 04:31:03 AM (3 months ago)
- Location:
- advanced-emt-payment-gateway/trunk
- Files:
-
- 2 edited
-
advanced-emt-payment-gateway.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-emt-payment-gateway/trunk/advanced-emt-payment-gateway.php
r3435676 r3436379 5 5 * Plugin URI: https://wordpress.org/plugins/advanced-emt-payment-gateway/ 6 6 * Description: Accept Interac e-Transfer / Email Money Transfer (EMT) in WooCommerce with dynamic secret answers, order notes, and customizable instructions. Supports Block and Classic checkout. 7 * Version: 2.0. 17 * Version: 2.0.2 8 8 * Author: ipodguy79 9 9 * Author URI: https://profiles.wordpress.org/ipodguy79/ … … 105 105 if ( ($is_fs_flow || $needs_connect || $activation_mode) && method_exists( $fs, '_connect_page_render' ) ) { 106 106 $fs->_connect_page_render(); 107 return;107 exit; 108 108 } 109 109 // Normal submenu click → your gateway settings. -
advanced-emt-payment-gateway/trunk/readme.txt
r3435676 r3436379 7 7 WC requires at least: 6.0 8 8 WC tested up to: 8.6 9 Stable tag: 2.0. 19 Stable tag: 2.0.2 10 10 License: GPL2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 275 275 Pro: Adds optional IMAP inbox auto-confirmation. 276 276 Adds optional auto-match cents + [amount] placeholder. 277 278 = 2.0.2 = 279 free version was missing a exit :) im so far from perfect but im trying. 280 enjoy and thank you for the support 281 FREE 7 DAY TRIAL OF PRO IN ACCOUNT SEE SCREENSHOTS
Note: See TracChangeset
for help on using the changeset viewer.