diff --git a/app/code/community/Medma/MarketPlace/etc/config.xml b/app/code/community/Medma/MarketPlace/etc/config.xml index be67360..0f6f571 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.0 + 2.0.1 diff --git a/app/code/community/Medma/MarketPlace/sql/marketplace_setup/mysql4-upgrade-1.0.0-1.0.1.php b/app/code/community/Medma/MarketPlace/sql/marketplace_setup/mysql4-upgrade-1.0.0-1.0.1.php index 3c72635..3466009 100644 --- a/app/code/community/Medma/MarketPlace/sql/marketplace_setup/mysql4-upgrade-1.0.0-1.0.1.php +++ b/app/code/community/Medma/MarketPlace/sql/marketplace_setup/mysql4-upgrade-1.0.0-1.0.1.php @@ -50,7 +50,7 @@ $installer->run(" -CREATE TABLE IF NOT EXISTS {$this->getTable(Medma_Marketplace_Model_Authenticate::MEDMA_DOMAIN_TABLE_NAME)} ( +CREATE TABLE IF NOT EXISTS {$this->getTable(Medma_MarketPlace_Model_Authenticate::MEDMA_DOMAIN_TABLE_NAME)} ( `modules` int(11) unsigned NOT NULL auto_increment, `domain_name` varchar(255), `medma_module` varchar(255), diff --git a/package.xml b/package.xml index 69acbde..7931421 100644 --- a/package.xml +++ b/package.xml @@ -1,21 +1,18 @@ Medma_MarketPlace - 2.0.0 + 2.0.1 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. - Development: -1) Manage Vendors and its transaction. -2) Provide way for the customer to view vendors and their Profile. -3) Feedback for the sellers. + Resolved "Exception during cache and session cleaning" while installation. Medma InfomatixMedmagaurav@medma.in - 2014-08-20 - - + 2014-08-28 + + 5.2.06.0.0