Plugin Directory

Changeset 3460120


Ignore:
Timestamp:
02/12/2026 03:46:18 PM (7 weeks ago)
Author:
payop
Message:

Release 3.1.1: security fix

Location:
payop-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • payop-woocommerce/trunk/payop.php

    r3459932 r3460120  
    55Description: 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
    66Author URI: https://payop.com/
    7 Version: 3.1.0
     7Version: 3.1.1
    88Requires at least: 6.3
    9 Tested up to: 6.8.1
     9Tested up to: 6.9.1
    1010Requires PHP: 7.4
    1111WC requires at least: 8.3
     
    2727define('PAYOP_PAYMENT_GATEWAY_NAME', 'payop');
    2828define('PAYOP_INVITATE_RESPONSE', 'payop_invitate_response');
     29// Store Payop identifiers separately to bind order <-> invoice/transaction.
     30define('PAYOP_INVOICE_ID_META', 'payop_invoice_id');
     31define('PAYOP_TXID_META', 'payop_txid');
    2932define('PAYOP_PLUGIN_NAME', 'Payop WooCommerce Payment Gateway');
    3033define('PAYOP_MIN_PHP_VERSION', '7.4');
  • payop-woocommerce/trunk/readme.txt

    r3459932 r3460120  
    11=== Payop Official ===
    22Tags: credit cards, payment methods, payop, payment gateway
    3 Version: 3.1.0
    4 Stable tag: 3.1.0
     3Version: 3.1.1
     4Stable tag: 3.1.1
    55Requires at least: 6.3
    66Tested up to: 6.8.1
     
    206206* Fixed: Fixed Incorrect behaviour when pressing the `Back` button in the browser
    207207
    208 = 3.1.0 =
     208= 3.1.1 =
    209209* Security: Fixed critical vulnerability where forged GET request could mark any order as paid.
    210210* 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.