Changeset 3300322
- Timestamp:
- 05/25/2025 09:50:03 PM (10 months ago)
- Location:
- paylink/trunk
- Files:
-
- 5 edited
-
assets/js/frontend/blocks.asset.php (modified) (1 diff)
-
includes/class-wc-gateway-paylink.php (modified) (1 diff)
-
includes/class-wc-paylink-blocks-support.php (modified) (1 diff)
-
paylink.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
paylink/trunk/assets/js/frontend/blocks.asset.php
r3300319 r3300322 8 8 'wp-i18n', 9 9 ), 10 'version' => '3. 0.8',10 'version' => '3.1.2', 11 11 ); -
paylink/trunk/includes/class-wc-gateway-paylink.php
r3300320 r3300322 6 6 * @class WC_Gateway_Paylink 7 7 * @extends WC_Payment_Gateway 8 * @version 3.1. 18 * @version 3.1.2 9 9 * @package WooCommerce\Classes\Payment 10 10 */ -
paylink/trunk/includes/class-wc-paylink-blocks-support.php
r3300319 r3300322 54 54 'wp-i18n' 55 55 ), 56 'version' => '3. 0.8',56 'version' => '3.1.2', 57 57 ); 58 58 $script_url = plugin_dir_url(__FILE__) . '..' . $script_path; -
paylink/trunk/paylink.php
r3300320 r3300322 10 10 * Author URI: https://paylink.sa 11 11 * Description: Use this woocommerce payment gateway plugin to enable clients of your store to pay using Paylink gateway. 12 * Version: 3.1. 112 * Version: 3.1.2 13 13 * License: GPL-2.0+ 14 14 * License URL: http://www.gnu.org/licenses/gpl-2.0.txt -
paylink/trunk/readme.txt
r3300319 r3300322 4 4 Tested up to: 6.8.1 5 5 Requires PHP: 7.0 6 Stable tag: 3.1. 16 Stable tag: 3.1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 28 28 == Changelog == 29 = 3.1. 1=29 = 3.1.2 = 30 30 * 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. 31 31
Note: See TracChangeset
for help on using the changeset viewer.