Skip to content

Commit 9d390ed

Browse files
author
xecdev
committed
Upgrade PayButton dependency to v5.3.0
1 parent 35f7ecc commit 9d390ed

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

assets/js/paybutton.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

includes/class-paybutton-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public function enqueue_admin_scripts( $hook_suffix ) {
198198
'paybutton-core',
199199
PAYBUTTON_PLUGIN_URL . 'assets/js/paybutton.js',
200200
array('address-validator'),
201-
'5.0.2',
201+
'5.3.0',
202202
true
203203
);
204204

includes/class-paybutton-public.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function enqueue_public_assets() {
7272
'paybutton-core',
7373
PAYBUTTON_PLUGIN_URL . 'assets/js/paybutton.js', // Local file path
7474
array(),
75-
'5.0.2',
75+
'5.3.0',
7676
false
7777
);
7878

0 commit comments

Comments
 (0)