feat: update the public facing name on WordPress plugin marketplace and prepare for release#157
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares a 2.0.3 release intended to improve discoverability by updating the plugin’s public-facing name, while also synchronizing release metadata across the repository.
Changes:
- Update the plugin name/title in
readme.txtandREADME.mdto a more descriptive marketplace-facing title. - Bump release version references to 2.0.3 across plugin headers/metadata (PHP header,
package.json,readme.txtstable tag, POT header). - Add a
2.0.3entry toCHANGELOG.mdandreadme.txtchangelog.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
rt-carousel.php |
Bumps plugin header version to 2.0.3. |
readme.txt |
Updates WordPress.org readme header title + stable tag and adds a 2.0.3 changelog entry. |
README.md |
Updates repository README title to match the new descriptive name. |
package.json |
Bumps npm package version to 2.0.3. |
languages/rt-carousel.pot |
Updates POT metadata (Project-Id-Version + creation date) and reference line mappings. |
CHANGELOG.md |
Adds a 2.0.3 release entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
up1512001
approved these changes
Jun 25, 2026
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.
Summary
Updates plugin display name to a more descriptive title for discoverability.
Type of change
Related issue(s)
Closes #
Relates to # (if applicable)
What changed
Breaking changes
Does this introduce a breaking change? If yes, describe the impact and migration path below.
Testing
Describe how this was tested.
Test details:
Screenshots / recordings
If applicable, add screenshots or short recordings.
Checklist