Skip to content

Commit

Permalink
build: 5.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidmattei committed Jun 26, 2024
1 parent 362e5c6 commit a8cd70b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG-5.x.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog 5.x

## 5.17.2 (2024-06-24)
## 5.17.2 (2024-06-26)
### Bug Fixes
* fix(common/storage): S3StreamPromise read by @theus77 in https://github.com/ems-project/elasticms/pull/924
* fix(core): environment modal(s) showing on page load by @Davidmattei in https://github.com/ems-project/elasticms/pull/934
* fix(core/api): json export remove proxy fields (__initializer__, ...) by @Davidmattei in https://github.com/ems-project/elasticms/pull/911
* fix(core/media-lib): preview modal not responsive to content by @Davidmattei in https://github.com/ems-project/elasticms/pull/925
* fix(core/media-lib): search bar query and ui by @Davidmattei in https://github.com/ems-project/elasticms/pull/926
Expand Down
4 changes: 1 addition & 3 deletions build/src/Release/Command/AbstractCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ protected function confirm(string $question, bool $default = true): bool
protected function runProcess(Process $process): void
{
$this->processHelper->run($this->output, $process, null, function (string $type, string $data): void {
if (Process::ERR === $type) {
$this->io->warning($data);
} else {
if (Process::ERR !== $type) {
$this->output->write($data);
}
});
Expand Down
16 changes: 8 additions & 8 deletions elasticms-admin/composer.lock

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

0 comments on commit a8cd70b

Please sign in to comment.