Skip to content

Commit 6664cfd

Browse files
authored
update version for 2.0.6 release (#139)
1 parent 65b5205 commit 6664cfd

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
* Add changelog here.
66

7+
## 2.0.6
8+
9+
* In extension's endpoint (drip/product/:id) fetch configurable product image url when child products don't have one assigned
10+
711
## 2.0.5
812

913
* Proper ACL configuration to setup access to the drip_connect resource

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "drip/connect",
33
"description": "Connects your M2 store to drip",
44
"type": "magento2-module",
5-
"version": "2.0.5",
5+
"version": "2.0.6",
66
"homepage": "https://github.com/DripEmail/magento-m2-extension",
77
"license": [
88
"OSL-3.0"

devtools_m2/cypress/integration/RestApi/steps.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Then('an authorized status request gives the correct response', function(site) {
122122
expect(body["account_param"]).to.eq('123456')
123123
expect(body["integration_token"]).to.eq('abcdefg')
124124
expect(body["magento_version"]).to.eq("2.4.5")
125-
expect(body["plugin_version"]).to.eq("2.0.5")
125+
expect(body["plugin_version"]).to.eq("2.0.6")
126126
})
127127
})
128128
})

etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Drip_Connect" setup_version="2.0.5">
3+
<module name="Drip_Connect" setup_version="2.0.6">
44
<sequence/>
55
</module>
66
</config>

0 commit comments

Comments
 (0)