We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d0959 commit 6fc86e9Copy full SHA for 6fc86e9
woocommerce/changelog.txt
@@ -3,7 +3,7 @@
3
2023.06.13 - version 5.11.4
4
* Fix - Use `set_transaction_id()` while setting the transaction ID in payment gateways instead of setting the order meta data directly
5
6
-2023.06.01 - version 5.11.3
+2023.06.01 - version 5.11.4
7
* Fix - Ensure that the `_transaction_id` meta is correctly persisted on orders while saving transaction data
8
9
2023.05.30 - version 5.11.2
woocommerce/class-sv-wc-plugin.php
@@ -43,7 +43,7 @@ abstract class SV_WC_Plugin {
43
44
45
/** Plugin Framework Version */
46
- const VERSION = '5.11.3';
+ const VERSION = '5.11.4';
47
48
/** @var object single instance of plugin */
49
protected static $instance;
0 commit comments