Migration guide - ManualOrderEntryGui

Edit on GitHub

Upgrading from version 0.8.* to version 0.9.0

In the version 0.9.0 of the ManualOrderEntryGui module, we have added the ability to assign a delivery method to a store in the Back Office. You can find more details about the changes on the ManualOrderEntryGui module release page.

Estimated migration time: 5 min

To upgrade to the new version of the module, do the following:

  1. Upgrade the ManualOrderEntryGui module to the new version:
composer require spryker/manual-order-entry-gui: "^0.9.0" --update-with-dependencies
  1. Generate the transfer objects:
console transfer:generate

Upgrading from version 0.7.* to version 0.8.0

In this new version of the ManualOrderEntryGui module, we have added support of split delivery. You can find more details about the changes on the ManualOrderEntryGui module release page.

This release is a part of the Split delivery concept migration. When you upgrade this module version, you should also update all other installed modules in your project to use the same concept as well as to avoid inconsistent behavior. For more information, see Split Delivery Migration Concept.

Estimated migration time: 5 min

To upgrade to the new version of the module, do the following:

  1. Upgrade the ManualOrderEntryGui module to the new version:
composer require spryker/manual-order-entry-gui: "^0.8.0" --update-with-dependencies
  1. Generate the transfer objects:
console transfer:generate

Upgrading from version 0.5.* to version 0.7.0

In order to dismantle the Horizontal Barrier and enable partial module updates on projects, Technical Release took place. Public API of source and target major versions are equal. No migration efforts are required. Please contact us if you have any questions.