Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.8.0 Beta 1 #3956

Merged
merged 4 commits into from
Feb 2, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 39 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
*** Changelog ***

2021.02.09 - version 3.8.0
* New: Conditional Content block
* Add Restricted Course Content block [#3849](https://github.com/Automattic/sensei/pull/3849)
* Rename Restricted Content block to Conditional Content [#3939](https://github.com/Automattic/sensei/pull/3939)
* New: Lesson Actions block
* Isolate course blocks [#3885](https://github.com/Automattic/sensei/pull/3885)
* Add basic setup for lesson actions block [#3886](https://github.com/Automattic/sensei/pull/3886)
* Add Lesson Actions block settings [#3887](https://github.com/Automattic/sensei/pull/3887)
* Fix button alignment in lesson actions block [#3895](https://github.com/Automattic/sensei/pull/3895)
* Style selected state of buttons in editor for the lesson actions block [#3903](https://github.com/Automattic/sensei/pull/3903)
* Fix issues with selecting different buttons in the lesson actions block [#3907](https://github.com/Automattic/sensei/pull/3907)
* Add Sensei LMS block category for lessons [#3908](https://github.com/Automattic/sensei/pull/3908)
* Add `View quiz` button to lesson actions block [#3910](https://github.com/Automattic/sensei/pull/3910)
* Fix alignment of buttons in Lesson Actions block [#3913](https://github.com/Automattic/sensei/pull/3913)
* Disable Complete Lesson button in editor for an in-progress lesson if passmark must be achieved [#3914](https://github.com/Automattic/sensei/pull/3914)
* Add shared block foundation [#3917](https://github.com/Automattic/sensei/pull/3917)
* Display Lesson Actions block in the frontend [#3929](https://github.com/Automattic/sensei/pull/3929)
* Fix opacity of disabled buttons in Lesson Actions block [#3932](https://github.com/Automattic/sensei/pull/3932)
* Handle lesson hooks for lessons which contain a block [#3935](https://github.com/Automattic/sensei/pull/3935)
* Add block template to the lesson editor [#3937](https://github.com/Automattic/sensei/pull/3937)
* Fully hide inactive buttons in Lesson Actions block and add state separator [#3943](https://github.com/Automattic/sensei/pull/3943)
* Update block descriptions for Lesson Actions blocks [#3944](https://github.com/Automattic/sensei/pull/3944)
* Show View Quiz button in Lesson Actions block even after quiz is completed [#3946](https://github.com/Automattic/sensei/pull/3946)
* Update Reset Lesson block description [#3948](https://github.com/Automattic/sensei/pull/3948)
* Use quiz state to determine if complete lesson is allowed [#3949](https://github.com/Automattic/sensei/pull/3949)
* New: Add toolbar dropdown component for use with blocks [#3904](https://github.com/Automattic/sensei/pull/3904)
* New: Log when lessons are updated [#3920](https://github.com/Automattic/sensei/pull/3920)
* Tweak: Use Sensei_Notices in Take Course block [#3901](https://github.com/Automattic/sensei/pull/3901)
* Tweak: Update question field names [#3905](https://github.com/Automattic/sensei/pull/3905)
* Tweak: Update text in Lesson Actions and Restricted Course Content blocks [#3927](https://github.com/Automattic/sensei/pull/3927)
* Tweak: Update blocks architecture [#3928](https://github.com/Automattic/sensei/pull/3928)
* Tweak: Add icons for Conditional Content and Lesson Actions blocks [#3954](https://github.com/Automattic/sensei/pull/3954)
* Fix: Enable translating blocks [#3919](https://github.com/Automattic/sensei/pull/3919)
* Fix: Do not allow duplicate notices to be displayed [#3923](https://github.com/Automattic/sensei/pull/3923)
* Fix: Fix lesson order being changed when saving lesson [#3951](https://github.com/Automattic/sensei/pull/3951) 👏 @hansschuijff

2021.01.21 - version 3.7.0
* New: Add filter to only allow some mime types to quiz file upload answers [#3828](https://github.com/Automattic/sensei/pull/3828)
* New: Remove REST API Test Harness code [#3475](https://github.com/Automattic/sensei/pull/3475)
Expand Down Expand Up @@ -75,7 +111,7 @@
* Refine display of post status in the lesson block [#3680](https://github.com/Automattic/sensei/pull/3680)
* Remove inserter from module block and adjust how empty lesson block is added [#3684](https://github.com/Automattic/sensei/pull/3684)
* Remove module animation setting and replace with collapsible modules setting [#3675](https://github.com/Automattic/sensei/pull/3675)
* Set a default value for `outlineClassName` in the module block [#3806](https://github.com/Automattic/sensei/pull/3806)
* Set a default value for `outlineClassName` in the module block [#3806](https://github.com/Automattic/sensei/pull/3806
donnapep marked this conversation as resolved.
Show resolved Hide resolved
* Show draft status in lesson block [#3653](https://github.com/Automattic/sensei/pull/3653)
* Standardize module style and border settings in course outline and module blocks [#3749](https://github.com/Automattic/sensei/pull/3749)
* Update lesson block status setting [#3663](https://github.com/Automattic/sensei/pull/3663)
Expand Down Expand Up @@ -174,14 +210,14 @@
* Fix: Close unordered list element in sensei_course_categories shortcode [#3622](https://github.com/Automattic/sensei/pull/3622)
* Fix: Fix PHP notice when viewing course category page on unsupported themes [#3608](https://github.com/Automattic/sensei/pull/3608)
* Fix: Multiple choice question is correct only when all right answers are checked [#3617](https://github.com/Automattic/sensei/pull/3617)
* Fix: Fix fatal error on activating Discount Rules for WooCommerce plugin [#3616](https://github.com/Automattic/sensei/pull/3616)
* Fix: Fix fatal error on activating Discount Rules for WooCommerce plugin [#3616](https://github.com/Automattic/sensei/pull/3616
donnapep marked this conversation as resolved.
Show resolved Hide resolved
* Fix: Don't overwrite lesson meta with defaults on update [#3589](https://github.com/Automattic/sensei/pull/3589)
* Fix: Fix deprecated function call [#3633](https://github.com/Automattic/sensei/pull/3633)
* Fix: Exclude right/wrong prefix in exported answers' escaped values [#3640](https://github.com/Automattic/sensei/pull/3640)
* Fix: Fix quiz settings [#3632](https://github.com/Automattic/sensei/pull/3632)
* New: Include category in heading for sensei_courses shortcode when filtering by category [#3627](https://github.com/Automattic/sensei/pull/3627)
* New: Use archive-lesson template on lesson archive page [#3614](https://github.com/Automattic/sensei/pull/3614)
* New: Add filter login required [#3631](https://github.com/Automattic/sensei/pull/3631)
* New: Add filter login required [#3631](https://github.com/Automattic/sensei/pull/3631
donnapep marked this conversation as resolved.
Show resolved Hide resolved
* New: Sort course filter on Lessons page in alphabetical order [#3605](https://github.com/Automattic/sensei/pull/3605)
* New: Show scheduled lessons in Prerequisite dropdown [#3609](https://github.com/Automattic/sensei/pull/3609)

Expand Down
Loading