Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 2.89 KB

CHANGELOG.rst

File metadata and controls

78 lines (53 loc) · 2.89 KB

Changelog

1.0.0.

  1. [TASK] Use deployer-loader to load recipes.
  2. [TASK] Add PhpIncludeInspection to prevent warnings in IDE.
  3. [TASK][!!!] Update packages sourcebroker/deployer-extended, sourcebroker/deployer-extended-media, sourcebroker/deployer-extended-database, sourcebroker/deployer-loader. Add package sourcebroker/deployer-loader.
  4. [TASK] Add .gitignore with vendors/ and composer.lock.
  5. [TASK] Update docs.
  6. [TASK] Move "magento:deploy:git_checkout" and "magento:setup:static-content:deploy:extended" to separate files/folders.
  7. [BUGFIX] Add "area" parameter to "magento:setup:static-content:deploy:extended".
  8. [TASK] Pass language as parameter of setup:static-content:deploy command.
  9. [FEATURE] Add "deployer-bulk-tasks". Remove standard magento tasks file.
  10. [TASK] Extend "shared_files" and "writable_dirs".
  11. [TASK][!!!] Change deploy tasks order / add new tasks for Magento 2.2.
  12. [TASK][!!!] Change name of "magento:deploy:git_checkout" to "magento:deploy:git-checkout" to follow magento convention.
  13. [TASK] Make "magento:deploy:git-checkout" to be run before "deploy:clear_paths".
  14. [TASK] Replace occurance 'pub' in deployer/set.php with {{web_path}}
  15. [TASK] Add default value for 'db_defaults'.

p) [TASK] Change naming from 'db_defaults' to 'db_default'. r) [TASK][BREAKING] Update stack of deplopyer-*, add deployer-instance and modify deploy flow.

0.7.1

  1. [DOCS] Update changelog

0.7.0

  1. [FEATURE] Add second default place to check config file which is out of git /app/etc/env/unversioned.php

0.6.0

  1. [TASK][!!!BREAKING] Remove task "deploy:magento:bugfix_for_deployed_version_txt" as the problem was fixed in Magento2.

  2. [TASK][!!!BREAKING] Remove task "deploy:maintenance". Protecting deployment instances should be done by special modules.

  3. [TASK][!!!BREAKING] Rename task "magento:setup:static-content:deploy" to "magento:setup:static-content:deploy:extended"

  4. [TASK][!!!BREAKING] Remove task "deploy:magento:remove_var_regenerate" as the problem was fixed in Magento2.

  5. [TASK][!!!BREAKING] Rename task "deploy:magento:checkout_for_overwritten_htaccess" to "magento:deploy:git_checkout"

  6. [TASK] Add default settings for task magento:setup:static-content:deploy:extended

    set('static_content_deploy_frontend_themes', ['Magento/blank']); set('static_content_deploy_frontend_languages', ['en_US']); set('static_content_deploy_adminhtml_themes', ['Magento/backend']); set('static_content_deploy_adminhtml_languages', ['en_US']);

  7. [TASK] Add deafult settings for task "magento:deploy:git_checkout":

    set('magento_git_checkout_items', ['pub/.htaccess']);

0.5.0

  1. [TASK] Make dependency to deployer/deployer-dist

0.4.0

  1. Update sourcebroker/deployer-extended-database to version 4.0.0

0.3.0

  1. Set "default_stage" as callable. This way "default_stage" can be now overwritten in higher level packages.