Magento2_SomethingDigital_UpgradeHelper icon indicating copy to clipboard operation
Magento2_SomethingDigital_UpgradeHelper copied to clipboard

Results 12 Magento2_SomethingDigital_UpgradeHelper issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/77301863/192628545-184de247-dec3-4c60-a654-67cac2f98ea3.png) 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

good first issue
Priority - High

Currently this is only tested with app/code install. Potentially mainly impacts test suite, and likely plays into CI setup.

Priority - High

Priority - High

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...

Priority - Low