Releases: FrenetGatewaydeFretes/frenet-magento2
Release 2.4.7.5
Ajuste para correção:
Exception #0 (ReflectionException): Impossible to process constructor argument Parameter #0 [ Frenet\ObjectType\Entity\Shipping\Quote\ServiceFactory $serviceFactory ] of Frenet\Shipping\Model\Packages\PackageMatching class Exception #1 (ReflectionException): Class 'Frenet\ObjectType\Entity\Shipping\Quote\ServiceFactory' does not exist Exception #0 (ReflectionException): Impossible to process constructor argument Parameter #0 [ Frenet\ObjectType\Entity\Shipping\Quote\ServiceFactory $serviceFactory ] of Frenet\Shipping\Model\Packages\PackageMatching class
Release 2.4.7.4
Ajuste para correção:
Exception #0 (ReflectionException): Impossible to process constructor argument Parameter #0 [ Frenet\ObjectType\Entity\Shipping\Quote\ServiceFactory $serviceFactory ] of Frenet\Shipping\Model\Packages\PackageMatching class Exception #1 (ReflectionException): Class 'Frenet\ObjectType\Entity\Shipping\Quote\ServiceFactory' does not exist Exception #0 (ReflectionException): Impossible to process constructor argument Parameter #0 [ Frenet\ObjectType\Entity\Shipping\Quote\ServiceFactory $serviceFactory ] of Frenet\Shipping\Model\Packages\PackageMatching class
Release 2.4.7.3
Ajustes no módulo para suportar atualizações realizadas na versão Magento 2 (2.4.7-p3)
Fixes:
- Preference declared for 'Frenet\Shipping\Api\Data\ProductQuoteOptionsInterface' as 'Frenet\Shipping\Model\Catalog\Product\View\ProductQuoteOptions', but the latter does not exist.
- Preference declared for 'Frenet\Command\Shipping\QuoteInterface' as 'Frenet\Command\Shipping\Quote', but the latter has not been included in dependency injection compilation.
- Preference declared for 'Frenet\Command\Shipping\QuoteInterface' as 'Frenet\Command\Shipping\Quote', but the latter has not been included in dependency injection compilation.
- Problem: requires symfony/finder ^v5.0.0 -> found symfony/finder[v5.0.0, ..., v5.4.45] but it conflicts with your root composer.json require (^6.4)
Release 2.4.7-p3
Ajustes no módulo para suportar atualizações realizadas na versão Magento 2 (2.4.7-p3)
Fixes:
- Preference declared for 'Frenet\Shipping\Api\Data\ProductQuoteOptionsInterface' as 'Frenet\Shipping\Model\Catalog\Product\View\ProductQuoteOptions', but the latter does not exist.
- Preference declared for 'Frenet\Command\Shipping\QuoteInterface' as 'Frenet\Command\Shipping\Quote', but the latter has not been included in dependency injection compilation.
- Preference declared for 'Frenet\Command\Shipping\QuoteInterface' as 'Frenet\Command\Shipping\Quote', but the latter has not been included in dependency injection compilation.
- Problem: requires symfony/finder ^v5.0.0 -> found symfony/finder[v5.0.0, ..., v5.4.45] but it conflicts with your root composer.json require (^6.4)
Release 2.4.6.1
Avaliação de instalação de uma nova versão do módulo 2.4.6.1.
Release 2.4.5.6
- new version, tested with latest magento 2.4.6-p1 released in 2023-06-13.
References:
https://experienceleague.adobe.com/docs/commerce-operations/release/notes/adobe-commerce/2-4-6.html?lang=en
https://experienceleague.adobe.com/docs/commerce-operations/release/versions.html?lang=en
Release 2.4.5.5
- Refactoring classes used in the module installation, added and implemented DataPatchInterface interface in all classes inside Setup/Data directory;
- Changing composer.json, added repostory entry for repo.magento.com (all depedencies for magento 2) and added entry for packagelist.org for frenet dependencies.
Release 2.4.5.4
Fixing:
- Options not exists in product, now before add options for quotation there is a test for check the option in the product
Release 2.4.5.3
Product quotation page:
- Fixing: The product's required option(s) weren't entered. Make sure the options are entered and try again. Now the custom options for simple product first test option array and when find options for the product, then first sync option value with option name and after add in product
- PHP8.1: preg_replace replacement null, fixing for force string always;
- Fixing quotation for grouped and bundle product with super_attribute
Release 2.4.5.2
Fixes:
- service description not present for shipping service with value 0 or with error
- Fixing TypeError: str_replace(): Argument #2 ($replace) must be of type array|string ... php 8.1 strict_types is requering array instead of strings