Skip to content

Commit

Permalink
Merge pull request #5772 from Automattic/fix/add-missing-closing-brac…
Browse files Browse the repository at this point in the history
…kets-to-changelog

Add missing closing braces for release
  • Loading branch information
Imran92 committed Sep 26, 2022
2 parents a318454 + d8554ed commit b6be5e1
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
48 changes: 24 additions & 24 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@

2022-09-26 - version 4.6.4
* Add: Show Course Categories preview [#5513](https://github.com/Automattic/sensei/pull/5513)
* Add: Learning Mode - Add a prerequisite notice to the quiz page. [#5476](https://github.com/Automattic/sensei/pull/5476
* Add: Add course list filter block [#5567](https://github.com/Automattic/sensei/pull/5567
* Add: Course list icon [#5595](https://github.com/Automattic/sensei/pull/5595
* Add: Border setting to Course List block [#5576](https://github.com/Automattic/sensei/pull/5576
* Add: Make course list filter single block and implement student course filter [#5578](https://github.com/Automattic/sensei/pull/5578
* Add: Course list filter block to patterns [#5612](https://github.com/Automattic/sensei/pull/5612
* Add: Show featured course label on course list block [#5571](https://github.com/Automattic/sensei/pull/5571
* Add: Support to render html tags incoming from legacy questions [#5737](https://github.com/Automattic/sensei/pull/5737
* Fix: Fatal error in Jetpack REST API endpoint [#5548](https://github.com/Automattic/sensei/pull/5548
* Fix: Remove block align to avoid error message have different width [#5546](https://github.com/Automattic/sensei/pull/5546
* Fix: Hide"List view" and "Grid view" toolbar options [#5558](https://github.com/Automattic/sensei/pull/5558com/Automattic/sensei/pull/5558
* Fix: Simplify Course List block patterns and ensure they look good on Divi [#5556](https://github.com/Automattic/sensei/pull/5556
* Fix: Align buttons to bottom of column in Course List block grid pattern [#5566](https://github.com/Automattic/sensei/pull/5566
* Fix: Ignore negative numbers for `show_questions` option. [#5579](https://github.com/Automattic/sensei/pull/5579
* Fix: Update students report to work in environments that don't support users table relationship [#5565](https://github.com/Automattic/sensei/pull/5565
* Fix: Jetpack video initialization in the editor [#5577](https://github.com/Automattic/sensei/pull/5577
* Fix: Fatal error when printing notices on redirect [#5568](https://github.com/Automattic/sensei/pull/5568
* Fix: Add color fallback to course categories block [#5557](https://github.com/Automattic/sensei/pull/5557
* Fix: Course List block UI improvements for Astra [#5604](https://github.com/Automattic/sensei/pull/5604
* Fix: Issues for when course list filter is added to non course list blocks [#5617](https://github.com/Automattic/sensei/pull/5617
* Fix: Remove featured label hook for course categories for older wp version [#5635](https://github.com/Automattic/sensei/pull/5635
* Fix: Remove unneeded icon font formats [#5655](https://github.com/Automattic/sensei/pull/5655
* Fix: Spacings, alignments and sizes for course list patterns [#5710](https://github.com/Automattic/sensei/pull/5710
* Tweak: Remove "Beta" label from Course List block [#5593](https://github.com/Automattic/sensei/pull/5593
* Add: Learning Mode - Add a prerequisite notice to the quiz page. [#5476](https://github.com/Automattic/sensei/pull/5476)
* Add: Add course list filter block [#5567](https://github.com/Automattic/sensei/pull/5567)
* Add: Course list icon [#5595](https://github.com/Automattic/sensei/pull/5595)
* Add: Border setting to Course List block [#5576](https://github.com/Automattic/sensei/pull/5576)
* Add: Make course list filter single block and implement student course filter [#5578](https://github.com/Automattic/sensei/pull/5578)
* Add: Course list filter block to patterns [#5612](https://github.com/Automattic/sensei/pull/5612)
* Add: Show featured course label on course list block [#5571](https://github.com/Automattic/sensei/pull/5571)
* Add: Support to render html tags incoming from legacy questions [#5737](https://github.com/Automattic/sensei/pull/5737)
* Fix: Fatal error in Jetpack REST API endpoint [#5548](https://github.com/Automattic/sensei/pull/5548)
* Fix: Remove block align to avoid error message have different width [#5546](https://github.com/Automattic/sensei/pull/5546)
* Fix: Hide"List view" and "Grid view" toolbar options [#5558](https://github.com/Automattic/sensei/pull/5558com/Automattic/sensei/pull/5558)
* Fix: Simplify Course List block patterns and ensure they look good on Divi [#5556](https://github.com/Automattic/sensei/pull/5556)
* Fix: Align buttons to bottom of column in Course List block grid pattern [#5566](https://github.com/Automattic/sensei/pull/5566)
* Fix: Ignore negative numbers for `show_questions` option. [#5579](https://github.com/Automattic/sensei/pull/5579)
* Fix: Update students report to work in environments that don't support users table relationship [#5565](https://github.com/Automattic/sensei/pull/5565)
* Fix: Jetpack video initialization in the editor [#5577](https://github.com/Automattic/sensei/pull/5577)
* Fix: Fatal error when printing notices on redirect [#5568](https://github.com/Automattic/sensei/pull/5568)
* Fix: Add color fallback to course categories block [#5557](https://github.com/Automattic/sensei/pull/5557)
* Fix: Course List block UI improvements for Astra [#5604](https://github.com/Automattic/sensei/pull/5604)
* Fix: Issues for when course list filter is added to non course list blocks [#5617](https://github.com/Automattic/sensei/pull/5617)
* Fix: Remove featured label hook for course categories for older wp version [#5635](https://github.com/Automattic/sensei/pull/5635)
* Fix: Remove unneeded icon font formats [#5655](https://github.com/Automattic/sensei/pull/5655)
* Fix: Spacings, alignments and sizes for course list patterns [#5710](https://github.com/Automattic/sensei/pull/5710)
* Tweak: Remove "Beta" label from Course List block [#5593](https://github.com/Automattic/sensei/pull/5593)

2022-08-24 - version 4.6.3
* New: Course List block (beta)
Expand Down
48 changes: 24 additions & 24 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,30 +117,30 @@ Please visit the [Sensei Blog](https://senseilms.com/blog/) or sign up for our [

2022-09-26 - version 4.6.4
* Add: Show Course Categories preview [#5513](https://github.com/Automattic/sensei/pull/5513)
* Add: Learning Mode - Add a prerequisite notice to the quiz page. [#5476](https://github.com/Automattic/sensei/pull/5476
* Add: Add course list filter block [#5567](https://github.com/Automattic/sensei/pull/5567
* Add: Course list icon [#5595](https://github.com/Automattic/sensei/pull/5595
* Add: Border setting to Course List block [#5576](https://github.com/Automattic/sensei/pull/5576
* Add: Make course list filter single block and implement student course filter [#5578](https://github.com/Automattic/sensei/pull/5578
* Add: Course list filter block to patterns [#5612](https://github.com/Automattic/sensei/pull/5612
* Add: Show featured course label on course list block [#5571](https://github.com/Automattic/sensei/pull/5571
* Add: Support to render html tags incoming from legacy questions [#5737](https://github.com/Automattic/sensei/pull/5737
* Fix: Fatal error in Jetpack REST API endpoint [#5548](https://github.com/Automattic/sensei/pull/5548
* Fix: Remove block align to avoid error message have different width [#5546](https://github.com/Automattic/sensei/pull/5546
* Fix: Hide"List view" and "Grid view" toolbar options [#5558](https://github.com/Automattic/sensei/pull/5558com/Automattic/sensei/pull/5558
* Fix: Simplify Course List block patterns and ensure they look good on Divi [#5556](https://github.com/Automattic/sensei/pull/5556
* Fix: Align buttons to bottom of column in Course List block grid pattern [#5566](https://github.com/Automattic/sensei/pull/5566
* Fix: Ignore negative numbers for `show_questions` option. [#5579](https://github.com/Automattic/sensei/pull/5579
* Fix: Update students report to work in environments that don't support users table relationship [#5565](https://github.com/Automattic/sensei/pull/5565
* Fix: Jetpack video initialization in the editor [#5577](https://github.com/Automattic/sensei/pull/5577
* Fix: Fatal error when printing notices on redirect [#5568](https://github.com/Automattic/sensei/pull/5568
* Fix: Add color fallback to course categories block [#5557](https://github.com/Automattic/sensei/pull/5557
* Fix: Course List block UI improvements for Astra [#5604](https://github.com/Automattic/sensei/pull/5604
* Fix: Issues for when course list filter is added to non course list blocks [#5617](https://github.com/Automattic/sensei/pull/5617
* Fix: Remove featured label hook for course categories for older wp version [#5635](https://github.com/Automattic/sensei/pull/5635
* Fix: Remove unneeded icon font formats [#5655](https://github.com/Automattic/sensei/pull/5655
* Fix: Spacings, alignments and sizes for course list patterns [#5710](https://github.com/Automattic/sensei/pull/5710
* Tweak: Remove "Beta" label from Course List block [#5593](https://github.com/Automattic/sensei/pull/5593
* Add: Learning Mode - Add a prerequisite notice to the quiz page. [#5476](https://github.com/Automattic/sensei/pull/5476)
* Add: Add course list filter block [#5567](https://github.com/Automattic/sensei/pull/5567)
* Add: Course list icon [#5595](https://github.com/Automattic/sensei/pull/5595)
* Add: Border setting to Course List block [#5576](https://github.com/Automattic/sensei/pull/5576)
* Add: Make course list filter single block and implement student course filter [#5578](https://github.com/Automattic/sensei/pull/5578)
* Add: Course list filter block to patterns [#5612](https://github.com/Automattic/sensei/pull/5612)
* Add: Show featured course label on course list block [#5571](https://github.com/Automattic/sensei/pull/5571)
* Add: Support to render html tags incoming from legacy questions [#5737](https://github.com/Automattic/sensei/pull/5737)
* Fix: Fatal error in Jetpack REST API endpoint [#5548](https://github.com/Automattic/sensei/pull/5548)
* Fix: Remove block align to avoid error message have different width [#5546](https://github.com/Automattic/sensei/pull/5546)
* Fix: Hide"List view" and "Grid view" toolbar options [#5558](https://github.com/Automattic/sensei/pull/5558com/Automattic/sensei/pull/5558)
* Fix: Simplify Course List block patterns and ensure they look good on Divi [#5556](https://github.com/Automattic/sensei/pull/5556)
* Fix: Align buttons to bottom of column in Course List block grid pattern [#5566](https://github.com/Automattic/sensei/pull/5566)
* Fix: Ignore negative numbers for `show_questions` option. [#5579](https://github.com/Automattic/sensei/pull/5579)
* Fix: Update students report to work in environments that don't support users table relationship [#5565](https://github.com/Automattic/sensei/pull/5565)
* Fix: Jetpack video initialization in the editor [#5577](https://github.com/Automattic/sensei/pull/5577)
* Fix: Fatal error when printing notices on redirect [#5568](https://github.com/Automattic/sensei/pull/5568)
* Fix: Add color fallback to course categories block [#5557](https://github.com/Automattic/sensei/pull/5557)
* Fix: Course List block UI improvements for Astra [#5604](https://github.com/Automattic/sensei/pull/5604)
* Fix: Issues for when course list filter is added to non course list blocks [#5617](https://github.com/Automattic/sensei/pull/5617)
* Fix: Remove featured label hook for course categories for older wp version [#5635](https://github.com/Automattic/sensei/pull/5635)
* Fix: Remove unneeded icon font formats [#5655](https://github.com/Automattic/sensei/pull/5655)
* Fix: Spacings, alignments and sizes for course list patterns [#5710](https://github.com/Automattic/sensei/pull/5710)
* Tweak: Remove "Beta" label from Course List block [#5593](https://github.com/Automattic/sensei/pull/5593)

2022-08-24 - version 4.6.3
* New: Course List block (beta)
Expand Down

0 comments on commit b6be5e1

Please sign in to comment.