Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
donnapep committed Aug 15, 2023
1 parent c4c27d3 commit 9b0b7b1
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 73 deletions.
20 changes: 18 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
*** Changelog ***

## 4.16.0 - 2023-07-13
## 4.16.1 - 2023-08-15
### Added
- Add CC/BCC fields for Sensei emails [#7014](https://github.com/Automattic/sensei/pull/7014)

### Changed
- Update the `sensei_results_links` filter to include the learner's user ID when displaying public profiles and to display results links publicly [#7048](https://github.com/Automattic/sensei/pull/7048)

### Fixed
- Fix "View Results" button not working [#7058](https://github.com/Automattic/sensei/pull/7058)
- Fix custom button colors not being applied in Learning Mode [#7080](https://github.com/Automattic/sensei/pull/7080)
- Fix duplicate comment sections under lesson in FSE themes [#7044](https://github.com/Automattic/sensei/pull/7044)
- Fix lessons not using the selected template in FSE themes [#7045](https://github.com/Automattic/sensei/pull/7045)
- Fix error when the module author user is deleted [#7082](https://github.com/Automattic/sensei/pull/7082)
- Fix lessons not being saved when creating a course on the latest Gutenberg version [#7091](https://github.com/Automattic/sensei/pull/7091)
- Fix lesson styling in editor on WordPress 6.3 or when Gutenberg enabled [#7054](https://github.com/Automattic/sensei/pull/7054)
- Fix PHP 8.1 deprecation notice on Students page [#7038](https://github.com/Automattic/sensei/pull/7038)
- Fix `strpos`and `str_replace` deprecation messages in PHP 8.1 and 8.2 [#7028](https://github.com/Automattic/sensei/pull/7028)

## 4.16.0 - 2023-07-13
### Added
- Enable to select how to generate lessons when a course is created [#6999](https://github.com/Automattic/sensei/pull/6999)

Expand All @@ -14,7 +31,6 @@
- Fix PHP 8.1 autovivification of falsy value deprecation message [#7015](https://github.com/Automattic/sensei/pull/7015)
- Removed Beta label from Editor Menu [#6989](https://github.com/Automattic/sensei/pull/6989)


## 4.15.1 - 2023-06-22
### Added
- Add Enrolled and Completion columns on the reports course page. [#6966](https://github.com/Automattic/sensei/pull/6966)
Expand Down
4 changes: 0 additions & 4 deletions changelog/add-data-migrator

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-email-cc-bcc

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-profile-links-filter

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-duplicate-comment-section-in-fse-themes

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-error-when-module-author-does-not-exist

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-grades-duplicates

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-learning-mode-template-on-wpcom

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-lesson-button-colors

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-lesson-not-using-set-template-in-fse-themes

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-lessons-not-saved-when-creating-course

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-php81-deprecation-notice

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-view-results-button-not-working

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-wp-core-deprecation-messages

This file was deleted.

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

== Changelog ==

### 4.16.1 - 2023-08-15
#### Added
- Add CC/BCC fields for Sensei emails [#7014](https://github.com/Automattic/sensei/pull/7014)

#### Changed
- Update the `sensei_results_links` filter to include the learner's user ID when displaying public profiles and to display results links publicly [#7048](https://github.com/Automattic/sensei/pull/7048)

#### Fixed
- Fix "View Results" button not working [#7058](https://github.com/Automattic/sensei/pull/7058)
- Fix custom button colors not being applied in Learning Mode [#7080](https://github.com/Automattic/sensei/pull/7080)
- Fix duplicate comment sections under lesson in FSE themes [#7044](https://github.com/Automattic/sensei/pull/7044)
- Fix lessons not using the selected template in FSE themes [#7045](https://github.com/Automattic/sensei/pull/7045)
- Fix error when the module author user is deleted [#7082](https://github.com/Automattic/sensei/pull/7082)
- Fix lessons not being saved when creating a course on the latest Gutenberg version [#7091](https://github.com/Automattic/sensei/pull/7091)
- Fix lesson styling in editor on WordPress 6.3 or when Gutenberg enabled [#7054](https://github.com/Automattic/sensei/pull/7054)
- Fix PHP 8.1 deprecation notice on Students page [#7038](https://github.com/Automattic/sensei/pull/7038)
- Fix `strpos`and `str_replace` deprecation messages in PHP 8.1 and 8.2 [#7028](https://github.com/Automattic/sensei/pull/7028)

### 4.16.0 - 2023-07-13
#### Added
- Enable to select how to generate lessons when a course is created [#6999](https://github.com/Automattic/sensei/pull/6999)
Expand All @@ -170,21 +188,3 @@ Community members have translated the free Sensei LMS plugin [into 18 languages]
- Fix resetting a quiz also resets the course start date. [#6643](https://github.com/Automattic/sensei/pull/6643)
- In lesson complete email use course author as lesson teacher. [#6977](https://github.com/Automattic/sensei/pull/6977)
- Fix conflicts with modules using the same name. [#6437](https://github.com/Automattic/sensei/pull/6437)

### 4.15.0 - 2023-06-01
#### Security
- Fix shortcodes being called in teacher's messages.
- Remove private custom post types from sitemaps.

#### Changed
- Review the Learning mode default template typography, spacing and alignment.
- Improve Global Style support in Learning mode templates.

#### Fixed
- Block triggering wp_mail for temporary users even on non-frontend context.
- Don't re-create emails on plugin update.
- Fix auto grading not working on the Grading page for multiple choice questions.
- Fix blocks initialization.
- Fix email body rendered in the front-end in some cases.
- Fix Kadence blocks crashing lesson editor.
- Fix MailPoet error when running job.

0 comments on commit 9b0b7b1

Please sign in to comment.