Skip to content

Commit

Permalink
Bump remaining version numbers for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeatorres committed Jun 8, 2021
1 parent a4f0729 commit f1555d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*** Changelog ***

= 1.3.1 - TBD =
= 1.3.2 - 2021-06-08 =
* Fix - Improve Subscription plugin support. #161
* Fix - Disable vault setting if vaulting feature is not available. #150
* Fix - Cast item get_quantity into int. #168
Expand Down
2 changes: 1 addition & 1 deletion modules/ppcp-button/src/Assets/class-smartbutton.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ public function enqueue(): bool {
'ppcp-smart-button',
$this->module_url . '/assets/js/button.js',
array( 'jquery' ),
'1.3.1',
'1.3.2',
true
);

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Follow the steps below to connect the plugin to your PayPal account:

== Changelog ==

= 1.3.1 =
= 1.3.2 =
* Fix - Improve Subscription plugin support. #161
* Fix - Disable vault setting if vaulting feature is not available. #150
* Fix - Cast item get_quantity into int. #168
Expand Down

0 comments on commit f1555d4

Please sign in to comment.