Changeset 3460120
- Timestamp:
- 02/12/2026 03:46:18 PM (7 weeks ago)
- Location:
- payop-woocommerce/trunk
- Files:
-
- 2 edited
-
payop.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
payop-woocommerce/trunk/payop.php
r3459932 r3460120 5 5 Description: Payop: Online payment processing service ➦ Accept payments online by 150+ methods from 170+ countries. Payments gateway for Growing Your Business in New Locations and fast online payments 6 6 Author URI: https://payop.com/ 7 Version: 3.1. 07 Version: 3.1.1 8 8 Requires at least: 6.3 9 Tested up to: 6. 8.19 Tested up to: 6.9.1 10 10 Requires PHP: 7.4 11 11 WC requires at least: 8.3 … … 27 27 define('PAYOP_PAYMENT_GATEWAY_NAME', 'payop'); 28 28 define('PAYOP_INVITATE_RESPONSE', 'payop_invitate_response'); 29 // Store Payop identifiers separately to bind order <-> invoice/transaction. 30 define('PAYOP_INVOICE_ID_META', 'payop_invoice_id'); 31 define('PAYOP_TXID_META', 'payop_txid'); 29 32 define('PAYOP_PLUGIN_NAME', 'Payop WooCommerce Payment Gateway'); 30 33 define('PAYOP_MIN_PHP_VERSION', '7.4'); -
payop-woocommerce/trunk/readme.txt
r3459932 r3460120 1 1 === Payop Official === 2 2 Tags: credit cards, payment methods, payop, payment gateway 3 Version: 3.1. 04 Stable tag: 3.1. 03 Version: 3.1.1 4 Stable tag: 3.1.1 5 5 Requires at least: 6.3 6 6 Tested up to: 6.8.1 … … 206 206 * Fixed: Fixed Incorrect behaviour when pressing the `Back` button in the browser 207 207 208 = 3.1. 0=208 = 3.1.1 = 209 209 * Security: Fixed critical vulnerability where forged GET request could mark any order as paid. 210 210 * Security: Added strict validation to prevent processing non-Payop orders via Payop endpoints (payment method check + invoice meta binding).
Note: See TracChangeset
for help on using the changeset viewer.