Releases: DripEmail/magento-m2-extension
Releases · DripEmail/magento-m2-extension
2.0.0-beta3
To install, once we've enabled the feature flag for your account:
Add the following block inside "repositories"
:
{
"type": "vcs",
"url": "https://github.com/DripEmail/magento-m2-extension.git"
}
Then add this line to "require"
:
"drip/connect": "2.0.0-beta3",
Finally, run composer update drip/connect
Alternately, you can install from this zip file: https://github.com/DripEmail/magento-m2-extension/releases/download/2.0.0-beta3/drip_m2connect-2.0.0-beta3.zip
2.0.0-beta2
To install, once we've enabled the feature flag for your account:
Add the following block inside "repositories"
:
{
"type": "vcs",
"url": "https://github.com/DripEmail/magento-m2-extension.git"
}
Then add this line to "require"
:
"drip/connect": "2.0.0-beta2",
Finally, run composer update drip/connect
Alternately, you can install from this zip file: https://github.com/DripEmail/magento-m2-extension/releases/download/2.0.0-beta1/drip_m2connect-2.0.0-beta1.zip