Skip to content

Commit

Permalink
1.74.2 (FINAL RELEASE)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2epro committed Jan 20, 2025
1 parent fbc887a commit 6634814
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions Model/ChangeTracker/PartManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function getListingProductParts(): \Generator

if ($batchCounter % self::PART_BATCH_SIZE === 0) {
yield $this->createPart($batch);
$batch = [];
}
}

Expand Down
1 change: 1 addition & 0 deletions Model/Setup/Upgrader.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ class Upgrader
'1.72.2' => ['1.73.0'],
'1.73.0' => ['1.74.0'],
'1.74.0' => ['1.74.1'],
'1.74.1' => ['1.74.2'],
];

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

declare(strict_types=1);

namespace Ess\M2ePro\Setup\Upgrade\v1_74_1__v1_74_2;

class Config extends \Ess\M2ePro\Model\Setup\Upgrade\Entity\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.74.1",
"version": "1.74.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.74.1">
<module name="Ess_M2ePro" setup_version="1.74.2">
<sequence>
<module name="Magento_Backend" />
<module name="Magento_Catalog" />
Expand Down

0 comments on commit 6634814

Please sign in to comment.