From 859a3f0d3e6df87a89d6f38273292131ce591d4a Mon Sep 17 00:00:00 2001 From: gonzalo Date: Tue, 19 Jul 2022 14:47:13 -0300 Subject: [PATCH] new version 101.2.46 for magento 2.2 --- CHANGELOG.md | 19 +++++++++++++++++++ Ui/Component/Listing/Column/Customers.php | 2 ++ Ui/Component/Listing/Column/Products.php | 2 ++ composer.json | 2 +- etc/module.xml | 2 +- 5 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed2db44c..75b4b796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## [101.2.46](https://github.com/mailchimp/mc-magento2/tree/101.2.46) (2022-07-19) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.45...101.2.46) + +**Implemented enhancements:** + +- Rewrite "This MailChimp account is not connected to Magento" label to make it more clear [\#1448](https://github.com/mailchimp/mc-magento2/issues/1448) +- Add a synchorization column in the customer grid [\#1439](https://github.com/mailchimp/mc-magento2/issues/1439) +- Add a synchorization column in the product grid [\#1438](https://github.com/mailchimp/mc-magento2/issues/1438) +- Add button on backend to create the abandoned cart automation [\#1432](https://github.com/mailchimp/mc-magento2/issues/1432) + +**Fixed bugs:** + +- Missing fields in Cart.php on db call [\#1460](https://github.com/mailchimp/mc-magento2/issues/1460) +- Wrong field map value when is null [\#1425](https://github.com/mailchimp/mc-magento2/issues/1425) +- Can't get the response file from a batch [\#1414](https://github.com/mailchimp/mc-magento2/issues/1414) +- Unmark the modified flag in the ecommerce table when an object is synced [\#1408](https://github.com/mailchimp/mc-magento2/issues/1408) +- Don't use Zend\_Db\_Select::COLUMNS [\#1405](https://github.com/mailchimp/mc-magento2/issues/1405) + ## [101.2.45](https://github.com/mailchimp/mc-magento2/tree/101.2.45) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.44...101.2.45) diff --git a/Ui/Component/Listing/Column/Customers.php b/Ui/Component/Listing/Column/Customers.php index dc448e96..572c172c 100644 --- a/Ui/Component/Listing/Column/Customers.php +++ b/Ui/Component/Listing/Column/Customers.php @@ -72,6 +72,8 @@ public function prepareDataSource(array $dataSource) $customer = $this->_customerFactory->create()->load($item['entity_id']); $params = ['_secure' => $this->_requestInterface->isSecure()]; $alt = ''; + $url = ''; + $text = ''; if ($this->_helper->getConfigValue(\Ebizmarts\MailChimp\Helper\Data::XML_PATH_ACTIVE, $customer->getStoreId())) { $mailchimpStoreId = $this->_helper->getConfigValue( \Ebizmarts\MailChimp\Helper\Data::XML_MAILCHIMP_STORE, diff --git a/Ui/Component/Listing/Column/Products.php b/Ui/Component/Listing/Column/Products.php index b62cbaf0..7461e73f 100644 --- a/Ui/Component/Listing/Column/Products.php +++ b/Ui/Component/Listing/Column/Products.php @@ -70,6 +70,8 @@ public function prepareDataSource(array $dataSource) $product = $this->_productFactory->create()->load($item['entity_id']); $params = ['_secure' => $this->_requestInterface->isSecure()]; $alt = ''; + $url = ''; + $text = ''; if ($product->getTypeId() == \Magento\Catalog\Model\Product\Type::TYPE_SIMPLE || $product->getTypeId() == \Magento\Catalog\Model\Product\Type::TYPE_VIRTUAL || $product->getTypeId() == \Magento\ConfigurableProduct\Model\Product\Type\Configurable::TYPE_CODE || diff --git a/composer.json b/composer.json index 11a3b1f4..e5b15435 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "101.2.45", + "version": "101.2.46", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index a88f70af..61b6ebcc 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - +