Skip to content

Commit 64b3801

Browse files
cklei-carlygithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent bccc9cc commit 64b3801

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,51 @@
22

33
All notable changes to `inspirecms-core` will be documented in this file.
44

5+
## 5.0.0 - 2026-04-22
6+
7+
### InspireCMS v5.0.0
8+
9+
InspireCMS v5.0.0 is a major release focused on framework compatibility updates and dependency alignment for the next generation of the platform.
10+
11+
#### Highlights
12+
13+
- Laravel 12 and Laravel 13 support across v5 packages
14+
- PHP 8.2+ baseline
15+
- Filament 5 support in the support package
16+
17+
#### Package Compatibility
18+
19+
##### Runtime
20+
21+
- PHP: >= 8.2
22+
- Laravel: ^11.0 | ^12.0 | ^13.0
23+
24+
##### Ecosystem
25+
26+
- Filament (support package): ^5.0
27+
- InspireCMS core package links to matching support package version via self.version
28+
29+
#### Important Notes for Upgrades
30+
31+
- This is a major version. Review your dependency constraints before upgrading.
32+
- If your app is using older Filament versions, upgrade to Filament 5 before adopting InspireCMS v5.
33+
- If you customized model observer behavior, ensure your implementation is compatible with Laravel 13 model booting behavior.
34+
- Clear caches after upgrade:
35+
36+
```bash
37+
php artisan optimize:clear
38+
39+
```
40+
#### Installation / Upgrade
41+
42+
```bash
43+
composer require solution-forest/inspirecms-core:^5.0
44+
45+
```
46+
**Full Changelog**: https://github.com/solutionforest/Inspirecms-core/compare/4.0.10...5.0.0
47+
48+
If you tag from a different base point, replace compare ranges with your actual previous release tag (for example, 4.0.10...5.0.0).
49+
550
## 4.0.11 - 2026-04-22
651

752
### What's Changed in 4.0.11
@@ -185,6 +230,7 @@ composer require solution-forest/inspirecms-core:^1.2.2
185230

186231

187232

233+
188234
```
189235
## 1.2.1 - 2025-08-19
190236

@@ -212,6 +258,7 @@ composer require solution-forest/inspirecms-core:^1.2.1
212258

213259

214260

261+
215262
```
216263
## 1.2.0 - 2025-08-13
217264

@@ -250,6 +297,7 @@ composer require solution-forest/inspirecms-core:^1.2.0
250297

251298

252299

300+
253301
```
254302
## 1.1.3 - 2025-08-12
255303

@@ -284,6 +332,7 @@ composer require solution-forest/inspirecms-core:^1.1.2
284332

285333

286334

335+
287336
```
288337
**Full Changelog**: https://github.com/solutionforest/Inspirecms-core/compare/1.1.1...1.1.2
289338

0 commit comments

Comments
 (0)