Magento2_SomethingDigital_UpgradeHelper
Magento2_SomethingDigital_UpgradeHelper copied to clipboard
The return statement for UpgradeHelperCommand::execute() was placed outside of the function which broke setup:di:compile. The use of the Command::Success adds a dependency on Symfony_Console. composer.json was added to supply this...
When attempting to utilize this tool inside of my 8.1 container, I'm seeing the following error in regard to the email template analysis:  As a stopgap, I've commented out...
This will be tricky and not super high priority, but tracking here as it did come up recently We had implemented a custom `` for the `row` `content_type`. In 2.3.5,...
Generate CSV from the upgrade Helper results - resolves https://github.com/sdinteractive/Magento2_SomethingDigital_UpgradeHelper/issues/30
Currently this is only tested with app/code install. Potentially mainly impacts test suite, and likely plays into CI setup.
We use composer's `replace` functionality to [leave out modules we don't need](https://www.integer-net.com/removing-unused-core-modules-from-magento-2-the-right-way/). The upgrade helper lists files in these modules as customised, but without an actual value; ``` -------- TEMPLATES...