From 58ae3801159dff314379fb305b1adb89a7071210 Mon Sep 17 00:00:00 2001 From: Syam Mohan Date: Tue, 7 Oct 2014 15:38:21 +0530 Subject: [PATCH] 2.0.2 files added --- .../Medma/MarketPlace/etc/config.xml | 2 +- .../mysql4-upgrade-2.0.1-2.0.2.php | 31 +++++++++++++++++++ package.xml | 10 +++--- 3 files changed, 37 insertions(+), 6 deletions(-) create mode 100644 app/code/community/Medma/MarketPlace/sql/marketplace_setup/mysql4-upgrade-2.0.1-2.0.2.php diff --git a/app/code/community/Medma/MarketPlace/etc/config.xml b/app/code/community/Medma/MarketPlace/etc/config.xml index 0f6f571..aa4c951 100644 --- a/app/code/community/Medma/MarketPlace/etc/config.xml +++ b/app/code/community/Medma/MarketPlace/etc/config.xml @@ -2,7 +2,7 @@ - 2.0.1 + 2.0.2 diff --git a/app/code/community/Medma/MarketPlace/sql/marketplace_setup/mysql4-upgrade-2.0.1-2.0.2.php b/app/code/community/Medma/MarketPlace/sql/marketplace_setup/mysql4-upgrade-2.0.1-2.0.2.php new file mode 100644 index 0000000..9a3814e --- /dev/null +++ b/app/code/community/Medma/MarketPlace/sql/marketplace_setup/mysql4-upgrade-2.0.1-2.0.2.php @@ -0,0 +1,31 @@ +getStore()->getStoreId(); + +$productIds = Mage::getModel('catalog/product') + ->getCollection()->getAllIds(); + +$attributesData = array('vendor' => null); + +Mage::getSingleton('catalog/product_action') + ->updateAttributes($productIds, $attributesData, $storeId); +?> diff --git a/package.xml b/package.xml index 7931421..87cd423 100644 --- a/package.xml +++ b/package.xml @@ -1,18 +1,18 @@ Medma_MarketPlace - 2.0.1 + 2.0.2 stable OSL community Manage Vendors and its profile, manage vendor transactions and provides platform for managing their accounts. Manage Vendors and its profile, manage vendor transactions and provides platform for managing their accounts. - Resolved "Exception during cache and session cleaning" while installation. + Resolved existing products not visible on Catalog Product List. Medma InfomatixMedmagaurav@medma.in - 2014-08-28 - - + 2014-08-29 + + 5.2.06.0.0