Skip to content

Commit

Permalink
Merge branch 'ref/sys_get_temp_dir' into ref/cache-in-storages
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Jun 25, 2024
2 parents e245cad + e6fcdc0 commit f66e042
Show file tree
Hide file tree
Showing 19 changed files with 488 additions and 452 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG-5.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog 5.x

## 5.18.0 (2024-06-25)
### Features
* feat(common/admin): update command dump file and onlyMissing option by @theus77 in https://github.com/ems-project/elasticms/pull/897
* feat(common/api): add EMS_BACKEND_API_TIMEOUT config by @theus77 in https://github.com/ems-project/elasticms/pull/900
* feat(core/twig): add emsco_save_contents twig function by @theus77 in https://github.com/ems-project/elasticms/pull/901
* feat(core/twig): add emsco_warning and emsco_notice functions by @theus77 in https://github.com/ems-project/elasticms/pull/905
* feat(core/view): define contentType default overview by @Davidmattei in https://github.com/ems-project/elasticms/pull/910
* feat(demo): add asset content type (documentation) by @Davidmattei in https://github.com/ems-project/elasticms/pull/907
* feat(demo): implement emsco_display for content types by @Davidmattei in https://github.com/ems-project/elasticms/pull/913
* feat(elasticms): add file structure commands for static websites by @theus77 in https://github.com/ems-project/elasticms/pull/917
* feat(elasticms): add force option to file structure publish (target out of sync) by @theus77 in https://github.com/ems-project/elasticms/pull/919
* feat(ems/command): add ems:batch command by @Davidmattei in https://github.com/ems-project/elasticms/pull/918
### Bug Fixes
* fix(cli): load twig bundle for (ems:batch) command by @Davidmattei in https://github.com/ems-project/elasticms/pull/927
* fix(cli/import): trim import headers by @Davidmattei in https://github.com/ems-project/elasticms/pull/908
* fix(core/release): rework publish and unpublish by @Davidmattei in https://github.com/ems-project/elasticms/pull/912
### Code Refactoring
* refactor(core): extract translations by @Davidmattei in https://github.com/ems-project/elasticms/pull/916
* refactor: build translations with symfony 6 by @Davidmattei in https://github.com/ems-project/elasticms/pull/920

## 5.17.2 (2024-06-24)
### Bug Fixes
* fix(common/storage): S3StreamPromise read by @theus77 in https://github.com/ems-project/elasticms/pull/924
Expand Down
2 changes: 1 addition & 1 deletion EMS/admin-ui-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require" : {
"php": "^8.1",
"elasticms/core-bundle": "5.17.*"
"elasticms/core-bundle": "5.18.*"
},
"autoload" : {
"psr-4" : {
Expand Down
2 changes: 1 addition & 1 deletion EMS/client-helper-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require" : {
"php": "^8.1",
"composer/ca-bundle": "^1.1",
"elasticms/common-bundle": "5.17.*",
"elasticms/common-bundle": "5.18.*",
"onelogin/php-saml": "^4.1",
"stevenmaguire/oauth2-keycloak": "^5.1",
"symfony-cmf/routing": "^2.3",
Expand Down
2 changes: 1 addition & 1 deletion EMS/common-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"doctrine/doctrine-bundle": "^2.8",
"doctrine/orm": "^2.6",
"dompdf/dompdf": "^v2.0",
"elasticms/helpers": "5.17.*",
"elasticms/helpers": "5.18.*",
"guzzlehttp/guzzle": "^6.3",
"maennchen/zipstream-php": "^2.4",
"phpoffice/phpspreadsheet": "^1.16",
Expand Down
4 changes: 2 additions & 2 deletions EMS/core-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"doctrine/doctrine-bundle": "^2.8",
"doctrine/doctrine-migrations-bundle": "^3.2",
"dragonmantank/cron-expression": "^3.1",
"elasticms/submission-bundle": "5.17.*",
"elasticms/xliff": "5.17.*",
"elasticms/submission-bundle": "5.18.*",
"elasticms/xliff": "5.18.*",
"guzzlehttp/guzzle": "^6.3",
"maennchen/zipstream-php": "^2.4",
"ocramius/doctrine-batch-utils": "^2.5",
Expand Down
2 changes: 1 addition & 1 deletion EMS/form-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"require" : {
"php": "^8.1",
"elasticms/client-helper-bundle": "5.17.*",
"elasticms/client-helper-bundle": "5.18.*",
"giggsey/libphonenumber-for-php": "^8.12",
"symfony/form": "^5.4",
"symfony/intl": "^5.4",
Expand Down
2 changes: 1 addition & 1 deletion EMS/submission-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"require" : {
"php" : "^8.1",
"elasticms/form-bundle" : "5.17.*",
"elasticms/form-bundle" : "5.18.*",
"league/flysystem-memory": "^2.0",
"league/flysystem-sftp-v3": "^2.0",
"symfony/console": "^5.4",
Expand Down
2 changes: 1 addition & 1 deletion EMS/xliff/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require" : {
"php": "^8.1",
"ext-dom": "*",
"elasticms/helpers": "5.17.*",
"elasticms/helpers": "5.18.*",
"symfony/dom-crawler": "^5.4",
"symfony/property-access": "^5.4"
},
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
Loading

0 comments on commit f66e042

Please sign in to comment.