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 release/6.4.20
  • Loading branch information
sta1r committed Sep 11, 2019
2 parents 76f9ed9 + a8305ec commit 19db602
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ 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.20

###### Bug Fixes
- Synced reviews will now indicate the correct store, if placed on a store other than the default.
- All Engagement Cloud campaigns will now be shown in dropdown lists, even if their total exceeds 1000.

# 6.4.19

###### Bug Fixes
Expand Down
2 changes: 2 additions & 0 deletions code/Dotdigitalgroup/Email/Model/Review.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ protected function _exportReviewsForWebsite(Mage_Core_Model_Website $website)
$website
);

$this->emailReviewData = [];

$emailReviews = $this->_getReviewsToExport($website, $limit);
foreach ($emailReviews->getItems() as $item) {
$this->emailReviewData[$item['review_id']] = [
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.19</version>
<version>6.4.20</version>
</Dotdigitalgroup_Email>
</modules>
<frontend>
Expand Down

0 comments on commit 19db602

Please sign in to comment.