diff --git a/Ometria_Magento_Extension.xml b/Ometria_Magento_Extension.xml index c0bac93..61a02ab 100755 --- a/Ometria_Magento_Extension.xml +++ b/Ometria_Magento_Extension.xml @@ -23,7 +23,7 @@ We don't just pull the right data together in one place, we also create ins Whether it's with our multi-dimension funnel analysis which flags up specific channels that may be under-performing, or our customer dashboard which spots channels that deliver customers with the best CLV, our 'actionable insights' come ready to go. Open Source License (OSL) http://opensource.org/licenses/osl-3.0.php - 1.1.10 + 1.1.11 stable Add more ways to work out if a product is in stock and saleable. diff --git a/app/code/community/Ometria/AbandonedCarts/etc/config.xml b/app/code/community/Ometria/AbandonedCarts/etc/config.xml index c7a3376..74cb94d 100644 --- a/app/code/community/Ometria/AbandonedCarts/etc/config.xml +++ b/app/code/community/Ometria/AbandonedCarts/etc/config.xml @@ -2,7 +2,7 @@ - 1.1.10 + 1.1.11 @@ -57,4 +57,4 @@ - \ No newline at end of file + diff --git a/app/code/community/Ometria/Api/Model/Api.php b/app/code/community/Ometria/Api/Model/Api.php index d2c84e1..df15b4c 100644 --- a/app/code/community/Ometria/Api/Model/Api.php +++ b/app/code/community/Ometria/Api/Model/Api.php @@ -247,6 +247,8 @@ public function get_products($ids) { $listings = $this->_resolveStoreListings($listings, $store_ids, $productMediaConfig); $info['store_listings'] = $listings; + // Clear product instance to prevent data leak + $product->clearInstance(); } catch(Exception $e){ $info = false; } @@ -639,4 +641,4 @@ private function _getParentProductsMapping($product_ids){ return $ret; } -} \ No newline at end of file +} diff --git a/app/code/community/Ometria/Api/etc/config.xml b/app/code/community/Ometria/Api/etc/config.xml index 0c98c9c..fd7687c 100644 --- a/app/code/community/Ometria/Api/etc/config.xml +++ b/app/code/community/Ometria/Api/etc/config.xml @@ -2,7 +2,7 @@ - 1.1.10 + 1.1.11 @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/app/code/community/Ometria/Core/etc/config.xml b/app/code/community/Ometria/Core/etc/config.xml index b2b5de2..7005ea2 100755 --- a/app/code/community/Ometria/Core/etc/config.xml +++ b/app/code/community/Ometria/Core/etc/config.xml @@ -2,7 +2,7 @@ - 1.1.10 + 1.1.11