Plugin Directory

Changeset 3300322


Ignore:
Timestamp:
05/25/2025 09:50:03 PM (10 months ago)
Author:
hasanayoub
Message:

Updated code

Location:
paylink/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • paylink/trunk/assets/js/frontend/blocks.asset.php

    r3300319 r3300322  
    88        'wp-i18n',
    99    ),
    10     'version' => '3.0.8',
     10    'version' => '3.1.2',
    1111);
  • paylink/trunk/includes/class-wc-gateway-paylink.php

    r3300320 r3300322  
    66 * @class       WC_Gateway_Paylink
    77 * @extends     WC_Payment_Gateway
    8  * @version     3.1.1
     8 * @version     3.1.2
    99 * @package     WooCommerce\Classes\Payment
    1010 */
  • paylink/trunk/includes/class-wc-paylink-blocks-support.php

    r3300319 r3300322  
    5454                    'wp-i18n'
    5555                ),
    56                 'version' => '3.0.8',
     56                'version' => '3.1.2',
    5757            );
    5858        $script_url = plugin_dir_url(__FILE__) . '..' . $script_path;
  • paylink/trunk/paylink.php

    r3300320 r3300322  
    1010 * Author URI:  https://paylink.sa
    1111 * Description: Use this woocommerce payment gateway plugin to enable clients of your store to pay using Paylink gateway.
    12  * Version:     3.1.1
     12 * Version:     3.1.2
    1313 * License:     GPL-2.0+
    1414 * License URL: http://www.gnu.org/licenses/gpl-2.0.txt
  • paylink/trunk/readme.txt

    r3300319 r3300322  
    44Tested up to: 6.8.1
    55Requires PHP: 7.0
    6 Stable tag: 3.1.1
     6Stable tag: 3.1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727
    2828== Changelog ==
    29 = 3.1.1 =
     29= 3.1.2 =
    3030* Fixed an issue where the payment gateway was not appearing on the checkout page. Now the payment gateway should display correctly on the checkout page supporting the block editor.
    3131
Note: See TracChangeset for help on using the changeset viewer.