From 34be50ac00c3ecc39e8ae0e7365c3665c5f02057 Mon Sep 17 00:00:00 2001 From: David mattei Date: Thu, 11 Jul 2024 19:39:27 +0200 Subject: [PATCH] feat(core): ems:job:run execute releases (#952) --- upgrade.md | 1 + 1 file changed, 1 insertion(+) diff --git a/upgrade.md b/upgrade.md index 1e7a77d..6fa60fd 100644 --- a/upgrade.md +++ b/upgrade.md @@ -12,6 +12,7 @@ ## version 5.19.x +* The core command ```emsco:release:publish``` has been removed, ```emsco:job:run``` will now publish releases * All indexes must be rebuilt (as a new field `_image_resized_hash` as been defined in file fields) * The function `emsch_unzip` is deprecated and should not be used anymore. use the function ems_file_from_archive or the route EMS\CommonBundle\Controller\FileController::assetInArchive instead * If the `emsch_unzip` function is used to serve assets via the web server you should use the route [EMS\CommonBundle\Controller\FileController::assetInArchive](dev/client-helper-bundle/routing.md#route-to-assets-in-archive)