Skip to content

Commit 920bcc3

Browse files
committed
correct our next version number
1 parent 0851706 commit 920bcc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Utility/DebugLogging.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class DebugLogging {
1010
/**
1111
* The logger from WooCommerce.
1212
*
13-
* @since 2.5.0
13+
* @since 2.1.0
1414
* @var object
1515
*/
1616
private $logger;
@@ -44,7 +44,7 @@ class DebugLogging {
4444
* @param string $classname The classname to use for testing.
4545
*
4646
* @author Zach Owen <zach@webdevstudios>
47-
* @since 2.5.0
47+
* @since 2.1.0
4848
*/
4949
public function __construct( $logger, $message = '', $level = '', $extras = [] ) {
5050
$this->logger = $logger;
@@ -56,7 +56,7 @@ public function __construct( $logger, $message = '', $level = '', $extras = [] )
5656
/**
5757
* Perform our logging, if WP_DEBUG_LOG is enabled.
5858
*
59-
* @since 2.5.0
59+
* @since 2.1.0
6060
*/
6161
public function log() {
6262
if ( defined( 'WP_DEBUG_LOG' ) ) {

0 commit comments

Comments
 (0)