Skip to content

Commit 5f0f974

Browse files
committed
Version 4.0.1
1 parent c14e9bb commit 5f0f974

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

woocommerce/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** SkyVerge WooCommerce Plugin Framework Changelog ***
22

3-
2015.nn.nn - version 4.0.0-1
3+
2015.07.29 - version 4.0.1
44
* Fix - Fix typo in payment gateway frontend javascript
55
* Tweak - Add inline style for payment gateway icons
66

woocommerce/class-sv-wc-plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@
8484
* Use the standard WordPress/WooCommerce `is_*` methods when adding the notice
8585
* to control which pages it does (or does not) display on.
8686
*
87-
* @version 4.0.0-1
87+
* @version 4.0.1
8888
*/
8989
abstract class SV_WC_Plugin {
9090

9191
/** Plugin Framework Version */
92-
const VERSION = '4.0.0-1';
92+
const VERSION = '4.0.1';
9393

9494
/** @var object single instance of plugin */
9595
protected static $instance;

woocommerce/payment-gateway/class-sv-wc-payment-gateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@ protected function mark_order_as_held( $order, $message, $response = null ) {
18251825
* status should be marked as held. Held orders are usually a result of an
18261826
* authorize-only transaction.
18271827
*
1828-
* @since 4.0.0-1
1828+
* @since 4.0.1
18291829
* @param string $order_status 'on-hold' by default
18301830
* @param \WC_Order $order WC order
18311831
* @param \SV_WC_Payment_Gateway_API_Response $response instance

0 commit comments

Comments
 (0)