Skip to content

Commit

Permalink
Version 5.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio committed Jun 13, 2023
1 parent e8d0959 commit 6fc86e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion woocommerce/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
2023.06.13 - version 5.11.4
* Fix - Use `set_transaction_id()` while setting the transaction ID in payment gateways instead of setting the order meta data directly

2023.06.01 - version 5.11.3
2023.06.01 - version 5.11.4
* Fix - Ensure that the `_transaction_id` meta is correctly persisted on orders while saving transaction data

2023.05.30 - version 5.11.2
Expand Down
2 changes: 1 addition & 1 deletion woocommerce/class-sv-wc-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ abstract class SV_WC_Plugin {


/** Plugin Framework Version */
const VERSION = '5.11.3';
const VERSION = '5.11.4';

/** @var object single instance of plugin */
protected static $instance;
Expand Down

0 comments on commit 6fc86e9

Please sign in to comment.