Skip to content

Commit 1bcf930

Browse files
Merge pull request #74 from PaystackHQ/patch/jquery-version
use wp jquery core instead of local jquery packaged with plugin
2 parents 37a6c5c + 8ff4263 commit 1bcf930

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

paystack-forms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Payment Forms for Paystack
44
Plugin URI: https://github.com/PaystackHQ/Wordpress-Payment-forms-for-Paystack
55
Description: Payment Forms for Paystack allows you create forms that will be used to bill clients for goods and services via Paystack.
6-
Version: 3.3.11
6+
Version: 3.3.12
77
Author: Paystack
88
Author URI: http://paystack.com
99
License: GPL-2.0+

public/class-paystack-forms-public-for-old-themes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static function fetchFeeSettings()
4545
public function enqueue_scripts()
4646
{
4747
wp_enqueue_script('blockUI', plugin_dir_url(__FILE__) . 'js/jquery.blockUI.min.js', false, $this->version);
48-
wp_enqueue_script('jQuery_UI', plugin_dir_url(__FILE__) . 'js/jquery.ui.min.js', false, $this->version);
48+
wp_enqueue_script('jquery-ui-core');
4949
wp_register_script('Paystack', 'https://js.paystack.co/v1/inline.js', false, '1');
5050
wp_enqueue_script('Paystack');
5151
wp_enqueue_script('paystack_frontend', plugin_dir_url(__FILE__) . 'js/paystack-forms-public.js', false, $this->version);

public/class-paystack-forms-public.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static function fetchFeeSettings()
4646
public function enqueue_scripts()
4747
{
4848
wp_enqueue_script('blockUI', plugin_dir_url(__FILE__) . 'js/jquery.blockUI.min.js', array('jquery'), $this->version, true, true);
49-
wp_enqueue_script('jQuery_UI', plugin_dir_url(__FILE__) . 'js/jquery.ui.min.js', array('jquery'), $this->version, true, true);
49+
wp_enqueue_script('jquery-ui-core');
5050
wp_register_script('Paystack', 'https://js.paystack.co/v1/inline.js', false, '1');
5151
wp_enqueue_script('Paystack');
5252
wp_enqueue_script('paystack_frontend', plugin_dir_url(__FILE__) . 'js/paystack-forms-public.js', array('jquery'), $this->version, true, true);

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://paystack.com/demo
44
Tags: paystack, recurrent payments, nigeria, mastercard, visa, target, Naira, payments, verve, donation, church, NGO, form, contact form 7, form
55
Requires at least: 3.1
66
Tested up to: 5.7
7-
Stable tag: 3.3.11
7+
Stable tag: 3.3.12
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)