Skip to content

Commit 8a96fa0

Browse files
committed
Fix wrong version for the next-version tag
1 parent 2f41b9f commit 8a96fa0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

includes/internal/services/class-sensei-pro-upsell.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* File containing the Sensei_Pro_Upsell class.
44
*
55
* @package sensei-lms
6-
* @since 4.24.6
6+
* @since 4.25.0
77
* @internal This class is not meant to be used by third-party code.
88
*/
99

@@ -19,7 +19,7 @@
1919
* Handles the generation of Pro upsell URLs.
2020
*
2121
* @internal This class is not meant to be used by third-party code.
22-
* @since 4.24.6
22+
* @since 4.25.0
2323
* @package sensei
2424
*/
2525
class Sensei_Pro_Upsell {

includes/sensei-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ function sensei_log_jetpack_event( $event_name, $properties = [] ) {
540540
/**
541541
* Check if the text has a translation or is in English.
542542
*
543-
* @since 4.24.6
543+
* @since 4.25.0
544544
*
545545
* @param string $text The text to check.
546546
* @return bool True if the text has a translation or is in English, false otherwise.

0 commit comments

Comments
 (0)