Skip to content

Commit 2928f41

Browse files
authored
Merge pull request #7589 from Automattic/release/4.23.1
Release 4.23.1
2 parents 16178aa + cb94707 commit 2928f41

File tree

55 files changed

+1074
-1070
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1074
-1070
lines changed

changelog.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
*** Changelog ***
22

3+
## 4.23.1 - 2024-04-15
4+
### Added
5+
- WPML: Setting to disable Sensei slugs translation for better compatibility [#7569](https://github.com/Automattic/sensei/pull/7569)
6+
- WPML: Share student progress and quiz submission across translations [#7492](https://github.com/Automattic/sensei/pull/7492)
7+
- WPML: Show user courses for different languages using `sensei_user_courses` shortcode [#7583](https://github.com/Automattic/sensei/pull/7583)
8+
9+
### Changed
10+
- Open setup wizard if necessary when navigating through relevant pages in WP admin [#7581](https://github.com/Automattic/sensei/pull/7581)
11+
12+
### Fixed
13+
- Usage of question categories in translated quizzes [#7559](https://github.com/Automattic/sensei/pull/7559)
14+
- Lessons being automatically published when course is updated [#7582](https://github.com/Automattic/sensei/pull/7582)
15+
316
## 4.23.0 - 2024-04-04
417
### Added
518
- Sensei pro upsell task in Sensei Home [#7562](https://github.com/Automattic/sensei/pull/7562)

changelog/change-setup-wizard-redirect

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/fix-publishing-lessons-in-course-updates

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/fix-wpml-my-courses

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/fix-wpml-progress

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/fix-wpml-question-categories

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/fix-wpml-translate-slugs

Lines changed: 0 additions & 4 deletions
This file was deleted.

includes/blocks/class-sensei-block-take-course.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function render_take_course_block( $attributes, $content ): string {
5454
*
5555
* @hook sensei_block_take_course_course_id
5656
*
57-
* @since $$next-version$$
57+
* @since 4.23.1
5858
*
5959
* @param {int} $course_id The course ID.
6060
* @return {int} The course ID.

includes/class-sensei-course.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ public static function is_user_enrolled( $course_id, $user_id = null ) {
534534
*
535535
* @hook sensei_block_course_progress_course_id
536536
*
537-
* @since $$next-version$$
537+
* @since 4.23.1
538538
*
539539
* @param {int} $course_id The course ID.
540540
* @return {int} The course ID.
@@ -3345,7 +3345,7 @@ public static function get_course_completed_page_url( $course_id ) {
33453345
/**
33463346
* Filter the course completed page ID.
33473347
*
3348-
* @since $$next-version$$
3348+
* @since 4.23.1
33493349
*
33503350
* @hook sensei_course_completed_page_id
33513351
*

includes/class-sensei-data-cleaner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class Sensei_Data_Cleaner {
234234
'sensei_answers_feedback_[0-9]+_[0-9]+',
235235
'quiz_grades_[0-9]+_[0-9]+',
236236
'sensei_comment_counts_[0-9]+',
237-
'sensei_activation_redirect', // @deprecated $$next-version$$ Changed to an option.
237+
'sensei_activation_redirect', // @deprecated 4.23.1 Changed to an option.
238238
'sensei_woocommerce_plugin_information',
239239
'sensei_extensions_.*',
240240
'sensei_background_job_.*',

0 commit comments

Comments
 (0)