Skip to content

Commit

Permalink
Update chaneglog
Browse files Browse the repository at this point in the history
  • Loading branch information
merkushin committed Feb 26, 2024
1 parent 581d1ac commit 8927c7d
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 39 deletions.
14 changes: 14 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
*** Changelog ***

## 4.21.0 - 2024-02-26
### Added
- Add existing lessons in Course Outline [#7368](https://github.com/Automattic/sensei/pull/7368)

### Changed
- Add docs links to the page settings [#7488](https://github.com/Automattic/sensei/pull/7488)

### Removed
- Remove "Customize Colors" link for classic themes [#7491](https://github.com/Automattic/sensei/pull/7491)

### Fixed
- Fix course/lesson patterns not working on latest Gutenberg version [#7499](https://github.com/Automattic/sensei/pull/7499)
- Fix Course Outline for a course translated with WPML. [#7453](https://github.com/Automattic/sensei/pull/7453)

## 4.20.2 - 2024-02-07
### Changed
- Auto-focus the course title field when creating a new course [#7434](https://github.com/Automattic/sensei/pull/7434)
Expand Down
4 changes: 0 additions & 4 deletions changelog/add-doc-links-to-page-settings

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-existing-lesson

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-patterns-not-working-on-latest-gutenberg

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-wpml-save-dependent-posts

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/remove-customize-colors-link

This file was deleted.

34 changes: 15 additions & 19 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,20 @@ Community members have translated the free Sensei LMS plugin [into 18 languages]

== Changelog ==

### 4.21.0 - 2024-02-26
#### Added
- Add existing lessons in Course Outline [#7368](https://github.com/Automattic/sensei/pull/7368)

#### Changed
- Add docs links to the page settings [#7488](https://github.com/Automattic/sensei/pull/7488)

#### Removed
- Remove "Customize Colors" link for classic themes [#7491](https://github.com/Automattic/sensei/pull/7491)

#### Fixed
- Fix course/lesson patterns not working on latest Gutenberg version [#7499](https://github.com/Automattic/sensei/pull/7499)
- Fix Course Outline for a course translated with WPML. [#7453](https://github.com/Automattic/sensei/pull/7453)

### 4.20.2 - 2024-02-07
#### Changed
- Auto-focus the course title field when creating a new course [#7434](https://github.com/Automattic/sensei/pull/7434)
Expand Down Expand Up @@ -174,22 +188,4 @@ Community members have translated the free Sensei LMS plugin [into 18 languages]
- WPML compatibility fix: Add translations for lessons and quizzes that were created while saving the course structure. [#7383](https://github.com/Automattic/sensei/pull/7383)

#### Development
- Introduce Clock interface and corresponding public property for Sensei object. [#7395](https://github.com/Automattic/sensei/pull/7395)

### 4.20.0 - 2023-12-14
#### Added
- Introduce an experimental feature: High-Performance Progress Storage. It allows student progress data to be stored in an optimized way, using custom tables. The feature is disabled by default and can be enabled from the settings page.

#### Changed
- Open the Lesson editor in the same tab when link is clicked in the Course Outline block [#7344](https://github.com/Automattic/sensei/pull/7344)
- Rename "View Quiz" block to "Take Quiz" [#7332](https://github.com/Automattic/sensei/pull/7332)

#### Fixed
- Continue course button not working when using plain permalinks [#7358](https://github.com/Automattic/sensei/pull/7358)
- Fix preview styles for course blocks on the editor [#7307](https://github.com/Automattic/sensei/pull/7307)
- Importer not finding existing users in some cases [#7361](https://github.com/Automattic/sensei/pull/7361)
- Improve styling of Landing Page and Course List patterns [#7292](https://github.com/Automattic/sensei/pull/7292)
- Resolved the issue of the 'Take Quiz' button not displaying in the site editor when Gutenberg is enabled [#7341](https://github.com/Automattic/sensei/pull/7341)
- Restart quiz redirects to the course complete page if the course was completed [#7377](https://github.com/Automattic/sensei/pull/7377)
- Scope CSS to Learning Mode templates only [#7382](https://github.com/Automattic/sensei/pull/7382)
- Teachers can no longer see all students in the Students screen [#7367](https://github.com/Automattic/sensei/pull/7367)
- Introduce Clock interface and corresponding public property for Sensei object. [#7395](https://github.com/Automattic/sensei/pull/7395)

0 comments on commit 8927c7d

Please sign in to comment.