sashas/bug-from-email 2.0.7

A Magento 2 module for issue #14952

Type

magento2-module

License

GPL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2.2.4 - 2.2.8 Fix for Issue #14952

Latest Stable Version Total Downloads Latest Unstable Version License

This module works with Magento 2.2.4 - 2.2.8 versions and need to be removed after upgrade/downgrade. Assumed that the issue will be fixed in the new release.

1. How to install module

Install via composer

Run the following command in Magento 2 root folder:

composer require sashas/bug-from-email
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

2. How to uninstall module

If installed via composer

Run the following command in Magento 2 root folder:

composer remove sashas/bug-from-email
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy