Plugin Directory

Changeset 3436379


Ignore:
Timestamp:
01/10/2026 04:31:03 AM (3 months ago)
Author:
ipodguy79
Message:

2.0.2 i forget things

Location:
advanced-emt-payment-gateway/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-emt-payment-gateway/trunk/advanced-emt-payment-gateway.php

    r3435676 r3436379  
    55 * Plugin URI:  https://wordpress.org/plugins/advanced-emt-payment-gateway/
    66 * 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.1
     7 * Version:     2.0.2
    88 * Author:      ipodguy79
    99 * Author URI:  https://profiles.wordpress.org/ipodguy79/
     
    105105            if ( ($is_fs_flow || $needs_connect || $activation_mode) && method_exists( $fs, '_connect_page_render' ) ) {
    106106                $fs->_connect_page_render();
    107                 return;
     107                exit;
    108108            }
    109109            // Normal submenu click → your gateway settings.
  • advanced-emt-payment-gateway/trunk/readme.txt

    r3435676 r3436379  
    77WC requires at least: 6.0
    88WC tested up to: 8.6
    9 Stable tag: 2.0.1
     9Stable tag: 2.0.2
    1010License: GPL2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    275275Pro: Adds optional IMAP inbox auto-confirmation.
    276276Adds optional auto-match cents + [amount] placeholder.
     277
     278= 2.0.2 =
     279free version was missing a exit :) im so far from perfect but im trying.
     280enjoy and thank you for the support
     281FREE 7 DAY TRIAL OF PRO IN ACCOUNT SEE SCREENSHOTS
Note: See TracChangeset for help on using the changeset viewer.