Skip to content

Commit 6fc86e9

Browse files
committed
Version 5.11.4
1 parent e8d0959 commit 6fc86e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

woocommerce/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
2023.06.13 - version 5.11.4
44
* Fix - Use `set_transaction_id()` while setting the transaction ID in payment gateways instead of setting the order meta data directly
55

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

99
2023.05.30 - version 5.11.2

woocommerce/class-sv-wc-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ abstract class SV_WC_Plugin {
4343

4444

4545
/** Plugin Framework Version */
46-
const VERSION = '5.11.3';
46+
const VERSION = '5.11.4';
4747

4848
/** @var object single instance of plugin */
4949
protected static $instance;

0 commit comments

Comments
 (0)