Skip to content

Release 10.0#3119

Open
brianhogg wants to merge 16 commits intotrunkfrom
dev
Open

Release 10.0#3119
brianhogg wants to merge 16 commits intotrunkfrom
dev

Conversation

@brianhogg
Copy link
Copy Markdown
Contributor

No description provided.

@ideadude ideadude moved this to Awaiting Review in Development Apr 7, 2026
faisalahammad and others added 14 commits April 7, 2026 17:59
…3092)

* Show Mark Complete button when quiz requirements are met

Fixes #3058

When a lesson has an attached quiz, students who mark the lesson as
incomplete can now re-mark it as complete without retaking the quiz,
provided they have already met the quiz requirements.

Changes:
- Modified llms_show_mark_complete_button() to check quiz completion status
- Added 4 new unit tests for quiz completion scenarios

* docs: Add changelog entry for issue #3058
* Show Mark Complete button when quiz requirements are met

Fixes #3058

When a lesson has an attached quiz, students who mark the lesson as
incomplete can now re-mark it as complete without retaking the quiz,
provided they have already met the quiz requirements.

Changes:
- Modified llms_show_mark_complete_button() to check quiz completion status
- Added 4 new unit tests for quiz completion scenarios

* Fix: Strip formatting when pasting into builder title fields

Adds a paste event handler for contenteditable elements that
do not have the data-formatting attribute. This ensures that
lesson, quiz, and section titles receive plain text when
users paste formatted content from external sources.

Fixes #3057

* Remove mark complete changes (belong to different PR #3092)

* Add changelog entry for PR #3093

Fixes #3057
* Adding course capacity check on the checkout page.
* Feature: support "Any" option for engagement trigger posts

Allow engagements to fire for any course, membership, lesson, quiz,
section, access plan, or course track — not just a specific one.

When the trigger post select field is left blank, the value 'any' is
stored in _llms_engagement_trigger_post. The engagement query matches
both specific post IDs and the 'any' sentinel value.

Uses an explicit 'any' value rather than treating empty/zero as a
wildcard, so existing engagements with accidentally empty trigger
posts are not affected.

* Add changelog entry for any engagement trigger
* Add promo for events in the course builder.
* Adding event promo when editing a lesson.
* Formatting of promo. Have the llms-button-primary styling apply to links as well as buttons.
* Show permalink for new lessons and quizzes right after saving
* Quiz set to Published by default
* Create named quiz url using title if none manually entered
* Add lesson description (content)
* Hide the "Add Existing Lesson" modal after selecting a lesson
* Improved section selection, and highlighting of the current section
* Avoid Launch Course Builder button on an orphaned lesson.
* Removing SQL_CALC_FOUND_ROWS with a separate count query.
* Additional tests, including depreciation filter on adding back SQL_CALC_FOUND_ROWS.
* Adding warning if overriding prepare, but not setting the count_query when needed.
* Updating REST with required changes.
@brianhogg brianhogg moved this from Awaiting Review to Review in Progress in Development Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Review in Progress

Development

Successfully merging this pull request may close these issues.

4 participants