Skip to content

Commit c1bc742

Browse files
authored
Merge pull request #11 from LindemannRock/release-please--branches--main
chore(main): release 5.4.0
2 parents 13da821 + 49ef346 commit c1bc742

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [5.4.0](https://github.com/LindemannRock/craft-slideshow-manager/compare/v5.3.0...v5.4.0) (2025-12-04)
4+
5+
6+
### Features
7+
8+
* add PHPStan and EasyCodingStandard configurations, enhance plugin settings, and clean up code ([498ca9b](https://github.com/LindemannRock/craft-slideshow-manager/commit/498ca9b62ac54dc4b811bbb29dcfca52117db7ad))
9+
* add properties for slide details including title, description, category, and content ([f9ea334](https://github.com/LindemannRock/craft-slideshow-manager/commit/f9ea33408df7fbaafed54ed16d752a5af86c8cfe))
10+
11+
12+
### Bug Fixes
13+
14+
* simplify settings loading logic in SettingsController ([1b5682a](https://github.com/LindemannRock/craft-slideshow-manager/commit/1b5682a462ffe5ef2cc17bfe3f047e2e6bfdfba3))
15+
* update method signatures to allow nullable context parameters in defineSources and defineActions ([c699807](https://github.com/LindemannRock/craft-slideshow-manager/commit/c699807e399e0462149036b2aae2430011e7d0f8))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* add [@since](https://github.com/since) 1.0.0 annotation to multiple files for versioning clarity ([13da821](https://github.com/LindemannRock/craft-slideshow-manager/commit/13da8215ec87bbc1a56b67950b9d879b4b949527))
21+
322
## [5.3.0](https://github.com/LindemannRock/craft-slideshow-manager/compare/v5.2.0...v5.3.0) (2025-11-15)
423

524

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lindemannrock/craft-slideshow-manager",
33
"description": "Comprehensive slideshow management field with Swiper.js integration for Craft CMS",
44
"type": "craft-plugin",
5-
"version": "5.3.0",
5+
"version": "5.4.0",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)