diff --git a/CHANGELOG-5.x.md b/CHANGELOG-5.x.md index 64f281ccd..2faa51a29 100644 --- a/CHANGELOG-5.x.md +++ b/CHANGELOG-5.x.md @@ -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 diff --git a/build/src/Release/Command/AbstractCommand.php b/build/src/Release/Command/AbstractCommand.php index 5a96fe045..45ff82c53 100644 --- a/build/src/Release/Command/AbstractCommand.php +++ b/build/src/Release/Command/AbstractCommand.php @@ -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); } }); diff --git a/elasticms-admin/composer.lock b/elasticms-admin/composer.lock index 5e2bcd47c..80f27fae0 100644 --- a/elasticms-admin/composer.lock +++ b/elasticms-admin/composer.lock @@ -2017,12 +2017,12 @@ "source": { "type": "git", "url": "https://github.com/ems-project/EMSAdminUIBundle.git", - "reference": "6de66c23dbd96acb1d92c52ad84a7492e00b5d02" + "reference": "f0abfe68507a29008583c8fa0968468d5fe55d39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ems-project/EMSAdminUIBundle/zipball/6de66c23dbd96acb1d92c52ad84a7492e00b5d02", - "reference": "6de66c23dbd96acb1d92c52ad84a7492e00b5d02", + "url": "https://api.github.com/repos/ems-project/EMSAdminUIBundle/zipball/f0abfe68507a29008583c8fa0968468d5fe55d39", + "reference": "f0abfe68507a29008583c8fa0968468d5fe55d39", "shasum": "" }, "require": { @@ -2054,7 +2054,7 @@ "support": { "source": "https://github.com/ems-project/EMSAdminUIBundle/tree/5.17.2" }, - "time": "2024-06-03T12:39:52+00:00" + "time": "2024-06-26T08:07:06+00:00" }, { "name": "elasticms/client-helper-bundle", @@ -2212,12 +2212,12 @@ "source": { "type": "git", "url": "https://github.com/ems-project/EMSCoreBundle.git", - "reference": "223b68c0f255db2d0de3cb9b5d6d46d26a3aca05" + "reference": "cee73d73967a4e30bb239064a9fb7d0b5ac8fa63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ems-project/EMSCoreBundle/zipball/223b68c0f255db2d0de3cb9b5d6d46d26a3aca05", - "reference": "223b68c0f255db2d0de3cb9b5d6d46d26a3aca05", + "url": "https://api.github.com/repos/ems-project/EMSCoreBundle/zipball/cee73d73967a4e30bb239064a9fb7d0b5ac8fa63", + "reference": "cee73d73967a4e30bb239064a9fb7d0b5ac8fa63", "shasum": "" }, "require": { @@ -2278,7 +2278,7 @@ "support": { "source": "https://github.com/ems-project/EMSCoreBundle/tree/5.17.2" }, - "time": "2024-06-24T16:41:36+00:00" + "time": "2024-06-26T08:07:06+00:00" }, { "name": "elasticms/form-bundle",