Skip to content

[Chore]: Preparation for 1.1.0 version release#110

Open
theMasudRana wants to merge 10 commits intodevelopfrom
update/release-preparation
Open

[Chore]: Preparation for 1.1.0 version release#110
theMasudRana wants to merge 10 commits intodevelopfrom
update/release-preparation

Conversation

@theMasudRana
Copy link
Copy Markdown
Collaborator

@theMasudRana theMasudRana commented Apr 8, 2026

Summary

This PR will update the required files to release the 1.1.0 version

Type of change

  • Bug fix
  • New feature
  • Enhancement/refactor
  • Documentation update
  • Test update
  • Build/CI/tooling

Related issue(s)

Closes #
Relates to # (if applicable)

What changed

  • Plugin version updated

Breaking changes

Does this introduce a breaking change? If yes, describe the impact and migration path below.

  • Yes — migration path:
  • No

Testing

Describe how this was tested.

  • Unit tests
  • Manual testing
  • Cross-browser testing (if UI changes)

Test details:

Screenshots / recordings

If applicable, add screenshots or short recordings.

Checklist

  • I have self-reviewed this PR
  • I have added/updated tests where needed
  • I have updated docs where needed
  • I have checked for breaking changes

- Updated version in package.json, readme.txt, and rt-carousel.php to 1.1.0
- Added new features: carousel progress bar block, vertical alignment support, and wp-env configuration
- Fixed issues with navigation buttons, block toolbar visibility, and carousel initialization state
- Refactored plugin name from "Carousel Kit" to "rtCarousel"
- Removed development files from distribution package
@theMasudRana theMasudRana requested a review from Copilot April 8, 2026 10:54
@theMasudRana theMasudRana marked this pull request as ready for review April 8, 2026 10:54
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the rtCarousel WordPress plugin repository for the 1.1.0 release by synchronizing version metadata across plugin/distribution files, updating release notes, and adjusting the Node-based changelog tooling.

Changes:

  • Bump version references to 1.1.0 across plugin header, WordPress readme, npm package metadata, lockfile, and POT header.
  • Update readme.txt with upgrade guidance (from “Carousel Kit”), changelog entries, and an upgrade notice for 1.1.0.
  • Add 1.1.0 release notes to CHANGELOG.md and update changelog generation tooling/dependencies.

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 plugin header version to 1.1.0.
readme.txt Updates stable tag, adds upgrade FAQ + 1.1.0 changelog + upgrade notice.
package.json Bumps npm version to 1.1.0 and adjusts changelog script/deps.
package-lock.json Syncs lockfile version and captures dependency/tooling updates.
languages/rt-carousel.pot Updates Project-Id-Version and POT creation metadata; adds new strings.
CHANGELOG.md Adds generated 1.1.0 release section with features/fixes/refactors.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@theMasudRana theMasudRana self-assigned this Apr 8, 2026
milindmore22
milindmore22 previously approved these changes Apr 8, 2026
Copy link
Copy Markdown

@milindmore22 milindmore22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

milindmore22
milindmore22 previously approved these changes Apr 8, 2026
Copilot AI review requested due to automatic review settings April 8, 2026 12:48
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 11 out of 12 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +23 to 27
* rename plugin from "Carousel Kit" to "rtCarousel" with automatic block content migration ([#101](https://github.com/rtCamp/rt-carousel/pull/101)) ([9788ed7](https://github.com/rtCamp/rt-carousel/commit/9788ed7))


## [1.0.4](https://github.com/rtCamp/carousel-kit/compare/v1.0.3...v1.0.4) (2026-03-09)

Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CHANGELOG.md mixes repository URLs: the new 1.1.0 section links to rtCamp/rt-carousel, but older releases (e.g., 1.0.4) still link to rtCamp/carousel-kit for compare/commit URLs. This makes the changelog inconsistent and can break/redirect links for readers. Consider updating the older release links to the current repository (or add a clear note explaining that pre-rename history lives in a different repo).

Copilot uses AI. Check for mistakes.
Comment on lines 1 to 5
{
"name": "rt-carousel",
"version": "1.0.4",
"version": "1.1.0",
"description": "Carousel block using Embla and WordPress Interactivity API",
"author": "rtCamp",
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description says only the plugin version was updated, but this PR also updates the readme (FAQ/changelog/upgrade notice), adds a 1.1.0 changelog entry, updates the .pot file, adjusts migration logging, and updates npm deps/lockfile. Please update the PR description (Summary / What changed / Testing details) to reflect the actual scope so release review is accurate.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants