sashas/bug-from-email

A Magento 2 module for issue #14952

Fund package maintenance!
sashas777

Installs: 36 945

Dependents: 0

Suggesters: 0

Security: 0

Stars: 35

Watchers: 8

Forks: 16

Open Issues: 5

Type:magento2-module

2.0.7 2019-04-01 03:17 UTC

This package is auto-updated.

Last update: 2024-03-29 03:03:57 UTC


README

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