Skip to content

Commit 97404f0

Browse files
authored
Merge pull request #9 from solutionforest/1_to_2
Merge missing changes from v1
2 parents 729bffa + 7f919f4 commit 97404f0

22 files changed

Lines changed: 1463 additions & 26 deletions

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
ref: ${{ github.head_ref }}
2020

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
ref: 1.x
1919

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

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

5+
## 1.2.3 - 2025-08-20
6+
7+
<!-- Release notes generated using configuration in .github/release.yml at 1.x -->
8+
### Sync version with support
9+
10+
**Full Changelog**: https://github.com/solutionforest/Inspirecms-core/compare/1.2.2...1.2.3
11+
12+
## 1.2.2 - 2025-08-20
13+
14+
### What's Changed in 1.2.2
15+
16+
#### Sync version with support
17+
18+
### Installation
19+
20+
```bash
21+
composer require solution-forest/inspirecms-core:^1.2.2
22+
23+
24+
```
525
## 1.2.1 - 2025-08-19
626

727
### What's Changed in 1.2.1
@@ -15,8 +35,9 @@ All notable changes to `inspirecms-core` will be documented in this file.
1535
```bash
1636
composer require solution-forest/inspirecms-core:^1.2.1
1737

18-
```
1938

39+
40+
```
2041
## 1.2.0 - 2025-08-13
2142

2243
### What's Changed in 1.2.0
@@ -41,8 +62,9 @@ composer require solution-forest/inspirecms-core:^1.2.1
4162
composer require solution-forest/inspirecms-core:^1.2.0
4263

4364

44-
```
4565

66+
67+
```
4668
## 1.1.3 - 2025-08-12
4769

4870
### Sync version with support

bin/build.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,14 @@ compile({
5252
...defaultOptions,
5353
entryPoints: ['./resources/js/components/code-editor.js'],
5454
outfile: './resources/dist/components/code-editor.js',
55+
})
56+
compile({
57+
...defaultOptions,
58+
entryPoints: ['./resources/js/components/markdown-editor.js'],
59+
outfile: './resources/dist/components/markdown-editor.js',
60+
})
61+
compile({
62+
...defaultOptions,
63+
entryPoints: ['./resources/js/rich-editor-enhancement.js'],
64+
outfile: './resources/dist/rich-editor-enhancement.js',
5565
})

package-lock.json

Lines changed: 191 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)