Skip to content

Commit 2aa7cc6

Browse files
committed
fix: update actions/checkout version and improve release note generation workflow
1 parent b8c6629 commit 2aa7cc6

File tree

2 files changed

+65
-9
lines changed

2 files changed

+65
-9
lines changed

.github/workflows/generate-release-note.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
clean-version: ${{ steps.check.outputs.clean-version }}
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
2626
token: ${{ secrets.GITHUB_TOKEN }}
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
steps:
8888
- name: Checkout code
89-
uses: actions/checkout@v4
89+
uses: actions/checkout@v5
9090
with:
9191
fetch-depth: 0
9292
token: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 63 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,53 @@
22

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

5+
## 1.2.1 - 2025-08-19
6+
7+
### What's Changed in 1.2.1
8+
9+
#### 🐛 Bug Fixes
10+
11+
- Have error while create CmsUser on MySQL
12+
13+
### Installation
14+
15+
```bash
16+
composer require solution-forest/inspirecms-core:^1.2.1
17+
18+
```
19+
20+
## 1.2.0 - 2025-08-13
21+
22+
### What's Changed in 1.2.0
23+
24+
#### ✨ New Features
25+
26+
- Add "MediaPicker" and "ContentPicker" trix field to MarkdownEditor and RichEditor
27+
28+
#### 🐛 Bug Fixes
29+
30+
- Fix: Content invalid publish state
31+
- Fix: Code Editor scripts
32+
33+
#### 🔧 Other Changes
34+
35+
- Add "order" field to be default sorting field to Content listing table
36+
- Update icon for "ContentPicker", "MediaPicker", and "IconPicker"
37+
38+
### Installation
39+
40+
```bash
41+
composer require solution-forest/inspirecms-core:^1.2.0
42+
43+
44+
```
45+
46+
## 1.1.3 - 2025-08-12
47+
48+
### Sync version with support
49+
50+
**Full Changelog**: https://github.com/solutionforest/Inspirecms-core/compare/1.1.2...1.1.3
51+
552
## Release 1.1.2 - 2025-08-11
653

754
### What's Changed in 1.1.2
@@ -15,28 +62,34 @@ All notable changes to `inspirecms-core` will be documented in this file.
1562
```bash
1663
composer require solution-forest/inspirecms-core:^1.1.2
1764

65+
66+
67+
1868
```
69+
1970
**Full Changelog**: https://github.com/solutionforest/Inspirecms-core/compare/1.1.1...1.1.2
2071

2172
## 1.1.1 - 2025-08-06
2273

2374
<!-- Release notes generated using configuration in .github/release.yml at 1.x -->
75+
2476
### What's Changed
2577

2678
#### Other Changes
2779

28-
* Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in https://github.com/solutionforest/Inspirecms-core/pull/6
29-
* Fix typo by @cklei-carly in https://github.com/solutionforest/Inspirecms-core/pull/7
80+
- Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in https://github.com/solutionforest/Inspirecms-core/pull/6
81+
- Fix typo by @cklei-carly in https://github.com/solutionforest/Inspirecms-core/pull/7
3082

3183
### New Contributors
3284

33-
* @cklei-carly made their first contribution in https://github.com/solutionforest/Inspirecms-core/pull/7
85+
- @cklei-carly made their first contribution in https://github.com/solutionforest/Inspirecms-core/pull/7
3486

3587
**Full Changelog**: https://github.com/solutionforest/Inspirecms-core/compare/1.1.0...1.1.1
3688

3789
## 1.1.0 - 2025-07-23
3890

3991
<!-- Release notes generated using configuration in .github/release.yml at 1.x -->
92+
4093
### 🚀 New features
4194

4295
- Add "Rollback" action for content versioning (Pro tier only)
@@ -61,6 +114,7 @@ composer require solution-forest/inspirecms-core:^1.1.2
61114
## 1.0.4 - 2025-07-15
62115

63116
<!-- Release notes generated using configuration in .github/release.yml at 1.x -->
117+
64118
### 🐛 Bug fixes
65119

66120
- Fix: get root while call `getParent` for ContentDto
@@ -71,6 +125,7 @@ composer require solution-forest/inspirecms-core:^1.1.2
71125
## 1.0.3 - 2025-07-11
72126

73127
<!-- Release notes generated using configuration in .github/release.yml at 1.x -->
128+
74129
### 🐛 Bug fixes
75130

76131
- Fix typo
@@ -84,6 +139,7 @@ composer require solution-forest/inspirecms-core:^1.1.2
84139
## 1.0.2 - 2025-07-10
85140

86141
<!-- Release notes generated using configuration in .github/release.yml at 1.x -->
142+
87143
- Add test case for template render
88144
- fix content sidebar: ensure a after "notification & before "trix" & "filament button"
89145

@@ -170,7 +226,7 @@ composer require solution-forest/inspirecms-core:^1.1.2
170226

171227
### What's Changed
172228

173-
* build(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot in https://github.com/solutionforest/Inspirecms-core/pull/5
229+
- build(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot in https://github.com/solutionforest/Inspirecms-core/pull/5
174230

175231
**Full Changelog**: https://github.com/solutionforest/Inspirecms-core/compare/0.0.79...0.0.80
176232

@@ -294,7 +350,7 @@ composer require solution-forest/inspirecms-core:^1.1.2
294350

295351
### What's Changed
296352

297-
* Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in https://github.com/solutionforest/Inspirecms-core/pull/4
353+
- Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in https://github.com/solutionforest/Inspirecms-core/pull/4
298354

299355
**Full Changelog**: https://github.com/solutionforest/Inspirecms-core/compare/0.0.51...0.0.52
300356

@@ -418,15 +474,15 @@ composer require solution-forest/inspirecms-core:^1.1.2
418474

419475
### What's Changed
420476

421-
* Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in https://github.com/solutionforest/Inspirecms-core/pull/3
477+
- Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in https://github.com/solutionforest/Inspirecms-core/pull/3
422478

423479
**Full Changelog**: https://github.com/solutionforest/Inspirecms-core/compare/0.0.23...0.0.24
424480

425481
## 0.0.23 - 2025-01-28
426482

427483
### What's Changed
428484

429-
* Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/solutionforest/Inspirecms-core/pull/2
485+
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/solutionforest/Inspirecms-core/pull/2
430486

431487
**Full Changelog**: https://github.com/solutionforest/Inspirecms-core/compare/0.0.22...0.0.23
432488

0 commit comments

Comments
 (0)