Changeset 3245808
- Timestamp:
- 02/24/2025 02:16:23 PM (13 months ago)
- Location:
- ampacash-payment-method/trunk
- Files:
-
- 2 edited
-
ampacash-veprap-payment-wp.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ampacash-payment-method/trunk/ampacash-veprap-payment-wp.php
r3212086 r3245808 3 3 * Plugin Name: AmpaCash Veprap Payment 4 4 * Description: AmpaCash Veprap Payment Method for user to pay for merchandise. 5 * Version: 3. 15 * Version: 3.2 6 6 * Author: AmpaCash 7 7 * License: GPLv2 or later … … 14 14 } 15 15 16 add_action(' plugins_loaded', 'ampacash_veprap_gateway_init');16 add_action('woocommerce_loaded', 'ampacash_veprap_gateway_init'); 17 17 18 18 function ampacash_veprap_gateway_init() { -
ampacash-payment-method/trunk/readme.txt
r3212086 r3245808 4 4 Requires at least: 4.7 5 5 Tested up to: 6.5 6 Stable tag: 3. 16 Stable tag: 3.2 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 101 101 == Changelog == 102 102 103 = 3.2 = 104 Fixed an issue where VEPRAP would start before the WooCommerce plugin was loaded. 105 103 106 = 3.0-3.1 = 104 107 * Fixed VEPRAP not displaying the message after the payment correctly.
Note: See TracChangeset
for help on using the changeset viewer.