Changeset 3197136
- Timestamp:
- 11/26/2024 08:07:52 AM (16 months ago)
- Location:
- ampacash-payment-method
- Files:
-
- 3 edited
-
tags/2.3/ampacash-veprap-payment-wp.php (modified) (1 diff)
-
trunk/ampacash-veprap-payment-wp.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ampacash-payment-method/tags/2.3/ampacash-veprap-payment-wp.php
r3117948 r3197136 3 3 * Plugin Name: AmpaCash Veprap Payment 4 4 * Description: AmpaCash Veprap Payment Method for user to pay for merchandise. 5 * Version: 2. 35 * Version: 2.9 6 6 * Author: AmpaCash 7 7 * License: GPLv2 or later -
ampacash-payment-method/trunk/ampacash-veprap-payment-wp.php
r3192084 r3197136 3 3 * Plugin Name: AmpaCash Veprap Payment 4 4 * Description: AmpaCash Veprap Payment Method for user to pay for merchandise. 5 * Version: 2. 85 * Version: 2.9 6 6 * Author: AmpaCash 7 7 * License: GPLv2 or later … … 67 67 'type' => 'text', 68 68 'description' => 'This controls the title which the user sees during checkout.', 69 'default' => 'Pay securely with AmpaCash :',69 'default' => 'Pay securely with AmpaCash', 70 70 'desc_tip' => true, 71 71 ), -
ampacash-payment-method/trunk/readme.txt
r3192084 r3197136 4 4 Requires at least: 4.7 5 5 Tested up to: 6.5 6 Stable tag: 2. 86 Stable tag: 2.9 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 101 101 == Changelog == 102 102 103 = 2.9 = 104 * Removed colon from the payment method title. 105 103 106 = 2.8 = 104 107 * Fixed the conflict with other payment methods i.e. Stripe.
Note: See TracChangeset
for help on using the changeset viewer.