Skip to content

Commit 43c64e3

Browse files
authored
chore: update version to 2.0.0 and prepare for release (#117)
1 parent a4cfaae commit 43c64e3

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [1.1.0](https://github.com/rtCamp/rt-carousel/compare/v1.0.4...v1.1.0) (2026-04-08)
3+
## [2.0.0](https://github.com/rtCamp/rt-carousel/compare/v1.0.4...v2.0.0) (2026-04-13)
44

55

66
### Bug Fixes

docs/INSTALLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
2. **Run the installation command (stable release):**
3030

3131
```bash
32-
composer require rtcamp/rt-carousel:^1.0
32+
composer require rtcamp/rt-carousel:^2.0
3333
```

languages/rt-carousel.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GPL-2.0-or-later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: rtCarousel 1.1.0\n"
5+
"Project-Id-Version: rtCarousel 2.0.0\n"
66
"Report-Msgid-Bugs-To: https://github.com/rtCamp/rt-carousel/issues\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2026-04-13T06:52:44+00:00\n"
12+
"POT-Creation-Date: 2026-04-13T10:53:33+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.12.0\n"
1515
"X-Domain: rt-carousel\n"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rt-carousel",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Carousel block using Embla and WordPress Interactivity API",
55
"author": "rtCamp",
66
"private": true,

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: carousel, slider, block, interactivity-api, embla
44
Requires at least: 6.6
55
Tested up to: 6.9
66
Requires PHP: 8.2
7-
Stable tag: 1.1.0
7+
Stable tag: 2.0.0
88
License: GPL-2.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -85,7 +85,7 @@ rtCarousel is the successor to Carousel Kit. Simply install and activate rtCarou
8585

8686
== Changelog ==
8787

88-
= 1.1.0 =
88+
= 2.0.0 =
8989
* New: Carousel progress bar block
9090
* New: Vertical alignment support for carousel slides
9191
* New: wp-env configuration for local development
@@ -128,5 +128,5 @@ rtCarousel is the successor to Carousel Kit. Simply install and activate rtCarou
128128

129129
== Upgrade Notice ==
130130

131-
= 1.1.0 =
131+
= 2.0.0 =
132132
Plugin renamed from "Carousel Kit" to "rtCarousel". Existing carousel blocks are automatically migrated on activation. The old Carousel Kit plugin is deactivated automatically and can be safely deleted.

rt-carousel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Domain Path: /languages
1111
* License: GPL-2.0-or-later
1212
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
13-
* Version: 1.1.0
13+
* Version: 2.0.0
1414
* Text Domain: rt-carousel
1515
*
1616
* @package rt-carousel

0 commit comments

Comments
 (0)