Plugin Directory

Changeset 3317483


Ignore:
Timestamp:
06/25/2025 08:40:43 AM (9 months ago)
Author:
payop
Message:

Release 3.0.11

Location:
payop-woocommerce
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • payop-woocommerce/tags/3.0.11/README.md

    r3261465 r3317483  
    1111- Wordpress 6.3+
    1212- WooCommerce 8.3+
    13 
    1413
    1514## Installation Guide for Payop in WordPress WooCommerce
     
    51505. Paste them into the corresponding fields in the WooCommerce plugin settings.
    5251
    53 
    5452## Support
    5553
  • payop-woocommerce/tags/3.0.11/includes/class-wc-gateway-payop.php

    r3246520 r3317483  
    44 *
    55 * @extends WC_Payment_Gateway
    6  * @version 1.0.5
     6 * @version 1.0.6
    77 */
    88
     
    449449        $order = wc_get_order( $order_id );
    450450
    451         $this->empty_cart();
    452 
    453         // Return thankyou redirect.
    454451        return [
    455452            'result'   => 'success',
    456             'redirect' => $this->get_return_url( $order ),
     453            'redirect' => $order->get_checkout_payment_url( true ),
    457454        ];
    458455    }
  • payop-woocommerce/tags/3.0.11/payop.php

    r3261465 r3317483  
    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.0.10
     7Version: 3.0.11
    88Requires at least: 6.3
    9 Tested up to: 6.7.2
     9Tested up to: 6.8.1
    1010Requires PHP: 7.4
    1111WC requires at least: 8.3
    12 WC tested up to: 9.7.1
     12WC tested up to: 9.9.4
    1313License: GPLv2 or later
    1414License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • payop-woocommerce/tags/3.0.11/readme.txt

    r3261465 r3317483  
    11=== Payop Official ===
    22Tags: credit cards, payment methods, payop, payment gateway
    3 Version: 3.0.10
    4 Stable tag: 3.0.10
     3Version: 3.0.11
     4Stable tag: 3.0.11
    55Requires at least: 6.3
    6 Tested up to: 6.7.2
     6Tested up to: 6.8.1
    77Requires PHP: 7.4
    88WC requires at least: 8.3
    9 WC tested up to: 9.7.1
     9WC tested up to: 9.9.4
    1010License: GPLv2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    202202* Updated: Installation and configuration documentation
    203203* Improved: Internal code refactoring for better maintainability and readability 
     204
     205= 3.0.11 =
     206* Fixed: Fixed Incorrect behaviour when pressing the `Back` button in the browser
  • payop-woocommerce/trunk/README.md

    r3261465 r3317483  
    1111- Wordpress 6.3+
    1212- WooCommerce 8.3+
    13 
    1413
    1514## Installation Guide for Payop in WordPress WooCommerce
     
    51505. Paste them into the corresponding fields in the WooCommerce plugin settings.
    5251
    53 
    5452## Support
    5553
  • payop-woocommerce/trunk/includes/class-wc-gateway-payop.php

    r3246520 r3317483  
    44 *
    55 * @extends WC_Payment_Gateway
    6  * @version 1.0.5
     6 * @version 1.0.6
    77 */
    88
     
    449449        $order = wc_get_order( $order_id );
    450450
    451         $this->empty_cart();
    452 
    453         // Return thankyou redirect.
    454451        return [
    455452            'result'   => 'success',
    456             'redirect' => $this->get_return_url( $order ),
     453            'redirect' => $order->get_checkout_payment_url( true ),
    457454        ];
    458455    }
  • payop-woocommerce/trunk/payop.php

    r3261465 r3317483  
    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.0.10
     7Version: 3.0.11
    88Requires at least: 6.3
    9 Tested up to: 6.7.2
     9Tested up to: 6.8.1
    1010Requires PHP: 7.4
    1111WC requires at least: 8.3
    12 WC tested up to: 9.7.1
     12WC tested up to: 9.9.4
    1313License: GPLv2 or later
    1414License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • payop-woocommerce/trunk/readme.txt

    r3261465 r3317483  
    11=== Payop Official ===
    22Tags: credit cards, payment methods, payop, payment gateway
    3 Version: 3.0.10
    4 Stable tag: 3.0.10
     3Version: 3.0.11
     4Stable tag: 3.0.11
    55Requires at least: 6.3
    6 Tested up to: 6.7.2
     6Tested up to: 6.8.1
    77Requires PHP: 7.4
    88WC requires at least: 8.3
    9 WC tested up to: 9.7.1
     9WC tested up to: 9.9.4
    1010License: GPLv2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    202202* Updated: Installation and configuration documentation
    203203* Improved: Internal code refactoring for better maintainability and readability 
     204
     205= 3.0.11 =
     206* Fixed: Fixed Incorrect behaviour when pressing the `Back` button in the browser
Note: See TracChangeset for help on using the changeset viewer.