Skip to content

Commit 718aa81

Browse files
committed
[#107] Hallo 4.1.2
1 parent 0e15f8b commit 718aa81

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.1.1-1
3+
2015.11.05 - version 4.1.2
44
* Tweak - Misc Payment Gateway framework improvements
55

66
2015.09.09 - version 4.1.1

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.1.1-1
87+
* @version 4.1.2
8888
*/
8989
abstract class SV_WC_Plugin {
9090

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ public function create_payment_token( $order, $response = null, $environment_id
11991199
* Get the order note message when a customer saves their payment method
12001200
* to their account
12011201
*
1202-
* @since 4.1.3-1
1202+
* @since 4.1.2
12031203
* @param \SV_WC_Payment_Gateway_Payment_Token $token the payment token being saved
12041204
* @return string
12051205
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ public function render_payment_fields() {
832832
* Render the payment, a simple wrapper around woocommerce_form_field() to
833833
* make it more convenient for concrete gateways to override form output
834834
*
835-
* @since 4.1.1-1
835+
* @since 4.1.2
836836
* @param array $field
837837
*/
838838
protected function render_payment_field( $field ) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ public function payment_fields() {
621621
/**
622622
* Get the payment form class instance
623623
*
624-
* @since 4.2.0
624+
* @since 4.1.2
625625
* @return \SV_WC_Payment_Gateway_Payment_Form
626626
*/
627627
public function get_payment_form_instance() {

0 commit comments

Comments
 (0)