Skip to content

Commit 9874909

Browse files
committed
Merge branch 'develop' of https://github.com/rtCamp/carousel-kit into fix/dependabot-issues
2 parents ec94099 + 542f8d2 commit 9874909

30 files changed

+405
-204
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
1-
## [1.0.1](https://github.com/rtCamp/carousel-kit/compare/v1.0.0...v1.0.1) (2026-02-20)
1+
## [1.0.3](https://github.com/rtCamp/carousel-system-interactivity-api/compare/v1.0.2...v1.0.3) (2026-02-24)
22

33

4+
### Bug Fixes
5+
6+
* enable loop on editor ([fe4566a](https://github.com/rtCamp/carousel-system-interactivity-api/commit/fe4566afcf72e1e663c7eb481a7957d62c2d3365))
7+
* state corruption when clicking between slides ([637e4a5](https://github.com/rtCamp/carousel-system-interactivity-api/commit/637e4a507eb2c58576c4004d5460e8aa7295db9f))
8+
9+
## [1.0.2](https://github.com/rtCamp/carousel-system-interactivity-api/compare/v1.0.1...v1.0.2) (2026-02-23)
10+
11+
12+
### Bug Fixes
13+
14+
* **demo:** 4 slides per view ([e13817c](https://github.com/rtCamp/carousel-system-interactivity-api/commit/e13817c8e49e0e071580efbf95ff4c77d677e114))
15+
* replace PNG images with optimized WEBP format ([eb60082](https://github.com/rtCamp/carousel-system-interactivity-api/commit/eb6008251039ea700262c63db89a266072ee6c3f))
16+
* replace urls with webp alts ([000f894](https://github.com/rtCamp/carousel-system-interactivity-api/commit/000f894a9818bd8181977cb038231e0ea3d82386))
17+
18+
### Features
19+
20+
* setup wizard styles ([0be0bf7](https://github.com/rtCamp/carousel-system-interactivity-api/commit/0be0bf7cde8c9035cca1086dce7dce005e0d39b2))
21+
* slide appender and setup ([a42331d](https://github.com/rtCamp/carousel-system-interactivity-api/commit/a42331d10b225379408ddf8c0649e83484496a1e))
22+
23+
24+
# [1.0.1](https://github.com/rtCamp/carousel-system-interactivity-api/compare/1.0.0...1.0.1) (2026-02-16)
25+
426
### Bug Fixes
527

628
* **carousel:** allow infinite loop in editor viewport ([0f604a1](https://github.com/rtCamp/carousel-kit/commit/0f604a1ce7b1294a6c39505eeff4140f9718499b))

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ Have a feature request? [Open an issue](https://github.com/rtCamp/carousel-kit/i
9696

9797
- [Danish Shakeel](https://github.com/danish17)
9898
- [Masud Rana](https://github.com/theMasudRana)
99+
- [rtCamp](https://profiles.wordpress.org/rtcamp)
100+
- [Aviral Mittal](https://github.com/aviral-mittal)
101+
- [Vishal Kotak](https://github.com/vishal4669)
102+
- [Aishwarrya Pande](https://github.com/AishwarryaPande)
103+
- [Raj Patel](https://github.com/imrraaj)
104+
99105

100106
## License
101107
GPL-2.0-or-later

carousel-kit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Contributors: iamdanih17, immasud
1111
* License: GPL2
1212
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
13-
* Version: 1.0.0
13+
* Version: 1.0.3
1414
* Text Domain: carousel-kit
1515
*
1616
* @package carousel-kit

examples/data/carousel-kit.xml

Lines changed: 113 additions & 113 deletions
Large diffs are not rendered by default.
-13.9 KB
Binary file not shown.
2.35 KB
Loading
-48.7 KB
Binary file not shown.
15.3 KB
Loading
-4.72 KB
Binary file not shown.
1012 Bytes
Loading

0 commit comments

Comments
 (0)