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