Plugin Directory

Changeset 3245808


Ignore:
Timestamp:
02/24/2025 02:16:23 PM (13 months ago)
Author:
ampacash
Message:

Fixed VEPRAP starting up before WooCommerce plugin is loaded.

Location:
ampacash-payment-method/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ampacash-payment-method/trunk/ampacash-veprap-payment-wp.php

    r3212086 r3245808  
    33 * Plugin Name: AmpaCash Veprap Payment
    44 * Description: AmpaCash Veprap Payment Method for user to pay for merchandise.
    5  * Version: 3.1
     5 * Version: 3.2
    66 * Author: AmpaCash
    77 * License: GPLv2 or later
     
    1414}
    1515
    16 add_action('plugins_loaded', 'ampacash_veprap_gateway_init');
     16add_action('woocommerce_loaded', 'ampacash_veprap_gateway_init');
    1717
    1818function ampacash_veprap_gateway_init() {
  • ampacash-payment-method/trunk/readme.txt

    r3212086 r3245808  
    44Requires at least: 4.7
    55Tested up to: 6.5
    6 Stable tag: 3.1
     6Stable tag: 3.2
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    101101== Changelog ==
    102102
     103= 3.2 =
     104Fixed an issue where VEPRAP would start before the WooCommerce plugin was loaded.
     105
    103106= 3.0-3.1 =
    104107* Fixed VEPRAP not displaying the message after the payment correctly.
Note: See TracChangeset for help on using the changeset viewer.