Skip to content

Commit 385447a

Browse files
author
xecdev
committed
Update the PB client version in enqueue public scripts.
1 parent 592eac0 commit 385447a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

includes/class-paybutton-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function enqueue_admin_scripts( $hook_suffix ) {
146146
'paybutton-core',
147147
PAYBUTTON_PLUGIN_URL . 'assets/js/paybutton.js',
148148
array('address-validator'),
149-
'1.0',
149+
'5.0.2',
150150
true
151151
);
152152

includes/class-paybutton-public.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function enqueue_public_assets() {
7070
'paybutton-core',
7171
PAYBUTTON_PLUGIN_URL . 'assets/js/paybutton.js', // Local file path
7272
array(),
73-
'1.0',
73+
'5.0.2',
7474
false
7575
);
7676

0 commit comments

Comments
 (0)