Merged
Conversation
|
Please perform the following tests with the built package in a new installation before publishing:
|
Contributor
There was a problem hiding this comment.
Pull request overview
This is a release PR for version 4.25.2 of Sensei LMS, which includes a critical security fix, several bug fixes, feature removal, and a development enhancement.
- Updates version numbers across the codebase from 4.25.1 to 4.25.2
- Adds security fix for XSS vulnerability in Contact Teacher block
- Includes 7 bug fixes and removes "new" badge from Appearance settings
Reviewed changes
Copilot reviewed 18 out of 19 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| sensei-lms.php | Updates plugin version to 4.25.2 and WordPress compatibility requirements |
| readme.txt | Updates stable tag and compatibility, adds changelog for 4.25.2 |
| package.json | Updates npm package version to 4.25.2 |
| lang/sensei-lms.pot | Updates translation file with new version and POT creation date |
| includes/blocks/class-sensei-block-contact-teacher.php | Implements XSS security fix using wp_kses sanitization |
| includes/class-sensei.php | Updates @SInCE tag for MailPoet initialization |
| includes/cli/class-sensei-enrolment-course-calculation-command.php | Updates @SInCE tag for CLI command |
| includes/unsupported-theme-handlers/class-sensei-unsupported-theme-handler-cpt.php | Updates @SInCE tag for lesson comments feature |
| changelog.txt | Adds complete changelog for 4.25.2 release |
| changelog/* | Removes individual changelog files (consolidated into main changelog) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Testing Instructions
Pre-Merge Checklist