Skip to content

Commit

Permalink
1.65.2 (FINAL RELEASE)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2epro committed Aug 7, 2024
1 parent 74f394e commit 547c822
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
7 changes: 0 additions & 7 deletions Model/Ebay/Listing/Product/Action/Type/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,6 @@ protected function removePriceFromVariationsIfNotAllowed(array $data)
continue;
}

if (
!$ebayVariation->getOnlineQtySold() &&
($ebayVariation->isInactive() || $ebayVariation->isHidden())
) {
continue;
}

unset($variation['price']);
unset($variation['price_discount_stp']);
unset($variation['price_discount_map']);
Expand Down
1 change: 1 addition & 0 deletions Model/Setup/Upgrader.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ class Upgrader
'1.64.0' => ['1.64.1'],
'1.64.1' => ['1.65.0'],
'1.65.0' => ['1.65.1'],
'1.65.1' => ['1.65.2'],
];

//########################################
Expand Down
13 changes: 13 additions & 0 deletions Setup/Upgrade/v1_65_1__v1_65_2/Config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

namespace Ess\M2ePro\Setup\Upgrade\v1_65_1__v1_65_2;

use Ess\M2ePro\Model\Setup\Upgrade\Entity\AbstractConfig;

class Config extends AbstractConfig
{
public function getFeaturesList(): array
{
return [];
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "m2e/ebay-amazon-magento2",
"description": "M2E Pro is a Magento trusted (TM), award-winning extension, which allows merchants of all sizes to fully integrate Magento based system(s) into eBay/Amazon/Walmart platforms.",
"type": "magento2-module",
"version": "1.65.1",
"version": "1.65.2",
"license": "proprietary",
"keywords": ["ebay", "amazon", "walmart", "magento"],
"homepage": "https://m2epro.com/",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">

<module name="Ess_M2ePro" setup_version="1.65.1">
<module name="Ess_M2ePro" setup_version="1.65.2">
<sequence>
<module name="Magento_Backend" />
<module name="Magento_Catalog" />
Expand Down

0 comments on commit 547c822

Please sign in to comment.