Skip to content

Commit

Permalink
build: 5.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidmattei committed Dec 9, 2024
2 parents f10c6fb + b8ab6c0 commit 3f8c499
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 66 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG-5.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog 5.x

## 5.23.4 (2024-12-09)
### Bug Fixes
* fix(admin/asset): extractor test the filesize before downloading it by @theus77 in https://github.com/ems-project/elasticms/pull/1096
* fix(admin/asset): on upload correct set preview link by @theus77 in https://github.com/ems-project/elasticms/pull/1098
* fix(admin/field): deep recompute time field type by @theus77 in https://github.com/ems-project/elasticms/pull/1094
* fix(admin/job): avoid that JSON messages are hidden (overwrite) by @theus77 in https://github.com/ems-project/elasticms/pull/1100
* fix(admin/revision): restore trash locked exception by @Davidmattei in https://github.com/ems-project/elasticms/pull/1087
* fix(cli/file-reader): import miss formated excel by @theus77 in https://github.com/ems-project/elasticms/pull/1090
* fix(common/mime-types): add XLIFF mimetype support by @theus77 in https://github.com/ems-project/elasticms/pull/1097
* fix(common/pdf): allow domPDF to use TempFile (in the system dir) by @theus77 in https://github.com/ems-project/elasticms/pull/1086
* fix(web/client): updateStyleSets set correct mimetype and filename by @theus77 in https://github.com/ems-project/elasticms/pull/1099

## 5.23.3 (2024-11-26)
### Bug Fixes
* fix(admin/field): multiple asset must use the id of the children (not the parent) by @theus77 in https://github.com/ems-project/elasticms/pull/1075
Expand Down Expand Up @@ -34,6 +46,15 @@
### Chores
* chore(doc): add example ems_dom_crawler twig filter by @Davidmattei in https://github.com/ems-project/elasticms/pull/1047

## 5.22.4 (2024-12-09)
### Bug Fixes
* fix(admin/asset): extractor test the filesize before downloading it by @theus77 in https://github.com/ems-project/elasticms/pull/1096
* fix(admin/asset): on upload correct set preview link by @theus77 in https://github.com/ems-project/elasticms/pull/1098
* fix(admin/field): deep recompute time field type by @theus77 in https://github.com/ems-project/elasticms/pull/1094
* fix(admin/job): avoid that JSON messages are hidden (overwrite) by @theus77 in https://github.com/ems-project/elasticms/pull/1100
* fix(admin/revision): restore trash locked exception by @Davidmattei in https://github.com/ems-project/elasticms/pull/1087
* fix(common/mime-types): add XLIFF mimetype support by @theus77 in https://github.com/ems-project/elasticms/pull/1097

## 5.22.3 (2024-11-04)
### Bug Fixes
* fix(admin/contentType): locale option array on dateRange by @Davidmattei in https://github.com/ems-project/elasticms/pull/1059
Expand Down Expand Up @@ -72,6 +93,14 @@
### Chores
* chore(demo): remove double 'french_stop' from backup. by @theus77 in https://github.com/ems-project/elasticms/pull/1018

## 5.21.5 (2024-12-09)
### Bug Fixes
* fix(admin/asset): extractor test the filesize before downloading it by @theus77 in https://github.com/ems-project/elasticms/pull/1096
* fix(admin/asset): on upload correct set preview link by @theus77 in https://github.com/ems-project/elasticms/pull/1098
* fix(admin/field): deep recompute time field type by @theus77 in https://github.com/ems-project/elasticms/pull/1094
* fix(admin/job): avoid that JSON messages are hidden (overwrite) by @theus77 in https://github.com/ems-project/elasticms/pull/1100
* fix(admin/revision): restore trash locked exception by @Davidmattei in https://github.com/ems-project/elasticms/pull/1087

## 5.21.4 (2024-10-28)
### Bug Fixes
* fix(admin/security): give public access to route prefixed with /bundle by @theus77 in https://github.com/ems-project/elasticms/pull/1053
Expand Down
64 changes: 32 additions & 32 deletions elasticms-admin/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions elasticms-cli/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3f8c499

Please sign in to comment.