Skip to content

Commit 5c2dce4

Browse files
committed
Prep for release
1 parent 8954d7f commit 5c2dce4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

33
Changes that may have an impact on backwards compatibility (i.e. they may break existing workflows) are marked with `[BC]`.
44

5+
## 2.1.0 - 2023-12-11
6+
- Bump symfony/console to 5.4.32
7+
- Bump symfony/yaml to 5.4.31
8+
- Fix non-English filename generation (thanks @livingroot) [#442]
9+
- Add new config option 'category_ids_in_elements' to extract category ids instead of category names (thanks @wuuti) [#443]
10+
- Add ability to duplicate contexts with resources (thanks @bezumkin) [#439]
11+
- Add handling for packages using the new xPDO v3 model structure when extracting and building [#444]
12+
513
## 2.0.1 - 2023-03-24
614
- Switch base 'config' option (introduced in 2.0.0) to 'dotfile', to prevent conflict with 'config' option in modx:install command. (26f6c3c)
715

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1-pl
1+
2.1.0-pl

0 commit comments

Comments
 (0)