Skip to content

2.2.0

Compare
Choose a tag to compare
@faradey faradey released this 18 Nov 12:00
· 336 commits to master since this release

Shopify support

Custom PHP project support

Relocated setup option "Specify Magento version" to top

Added CONTAINER_NAME_PREFIX option in config. This option will allow you to run a madock project independently of other docker builds in the space with the default madock_ prefix. For already configured projects, the space will have an empty prefix to prevent projects from breaking.

Added --ignore-table for "db:export" and "remote:sync:db" commands. Ignore the table when exporting. The specified table will not be included in the backup file. To specify multiple tables, specify this option multiple times.

Updated OS Ubuntu for containers from 20.04 to 22.04. This will only affect those projects that will be installed after updating this build.

Improve documentation for new commands

Fixed some problems with NodeJs
Fixed issue #9

Thanks @artmouse @serhii-chernenko