Plugin Directory

Changeset 3404537


Ignore:
Timestamp:
11/28/2025 01:35:12 AM (4 months ago)
Author:
ipodguy79
Message:

Compliant rename and metadata clean-up for directory rules. Text-only update; no code changes.

Location:
advanced-emt-payment-gateway
Files:
29 added
2 edited

Legend:

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

    r3278447 r3404537  
    11<?php
    22/**
    3  * Plugin Name: Advanced EMT Payment Gateway
    4  * Plugin URI: https://wordpress.org/plugins/advanced-emt-payment-gateway/
    5  * Description: A modern WooCommerce payment gateway for accepting Email Money Transfers in Canada, with support for dynamic passwords, order notes, customizable instructions.
    6  * Version: 1.0.2
    7  * Author: ipodguy79
    8  * Author URI: https://profiles.wordpress.org/ipodguy79/
    9  * License: GPL2 or later
     3 * File: advanced-emt-payment-gateway/advanced-emt-payment-gateway.php
     4 * Plugin Name: Interac e-Transfer / Email Money Transfer (EMT) Gateway for WooCommerce
     5 * Plugin URI:  https://wordpress.org/plugins/advanced-emt-payment-gateway/
     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:     1.1.0
     8 * Author:      ipodguy79
     9 * Author URI:  https://profiles.wordpress.org/ipodguy79/
     10 * License:     GPLv2 or later
    1011 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1112 * Requires at least: 5.8
     
    1819 * Domain Path: /languages
    1920 */
     21
    2022
    2123if (!defined('ABSPATH')) exit;
  • advanced-emt-payment-gateway/trunk/readme.txt

    r3278447 r3404537  
    1 === Advanced EMT Payment Gateway ===
    2 Contributors: ipodguy79 
    3 Tags: woocommerce, payment gateway, canada, e-transfer, checkout 
    4 Requires at least: 5.8 
    5 Tested up to: 6.8 
    6 Requires PHP: 7.4 
    7 WC requires at least: 6.0 
    8 WC tested up to: 8.6 
    9 Stable tag: 1.0.2 
    10 License: GPL2 or later 
    11 License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     1=== Interac e-Transfer / Email Money Transfer (EMT) Gateway for WooCommerce ===
     2Contributors: ipodguy79
     3Tags: woocommerce, interac, e-transfer, email money transfer, canada
     4Requires at least: 5.8
     5Tested up to: 6.8
     6Requires PHP: 7.4
     7WC requires at least: 6.0
     8WC tested up to: 8.6
     9Stable tag: 1.1.0
     10License: GPLv2 or later
     11License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1212
    13 Accept Email Money Transfers (EMTs) in WooCommerce with block checkout support, dynamic answers, and customizable payment instructions.
    14 
     13Interac e-Transfer / Email Money Transfer (EMT) gateway for WooCommerce. Supports Blocks and Classic checkout with clear instructions.
    1514== Description ==
    1615
    17 **A modern, secure EMT payment gateway built for Canadian WooCommerce stores.** 
    18 Now supports both Classic and Block Checkout — no extra plugins required.
     16A straightforward EMT / Interac e-Transfer gateway for Canadian WooCommerce stores. Supports both Classic and Block Checkout—no extra extensions required.
    1917
    20 **Features:**
    21 - ✅ Supports WooCommerce Blocks checkout (and Classic)
    22 - 🔐 Accept EMTs using random or static secret answers
    23 - 🧾 Instructions show on thank you page, emails, and customer account
    24 - 💬 Use placeholders like `[order]`, `[answer]`, and `[discount]`
    25 - 💸 Optional cart discount if customer chooses EMT
    26 - 🎨 Branded title with Interac-style logo and savings message
    27 - ⚙️ Debug mode for safe testing
    28 - 🌐 Translatable, clean, and WP.org-friendly
     18**Features**
     19- WooCommerce Blocks and Classic checkout support
     20- Random or static secret answers
     21- Instructions on the Thank You page, order emails, and My Account
     22- Placeholders: `[order]`, `[answer]`, `[discount]`
     23- Optional discount when customers choose EMT
     24- Customizable checkout title and helper text
     25- Debug mode
     26- Fully translatable
     27
     28**How it works**
     291. Customer selects “Interac e-Transfer / Email Money Transfer (EMT)” at checkout.
     302. Your instructions display on the Thank You page and in order emails.
     313. You confirm the deposit and complete the order.
     32
     33**Notes**
     34- Built for Canadian stores using WooCommerce.
     35- No paid add-ons required.
     36- Formerly titled “Advanced EMT Payment Gateway.”
    2937
    3038== Installation ==
    3139
    32 1. Upload to `/wp-content/plugins/advanced-emt-payment-gateway/` or install via WP Admin.
     401. Upload to `/wp-content/plugins/advanced-emt-payment-gateway/` or install via **Plugins → Add New**.
    33412. Activate the plugin.
    34 3. Go to **WooCommerce > Settings > Payments**, enable **Email Money Transfer**, and configure your options.
     423. Go to **WooCommerce → Settings → Payments**, enable **Interac e-Transfer / Email Money Transfer (EMT)**, and configure options.
    3543
    3644== Frequently Asked Questions ==
    3745
    38 = Does it work with WooCommerce Blocks? = 
    39 Yes! Native support for block-based checkout.
     46= Does it work with WooCommerce Blocks? =
     47Yes. Native support is included.
    4048
    41 = Will the customer see EMT instructions? = 
    42 Yes. They appear on the thank you page, in emails, and in "My Account."
     49= Will customers see EMT instructions? =
     50Yes. They appear on the Thank You page, in order emails, and in **My Account**.
    4351
    44 = Can I offer a discount for using EMT? = 
    45 Yes. Set the discount percentage in the plugin settings.
     52= Can I offer a discount for using EMT? =
     53Yes. Set a percentage discount in the plugin settings.
    4654
    47 = What placeholders can I use? = 
    48 - `[order]` = Order number 
    49 - `[answer]` = Secret answer 
    50 - `[discount]` = Discount percentage (if enabled)
     55= What placeholders can I use in the instructions? =
     56`[order]` = order number, `[answer]` = secret answer, `[discount]` = discount percentage (if enabled).
    5157
    52 = Is this plugin free? = 
    53 Yes. Fully free, no locked features, no license needed.
     58= Is this plugin free? =
     59Yes. All features are included.
    5460
    5561== Screenshots ==
    5662
    57 1. Admin settings page with EMT options 
    58 2. Custom instructions using placeholders 
    59 3. Block Checkout with branded gateway 
    60 4. Thank you page with payment info 
    61 5. "My Account" order showing EMT instructions
     631. Admin settings with EMT options
     642. Custom instructions using placeholders
     653. Block Checkout with the gateway selected
     664. Thank You page with payment instructions
     675. My Account order view showing EMT details
    6268
    6369== Changelog ==
    6470
     71= 1.1.0 =
     72- Renamed to “Interac e-Transfer / Email Money Transfer (EMT) Gateway for WooCommerce” to comply with trademark rules.
     73- Reduced tags to 5 and trimmed short description to within 150 characters.
     74- No functional changes.
     75
    6576= 1.0.2 =
    66 * Added support for WooCommerce Blocks 
    67 * JSON-safe restore default button 
    68 * Polished admin UI 
    69 * Verified HPOS support 
    70 * Plugin Check: 1 harmless warning, zero errors ✅
     77- Added support for WooCommerce Blocks
     78- JSON-safe “restore defaults” button
     79- Polished admin UI
     80- Verified HPOS support
    7181
    7282= 1.0.0 =
    73 * Initial release
     83- Initial release
    7484
    7585== Upgrade Notice ==
    7686
    77 = 1.0.2 =
    78 Now compatible with block checkout. Fixes JSON + restore default instructions.
     87= 1.1.0 =
     88Compliant rename and metadata clean-up for directory rules. Text-only update; no code changes.
    7989
    8090== Credits ==
    8191
    82 Built in Canada for 🍁 by [ipodguy79](https://profiles.wordpress.org/ipodguy79)
     92Built in Canada by [ipodguy79](https://profiles.wordpress.org/ipodguy79)
Note: See TracChangeset for help on using the changeset viewer.