@@ -230,7 +230,7 @@ protected function load_tokens() {
230
230
*
231
231
* @internal
232
232
*
233
- * @since 5.8.0-dev
233
+ * @since 5.8.0
234
234
*
235
235
* @param int $token_id token ID
236
236
* @param \WC_Payment_Token $token core token object
@@ -255,7 +255,7 @@ public function clear_payment_methods_transients( $token_id, $token ) {
255
255
*
256
256
* @internal
257
257
*
258
- * @since 5.8.0-dev
258
+ * @since 5.8.0
259
259
*
260
260
* @param array $item individual list item from woocommerce_saved_payment_methods_list
261
261
* @param \WC_Payment_Token $token payment token associated with this method entry
@@ -276,7 +276,7 @@ public function add_payment_methods_list_item_id( $item, $token ) {
276
276
*
277
277
* @internal
278
278
*
279
- * @since 5.8.0-dev
279
+ * @since 5.8.0
280
280
*
281
281
* @param array $item individual list item from woocommerce_saved_payment_methods_list
282
282
* @param \WC_Payment_Token $core_token payment token associated with this method entry
@@ -304,7 +304,7 @@ public function add_payment_methods_list_item_edit_action( $item, $core_token )
304
304
* Allows actors to modify the table method actions.
305
305
*
306
306
* @since 4.0.0
307
- * @since 5.8.0-dev defining a class for the action button is no longer supported
307
+ * @since 5.8.0 defining a class for the action button is no longer supported
308
308
*
309
309
* @param $actions array {
310
310
* @type string $url action URL
@@ -327,7 +327,7 @@ public function add_payment_methods_list_item_edit_action( $item, $core_token )
327
327
*
328
328
* @internal
329
329
*
330
- * @since 5.8.0-dev
330
+ * @since 5.8.0
331
331
*
332
332
* @param array of table columns in key => Title format
333
333
* @return array of table columns in key => Title format
@@ -378,7 +378,7 @@ public function add_payment_methods_columns( $columns = [] ) {
378
378
/**
379
379
* Gets FW token object from payment method token ID.
380
380
*
381
- * @since 5.8.0-dev
381
+ * @since 5.8.0
382
382
*
383
383
* @param string $token_id token string
384
384
* @return SV_WC_Payment_Gateway_Payment_Token|null
@@ -403,7 +403,7 @@ private function get_token_by_id( $token_id ) {
403
403
/**
404
404
* Gets FW token object from payment method data array.
405
405
*
406
- * @since 5.8.0-dev
406
+ * @since 5.8.0
407
407
*
408
408
* @param array $method payment method data array
409
409
* @return SV_WC_Payment_Gateway_Payment_Token|null
@@ -422,7 +422,7 @@ private function get_token_from_method_data_array( $method ) {
422
422
*
423
423
* @internal
424
424
*
425
- * @since 5.8.0-dev
425
+ * @since 5.8.0
426
426
*
427
427
* @param array $method payment method
428
428
*/
@@ -440,7 +440,7 @@ public function add_payment_method_title( $method ) {
440
440
*
441
441
* @internal
442
442
*
443
- * @since 5.8.0-dev
443
+ * @since 5.8.0
444
444
*
445
445
* @param array $method payment method
446
446
*/
@@ -458,7 +458,7 @@ public function add_payment_method_details( $method ) {
458
458
*
459
459
* @internal
460
460
*
461
- * @since 5.8.0-dev
461
+ * @since 5.8.0
462
462
*
463
463
* @param array $method payment method
464
464
*/
@@ -473,7 +473,7 @@ public function add_payment_method_default( $method ) {
473
473
*
474
474
* @internal
475
475
*
476
- * @since 5.8.0-dev
476
+ * @since 5.8.0
477
477
*
478
478
* @param bool $has_methods whether there any saved payment methods in the table
479
479
*/
@@ -488,7 +488,7 @@ public function before_payment_methods_table( $has_methods ) {
488
488
*
489
489
* @param SV_WC_Payment_Gateway_My_Payment_Methods $this instance
490
490
*
491
- * @since 5.8.0-dev triggered on woocommerce_before_account_payment_methods
491
+ * @since 5.8.0 triggered on woocommerce_before_account_payment_methods
492
492
*
493
493
* @since 4.0.0
494
494
*/
@@ -502,7 +502,7 @@ public function before_payment_methods_table( $has_methods ) {
502
502
*
503
503
* @internal
504
504
*
505
- * @since 5.8.0-dev
505
+ * @since 5.8.0
506
506
*
507
507
* @param bool $has_methods whether there any saved payment methods in the table
508
508
*/
@@ -516,7 +516,7 @@ public function after_payment_methods_table( $has_methods ) {
516
516
* Fired after WooCommerce's My Payment Methods table HTML is rendered.
517
517
*
518
518
* @since 4.0.0
519
- * @since 5.8.0-dev triggered on woocommerce_after_account_payment_methods
519
+ * @since 5.8.0 triggered on woocommerce_after_account_payment_methods
520
520
*
521
521
* @param SV_WC_Payment_Gateway_My_Payment_Methods $this instance
522
522
*/
@@ -530,7 +530,7 @@ public function after_payment_methods_table( $has_methods ) {
530
530
*
531
531
* @internal
532
532
*
533
- * @since 5.8.0-dev
533
+ * @since 5.8.0
534
534
*
535
535
* @param int $core_token_id the ID of a core token
536
536
* @param \WC_Payment_Token $core_token the core token object
@@ -577,11 +577,11 @@ public function payment_token_deleted( $core_token_id, $core_token ) {
577
577
* @internal
578
578
*
579
579
* @since 4.0.0
580
- * @deprecated 5.8.0-dev
580
+ * @deprecated 5.8.0
581
581
*/
582
582
public function render () {
583
583
584
- wc_deprecated_function ( __METHOD__ , '5.8.0-dev ' );
584
+ wc_deprecated_function ( __METHOD__ , '5.8.0 ' );
585
585
}
586
586
587
587
@@ -720,13 +720,13 @@ protected function get_no_payment_methods_html() {
720
720
* TODO: remove this method by version 6.0.0 or by 2021-02-21 {WV 2020-02-21}
721
721
*
722
722
* @since 4.0.0
723
- * @deprecated 5.8.0-dev
723
+ * @deprecated 5.8.0
724
724
*
725
725
* @return string table title HTML
726
726
*/
727
727
protected function get_table_title_html () {
728
728
729
- wc_deprecated_function ( __METHOD__ , '5.8.0-dev ' );
729
+ wc_deprecated_function ( __METHOD__ , '5.8.0 ' );
730
730
731
731
return '' ;
732
732
}
@@ -738,13 +738,13 @@ protected function get_table_title_html() {
738
738
* TODO: remove this method by version 6.0.0 or by 2021-02-21 {WV 2020-02-21}
739
739
*
740
740
* @since 4.0.0
741
- * @deprecated 5.8.0-dev
741
+ * @deprecated 5.8.0
742
742
*
743
743
* @return string table HTML
744
744
*/
745
745
public function get_table_html () {
746
746
747
- wc_deprecated_function ( __METHOD__ , '5.8.0-dev ' );
747
+ wc_deprecated_function ( __METHOD__ , '5.8.0 ' );
748
748
749
749
return '' ;
750
750
}
@@ -756,13 +756,13 @@ public function get_table_html() {
756
756
* TODO: remove this method by version 6.0.0 or by 2021-02-21 {WV 2020-02-21}
757
757
*
758
758
* @since 4.0.0
759
- * @deprecated 5.8.0-dev
759
+ * @deprecated 5.8.0
760
760
*
761
761
* @return string table thead HTML
762
762
*/
763
763
protected function get_table_head_html () {
764
764
765
- wc_deprecated_function ( __METHOD__ , '5.8.0-dev ' );
765
+ wc_deprecated_function ( __METHOD__ , '5.8.0 ' );
766
766
767
767
return '' ;
768
768
}
@@ -774,13 +774,13 @@ protected function get_table_head_html() {
774
774
* TODO: remove this method by version 6.0.0 or by 2021-02-17 {DM 2020-02-17}
775
775
*
776
776
* @since 4.0.0
777
- * @deprecated 5.8.0-dev
777
+ * @deprecated 5.8.0
778
778
*
779
779
* @return array of table headers in key => Title format
780
780
*/
781
781
protected function get_table_headers () {
782
782
783
- wc_deprecated_function ( __METHOD__ , '5.8.0-dev ' , 'SV_WC_Payment_Gateway_My_Payment_Methods::add_payment_methods_columns ' );
783
+ wc_deprecated_function ( __METHOD__ , '5.8.0 ' , 'SV_WC_Payment_Gateway_My_Payment_Methods::add_payment_methods_columns ' );
784
784
785
785
return $ this ->add_payment_methods_columns ();
786
786
}
@@ -792,13 +792,13 @@ protected function get_table_headers() {
792
792
* TODO: remove this method by version 6.0.0 or by 2021-02-21 {WV 2020-02-21}
793
793
*
794
794
* @since 4.0.0
795
- * @deprecated 5.8.0-dev
795
+ * @deprecated 5.8.0
796
796
*
797
797
* @return string table tbody HTML
798
798
*/
799
799
protected function get_table_body_html () {
800
800
801
- wc_deprecated_function ( __METHOD__ , '5.8.0-dev ' );
801
+ wc_deprecated_function ( __METHOD__ , '5.8.0 ' );
802
802
803
803
return '' ;
804
804
}
@@ -810,14 +810,14 @@ protected function get_table_body_html() {
810
810
* TODO: remove this method by version 6.0.0 or by 2021-02-21 {WV 2020-02-21}
811
811
*
812
812
* @since 4.0.0
813
- * @deprecated 5.8.0-dev
813
+ * @deprecated 5.8.0
814
814
*
815
815
* @param SV_WC_Payment_Gateway_Payment_Token[] $tokens token objects
816
816
* @return string table tbody > tr HTML
817
817
*/
818
818
protected function get_table_body_row_html ( $ tokens ) {
819
819
820
- wc_deprecated_function ( __METHOD__ , '5.8.0-dev ' );
820
+ wc_deprecated_function ( __METHOD__ , '5.8.0 ' );
821
821
822
822
return '' ;
823
823
}
@@ -829,14 +829,14 @@ protected function get_table_body_row_html( $tokens ) {
829
829
* TODO: remove this method by version 6.0.0 or by 2021-02-24 {FN 2020-02-21}
830
830
*
831
831
* @since 4.0.0
832
- * @deprecated 5.8.0-dev
832
+ * @deprecated 5.8.0
833
833
*
834
834
* @param SV_WC_Payment_Gateway_Payment_Token $token the token object
835
835
* @return array payment method data suitable for HTML output
836
836
*/
837
837
protected function get_table_body_row_data ( $ token ) {
838
838
839
- wc_deprecated_function ( __METHOD__ , '5.8.0-dev ' );
839
+ wc_deprecated_function ( __METHOD__ , '5.8.0 ' );
840
840
841
841
return [];
842
842
}
@@ -959,14 +959,14 @@ protected function get_payment_method_details_html( SV_WC_Payment_Gateway_Paymen
959
959
* TODO: remove this method by version 6.0.0 or by 2021-02-21 {WV 2020-02-21}
960
960
*
961
961
* @since 5.1.0
962
- * @deprecated 5.8.0-dev
962
+ * @deprecated 5.8.0
963
963
*
964
964
* @param SV_WC_Payment_Gateway_Payment_Token $token token object
965
965
* @return string
966
966
*/
967
967
protected function get_payment_method_expiry_html ( SV_WC_Payment_Gateway_Payment_Token $ token ) {
968
968
969
- wc_deprecated_function ( __METHOD__ , '5.8.0-dev ' );
969
+ wc_deprecated_function ( __METHOD__ , '5.8.0 ' );
970
970
971
971
return '' ;
972
972
}
@@ -978,14 +978,14 @@ protected function get_payment_method_expiry_html( SV_WC_Payment_Gateway_Payment
978
978
* TODO: remove this method by version 6.0.0 or by 2021-02-21 {WV 2020-02-21}
979
979
*
980
980
* @since 5.1.0
981
- * @deprecated 5.8.0-dev
981
+ * @deprecated 5.8.0
982
982
*
983
983
* @param SV_WC_Payment_Gateway_Payment_Token $token token object
984
984
* @return string
985
985
*/
986
986
protected function get_payment_method_actions_html ( SV_WC_Payment_Gateway_Payment_Token $ token ) {
987
987
988
- wc_deprecated_function ( __METHOD__ , '5.8.0-dev ' );
988
+ wc_deprecated_function ( __METHOD__ , '5.8.0 ' );
989
989
990
990
return '' ;
991
991
}
@@ -997,14 +997,14 @@ protected function get_payment_method_actions_html( SV_WC_Payment_Gateway_Paymen
997
997
* TODO: remove this method by version 6.0.0 or by 2021-02-21 {WV 2020-02-21}
998
998
*
999
999
* @since 4.0.0
1000
- * @deprecated 5.8.0-dev
1000
+ * @deprecated 5.8.0
1001
1001
*
1002
1002
* @param SV_WC_Payment_Gateway_Payment_Token $token token object
1003
1003
* @return array
1004
1004
*/
1005
1005
protected function get_payment_method_actions ( $ token ) {
1006
1006
1007
- wc_deprecated_function ( __METHOD__ , '5.8.0-dev ' );
1007
+ wc_deprecated_function ( __METHOD__ , '5.8.0 ' );
1008
1008
1009
1009
return [];
1010
1010
}
0 commit comments