Plugin Directory

Changeset 2899749


Ignore:
Timestamp:
04/16/2023 02:16:18 PM (3 years ago)
Author:
hasanayoub
Message:

Upgrade to wordpress 6.2

Location:
paylink/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • paylink/trunk/paylink.php

    r2800866 r2899749  
    88Plugin Name: Paylink
    99Description: Use this woocommerce payment gateway plugin to enable clients of your store to pay using Paylink gateway.
    10 Version: 1.11
     10Version: 1.9
    1111Author: Paylink Co
    1212text-domain: paylink
     
    170170            if ($url) {
    171171                echo '<p>' . __('Thank you for your order, you will be redirected to Paylink payment page.', 'paylink') . '</p>';
    172                 echo "<script>setTimeout(function() {window.location.href = '" . esc_url($url) . "';}, 2000);</script>";
     172                echo "<script>setTimeout(function() {window.location.href = '" . $url . "';}, 2000);</script>";
    173173            } else {
    174174                echo '<p>' . __('Something error. Please try again by refreshing the page', 'paylink') . '</p>';
  • paylink/trunk/readme.txt

    r2800136 r2899749  
    22Contributors: Paylink
    33Requires at least: 5.5.1
    4 Tested up to: 6.0.2
    5 Stable tag: 1.10
     4Tested up to: 6.2
     5Stable tag: 1.9
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.