Skip to content

Commit

Permalink
build: 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidmattei committed Aug 1, 2023
1 parent 7e4a755 commit 07fccbd
Show file tree
Hide file tree
Showing 4 changed files with 1,029 additions and 985 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG-5.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog 5.x

## 5.8.0 (2023-08-01)
### Features
* feat(cli/media-sync): new options by @Davidmattei in https://github.com/ems-project/elasticms/pull/555
* feat(common/api): file endpoint download method + TempFile helper by @Davidmattei in https://github.com/ems-project/elasticms/pull/559
* feat(core/content-type): datalink tooltip in edit mode by @Davidmattei in https://github.com/ems-project/elasticms/pull/567
* feat(core/job): tagged jobs by @Davidmattei in https://github.com/ems-project/elasticms/pull/550
* feat(core/twig): new emsco_get filter (deprecated data filter) by @Davidmattei in https://github.com/ems-project/elasticms/pull/565
* feat(web): security form login (coreApi) by @Davidmattei in https://github.com/ems-project/elasticms/pull/543
* feat: redirect to controller by @theus77 in https://github.com/ems-project/elasticms/pull/562
### Bug Fixes
* fix(cli/webToElasticms): expression array_merge reorder keys by @IsaMic in https://github.com/ems-project/elasticms/pull/558
* fix(common): avoid loading file in memory (use TempFile) by @theus77 in https://github.com/ems-project/elasticms/pull/560
* fix(common): non recursive folder creation by @theus77 in https://github.com/ems-project/elasticms/pull/561
* fix(helper): tempFile load from stream not working by @Davidmattei in https://github.com/ems-project/elasticms/pull/564
### Code Refactoring
* refactor(adminUI): a11y and theme color and tika hello by @theus77 in https://github.com/ems-project/elasticms/pull/537
* refactor(adminUI): add .gitattributes by @Davidmattei in https://github.com/ems-project/elasticms/pull/533
* refactor(adminUI): bootstrap 5 by @theus77 in https://github.com/ems-project/elasticms/pull/531
* refactor(cli/media-library): sync already uploaded by @IsaMic in https://github.com/ems-project/elasticms/pull/556
* refactor(cli/webToElasticms): add reports assetInError by @IsaMic in https://github.com/ems-project/elasticms/pull/557
### Chores
* chore: add makeFile actions for database by @Davidmattei in https://github.com/ems-project/elasticms/pull/563
* chore: cleanup bundles (composer scripts and .gitignore by @Davidmattei in https://github.com/ems-project/elasticms/pull/527

## 5.7.3 (2023-08-01)
### Bug Fixes
* fix(cli): malformed utf8 char by @theus77 in https://github.com/ems-project/elasticms/pull/551
Expand Down
Loading

0 comments on commit 07fccbd

Please sign in to comment.