Skip to content

Commit c74419c

Browse files
committed
release/1.2.1
1 parent e8ccf54 commit c74419c

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,25 @@
22
## [Unreleased]
33

44

5+
<a name="1.2.1"></a>
6+
## [1.2.1] - 2024-04-19
7+
### 🐞 Fixed
8+
- improved default sort value generation
9+
- Use `publishRecursive()` to publish an Item from the gridfield allowing for SS5 compatibility
10+
11+
12+
<a name="1.2.0"></a>
13+
## [1.2.0] - 2023-06-28
14+
### 🐞 Fixed
15+
- PHPstan naggin
16+
- PHPstan naggin
17+
18+
### Pull Requests
19+
- Merge pull request [#10](https://github.com/syntro-opensource/silverstripe-elemental-baseitem/issues/10) from syntro-opensource/add/SS5-support
20+
21+
522
<a name="1.1.0"></a>
6-
## [1.1.0] - 2022-08-23
23+
## [1.1.0] - 2022-08-24
724
### 🐞 Fixed
825
- Gridfield config shows column title
926
- creating a new item will correctly set a `Sort` value
@@ -30,6 +47,8 @@
3047
- initial commit
3148

3249

33-
[Unreleased]: https://github.com/syntro-opensource/silverstripe-elemental-baseitem/compare/1.1.0...HEAD
50+
[Unreleased]: https://github.com/syntro-opensource/silverstripe-elemental-baseitem/compare/1.2.1...HEAD
51+
[1.2.1]: https://github.com/syntro-opensource/silverstripe-elemental-baseitem/compare/1.2.0...1.2.1
52+
[1.2.0]: https://github.com/syntro-opensource/silverstripe-elemental-baseitem/compare/1.1.0...1.2.0
3453
[1.1.0]: https://github.com/syntro-opensource/silverstripe-elemental-baseitem/compare/1.0.1...1.1.0
3554
[1.0.1]: https://github.com/syntro-opensource/silverstripe-elemental-baseitem/compare/1.0.0...1.0.1

0 commit comments

Comments
 (0)