Skip to content

Commit

Permalink
Merge branch 'develop' of ssh.dev.azure.com:v3/dotdigital/ec/ec-core-…
Browse files Browse the repository at this point in the history
…magento1-extension into develop
  • Loading branch information
sertlab committed Jul 29, 2020
2 parents 38778a1 + 074cd0e commit 930315a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,16 @@ You are welcome to contribute to Engagement Cloud for Magento! You can either:
- Fix a bug: please fork this repo and submit the Pull Request to our [Develop branch](https://github.com/dotmailer/dotmailer-magento-extension/tree/develop)
Request a feature on our [roadmap](https://roadmap.dotdigital.com)

# 6.4.29

###### Bug fixes
- We fixed a problem with order sync, a regression from 6.4.22. The process could break in two scenarios: if we couldn’t find any products for SKUs listed in a collection of orders for a single account; or if the sync ran for multiple accounts, and only one of those accounts had orders.

# 6.4.28

###### Bug fixes
- We fixed a problem with product image paths in catalog sync. The default level base media URL was always used, instead of the value set at website or store level. [8f6fd296a4111f5272c4183959b3b11fcaf3345f]
- We've added batching when removing orphaned products at the start of catalog sync. This should prevent occasional SQL locking issues. [a383793c85e4f68db7dd6c84112671ed6c71c830]
- We fixed a problem with product image paths in catalog sync. The default level base media URL was always used, instead of the value set at website or store level.
- We've added batching when removing orphaned products at the start of catalog sync. This should prevent occasional SQL locking issues.

# 6.4.27

Expand Down
2 changes: 1 addition & 1 deletion code/Dotdigitalgroup/Email/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Dotdigitalgroup_Email>
<version>6.4.28</version>
<version>6.4.29</version>
</Dotdigitalgroup_Email>
</modules>
<frontend>
Expand Down

0 comments on commit 930315a

Please sign in to comment.