Skip to content

Commit 140ab39

Browse files
committed
Replace dev version numbers
1 parent 43c1e2c commit 140ab39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

woocommerce/api/class-sv-wc-api-base.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -797,13 +797,13 @@ public function set_tls_1_2_request( $handle, $r, $url ) {
797797
* Determines if TLS v1.2 is required for API requests.
798798
*
799799
* @since 4.4.0
800-
* @deprecated x.y.z
800+
* @deprecated 5.5.2
801801
*
802802
* @return bool
803803
*/
804804
public function require_tls_1_2() {
805805

806-
wc_deprecated_function( __METHOD__, 'x.y.z', 'SV_WC_Plugin::require_tls_1_2()' );
806+
wc_deprecated_function( __METHOD__, '5.5.2', 'SV_WC_Plugin::require_tls_1_2()' );
807807

808808
return $this->get_plugin()->require_tls_1_2();
809809
}

woocommerce/class-sv-wc-plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ public function load_class( $local_path, $class_name ) {
764764
*
765765
* Subclasses should override this to return true if TLS v1.2 is required.
766766
*
767-
* @since x.y.z
767+
* @since 5.5.2
768768
*
769769
* @return bool
770770
*/
@@ -777,7 +777,7 @@ public function require_tls_1_2() {
777777
/**
778778
* Determines if TLS 1.2 is available.
779779
*
780-
* @since x.y.z
780+
* @since 5.5.2
781781
*
782782
* @return bool
783783
*/

0 commit comments

Comments
 (0)