|
2 | 2 |
|
3 | 3 | All notable changes to `inspirecms-core` will be documented in this file. |
4 | 4 |
|
| 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 | + |
5 | 50 | ## 4.0.11 - 2026-04-22 |
6 | 51 |
|
7 | 52 | ### What's Changed in 4.0.11 |
@@ -185,6 +230,7 @@ composer require solution-forest/inspirecms-core:^1.2.2 |
185 | 230 |
|
186 | 231 |
|
187 | 232 |
|
| 233 | + |
188 | 234 | ``` |
189 | 235 | ## 1.2.1 - 2025-08-19 |
190 | 236 |
|
@@ -212,6 +258,7 @@ composer require solution-forest/inspirecms-core:^1.2.1 |
212 | 258 |
|
213 | 259 |
|
214 | 260 |
|
| 261 | + |
215 | 262 | ``` |
216 | 263 | ## 1.2.0 - 2025-08-13 |
217 | 264 |
|
@@ -250,6 +297,7 @@ composer require solution-forest/inspirecms-core:^1.2.0 |
250 | 297 |
|
251 | 298 |
|
252 | 299 |
|
| 300 | + |
253 | 301 | ``` |
254 | 302 | ## 1.1.3 - 2025-08-12 |
255 | 303 |
|
@@ -284,6 +332,7 @@ composer require solution-forest/inspirecms-core:^1.1.2 |
284 | 332 |
|
285 | 333 |
|
286 | 334 |
|
| 335 | + |
287 | 336 | ``` |
288 | 337 | **Full Changelog**: https://github.com/solutionforest/Inspirecms-core/compare/1.1.1...1.1.2 |
289 | 338 |
|
|
0 commit comments