Skip to content

Releases: haroonsulahri/magento-link-guest-order-to-customer

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Aug 11:56

Full Changelog: v1.0.1...v1.0.2

Link Guest Order to Customer 1.0.1

Choose a tag to compare

@haroonsulahri haroonsulahri released this 12 Aug 20:02
dde77ed

Link Guest Order to Customer for Magento 2 is published as the stable Version 1 release.

Install with Composer

composer require haroone/module-link-guest-order-to-customer:^1.0

Then enable and register the module:

bin/magento module:enable Haroone_LinkGuestOrderToCustomer
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:clean

If the legacy haroone/module-guest-order-link package is installed, follow UPGRADING.md and remove the legacy package before requiring the renamed package. No database tables are added, and no reindex or static-content deployment is required.

The attached ZIP was built and verified on Linux from commit dde77ed45f6948dd2c6913a8b10b822bce1dca22.

SHA-256: 124b0f53c70939a272dfa5bdd580b3f8d9852b5c8128c0fbe2aca686f36fc5a3

Guest Order Link 1.0.0

Choose a tag to compare

@haroonsulahri haroonsulahri released this 12 Aug 18:00

First stable release of Haroone Guest Order Link.

Install with:

composer require haroone/module-guest-order-link:^1.0

This release adds an ACL-protected Magento Admin workflow for linking an eligible guest order to the exact matching customer account, with confirmation, scope-aware validation, private audit history and per-order locking.