Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request updates the plugin from version 2.2.3 to 2.2.4, replacing the expired Black Friday promotion with a new "10,000+ Users Celebration" promotional offer. The changes include removing all Black Friday-specific assets and code, updating promotional notices, and bumping the plugin version and dependencies.
Changes:
- Replaced Black Friday promotional notice with new 10k celebration offer (20% discount with code THANKYOU10K)
- Removed Black Friday assets (images and SCSS styles) and template files
- Updated version to 2.2.4 across all plugin files and updated copyright year to 2026
Reviewed changes
Copilot reviewed 9 out of 12 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| wc-min-max-quantities.php | Version bumped to 2.2.4 |
| readme.txt | Stable tag updated to 2.2.4 |
| package.json | Version and @wordpress/scripts dependency updated |
| package-lock.json | Lockfile updated with new dependency versions |
| languages/wc-min-max-quantities.pot | Language file updated with new strings and copyright year |
| includes/Admin/Notices.php | Replaced Black Friday notice logic with 10k celebration notice |
| includes/Admin/views/notices/tenk-celebrate.php | New promotional notice template added |
| includes/Admin/views/notices/black-friday.php | Black Friday notice template removed |
| assets/src/css/admin.scss | Removed Black Friday styles import |
| assets/src/css/_black-friday.scss | Black Friday styles file removed |
| assets/src/images/black-friday-*.png | Black Friday images removed |
💡 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.
Prepare Release v2.2.4
This pull request updates the plugin to replace the expired Black Friday promotion with a new "10,000+ Users Celebration" offer. It removes all Black Friday-specific assets, styles, and notices, and introduces new assets and messaging for the 10k celebration. The plugin version and language files are also updated accordingly.
Promotional Notice Update:
includes/Admin/Notices.php[1] [2];includes/Admin/views/notices/tenk-celebrate.php[3]includes/Admin/views/notices/black-friday.php[1];languages/wc-min-max-quantities.pot[2] [3] [4] [5]Styles and Assets Cleanup:
assets/src/css/_black-friday.scss[1];assets/src/css/admin.scss[2]Version and Metadata Updates:
package.json[1] [2];readme.txt[3];wc-min-max-quantities.php[4];languages/wc-min-max-quantities.pot[5]