Update changelog to bump version 2.0.4#161
Open
milindmore22 wants to merge 5 commits into
Open
Conversation
… in version 2.0.4
…roll and fade transition support
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot couldn't run its full agentic review because no GitHub Actions runner was available. Make sure your repository has a runner available to run Copilot's review, or add a copilot-setup-steps.yml file specifying one with the runs-on attribute. See the docs for more details.
Prepares the rtCarousel 2.0.4 release by updating version references and publishing release notes across plugin metadata, docs, and translation templates.
Changes:
- Bumped version numbers to 2.0.4 in plugin header, npm metadata, and WordPress readme.
- Added 2.0.4 release notes to
CHANGELOG.mdandreadme.txt. - Regenerated the translation template (
.pot) to reflect the new release and strings.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| rt-carousel.php | Updates the plugin header version to 2.0.4. |
| readme.txt | Updates stable tag and adds 2.0.4 changelog entries. |
| package.json | Bumps npm package version to 2.0.4. |
| languages/rt-carousel.pot | Updates POT headers and includes newly extracted strings for 2.0.4. |
| CHANGELOG.md | Adds 2.0.4 section with feature entries and compare link. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+60
to
66
| #: build/blocks/carousel/controls/index.js:1 | ||
| msgid "Previous Slide" | ||
| msgstr "" | ||
|
|
||
| #: build/blocks/carousel/controls/index.js:147 | ||
| #: build/blocks/carousel/controls/index.js:219 | ||
| #: build/blocks/carousel/controls/index.js:1 | ||
| msgid "Next Slide" | ||
| msgstr "" |
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
Prepare the 2.0.4 release of rtCarousel. This release updates plugin metadata, changelog entries, and documentation for the latest changes merged into develop.
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