Журнал змін для Zero Downtime Deployment

Версія 2.1.3 (11 серпня 2026 р.)
Виправлення:
  • - Resolved issues with the process of replacing deployed files, introduced in v2.1.2, when pulling from Git.
Версія 2.1.2 (30 липня 2026 р.)
Покращення:
  • - Optimized the process of replacing deployed files.
Версія 2.1.1 (2 червня 2026 р.)
Сумісність:
  • - Added compatibility with Magento 2.4.9.
Загальне:
  • - Minor code improvements.
Версія 2.1.0 (23 жовтня 2025 р.)
Функції:
  • - Added the multi-webserver support.
Покращення:
  • - Sped up the static content deployment process by detecting custom themes selected in the Design section of products and categories.
  • - Renamed the "Count of Jobs For Parallel Processing Of Static Content Deploy" option to "Static Content Deploy Parallel Processing Number" and extended it with the "Auto Detect" mode.
Версія 2.0.26 (6 травня 2025 р.)
Сумісність:
  • - Added compatibility with PHP 8.4.
Версія 2.0.25 (3 лютого 2025 р.)
Виправлення:
  • - Resolved an issue with installation via composer.
Версія 2.0.24 (24 січня 2025 р.)
Виправлення:
  • - Resolved an issue: Warning: hash_file(/var/mfzerodwt/instance/composer.json): Failed to open stream: No such file or directory in vendor/magefan/module-zero-downtime-deploy/Model/Deploy.php on line 1046.
Версія 2.0.23 (12 червня 2024 р.)
Функції:
  • - Performed security improvements. Now Magento SecureRenderer is used to whitelist an inline script.
  • - The composer install command is now not executed in a live folder, when it's not needed (when nothing changed in composer.json and composer.lock files).
Виправлення:
  • - The Static cache files is now cleaned after the Magento page cache flush. This prevents from occuring the 404 errors on static files when the old static cache was removed but the cache has not been flushed yet.
Версія 2.0.22 (12 червня 2024 р.)
Виправлення:
  • - Fixed issue with -m param. Deployment commands without git did run when git was enabled in the extension config. Now config settings for git is ignored when -m option used.
Версія 2.0.21 (11 квітня 2024 р.)
Функції:
  • - Minor code improvements.
Виправлення:
  • - Fixed the "Unknown module" error during deployment.
Версія 2.0.20 (14 лютого 2024 р.)
Функції:
  • - Added new parameters to the bin/magento magefan:zero-downtime:deploy command — -g and -c — which define whether to use pull from Git during deployment and to run composer commands. Читати більше about these parameters.
Версія 2.0.19 (23 січня 2024 р.)
Функції:
  • - Improved deployment without Git. Now it can be done just in one command: bin/magento magefan:zero-downtime:deploy -m.
  • - Option to disable default Magento deploy commands to prevent their accidental execution on live instances.
  • - Minor code improvements.
Версія 2.0.18 (1 вересня 2023 р.)
Функції:
  • - Added -b (Git Branch) option to pull data and switch to a specific branch during deployment.
Версія 2.0.17 (16 червня 2023 р.)
Функції:
  • - New option "Instance Files And Folders" (Copy To Temporary Instance / Copy From Temporary Instance) that allows to add custom files in your infrastructure.
  • - Minor code improvements.
Виправлення:
  • - Webhooks from Bitbucket do not work.
Версія 2.0.16 (30 березня 2023 р.)
Функції:
  • - Compatibility with PHP8.2.
Версія 2.0.15 (1 лютого 2023 р.)
Функції:
  • - Compatibility with Amasty Jet Theme.
Версія 2.0.14 (29 грудня 2022 р.)
Виправлення:
  • - If a module has just been updated and no new modules have been added the "bin/magento setup:upgrade" command is not triggered by "bin/magento magefan:zero-downtime:composer".
Версія 2.0.13 (19 жовтня 2022 р.)
Функції:
  • - Added Capistrano compatibility.
  • - Added composer options to composer commands.
  • - Added jobs parameter for parallel processing of static content deploy.
Версія 2.0.12 (4 серпня 2022 р.)
Функції:
  • - Added megapack bundle support.
Версія 2.0.11 (20 липня 2022 р.)
Функції:
  • - New CLI command for composer require/update/remove. E.g. bin/magento magefan:zero-downtime:composer require vendor/module-name.
Версія 2.0.10 (8 червня 2022 р.)
Функції:
  • - Opcode Cache (OPcache) compatibility.
Версія 2.0.9 (13 травня 2022 р.)
Функції:
  • - Added --no-interaction parameter to the composer install command.
Версія 2.0.8 (29 грудня 2021 р.)
Виправлення:
  • - Comparability issue with Magento 2.3.x in extension version 2.0.7.
Версія 2.0.7 (21 грудня 2021 р.)
Функції:
  • - Switching Magento deployment mode without downtime. Use command bin/magento magefan:zero-downtime:deploy-mode-set -m .
  • - Improved static content deploy.
Версія 2.0.6 (20 липня 2021 р.)
Функції:
  • - GitHub, GitLab web-hooks support to automatically initialize the deployment.
  • - Comparability with Bitnami servers (bin/magefan-bitmani-zdd script added).
  • - Additional bin/magento CLI commands that allow deploying changes without GIT.
  • - Option to define specific git branch to pull from.
  • - Option to define custom bin/magento command to run.
Виправлення:
  • - Error when running bin/magento magefan:zero-downtime:deploy command from some bash script.
Версія 2.0.5 (5 березня 2021 р.)
Виправлення помилок:
  • - Error during static content deploy on vanilla Magento 2 installation without sample data when no storefront theme is selected in design settings.
Версія 2.0.4 (16 лютого 2021 р.)
Виправлення:
  • - The issue with remove files in the "generated" folder after running composer install.
  • - Error: Undefined index code on line 313.
Версія 2.0.3 (10 лютого 2021 р.)
Функції:
  • - Added events dispatches so you can easily extend the deployment script using the observers.
Виправлення:
  • - Issue with synchronization of the live instance from tmp deployment instance.
Версія 2.0.2 (26 січня 2021 р.)
Виправлення:
  • - Fixed error "Invalid configuration file: '/var/mfzerodwt/instance/app/etc/env.php'".
Версія 2.0.1 (22 січня 2021 р.)
Виправлення:
  • - Fixed a few errors that pop up when "bin/magento magefan:zero-downtime:deploy" command is running.
chevron-up Вверх
Підтримайте Україну!  Як ви можете допомогти?