Skip to content

Releases: FrenetGatewaydeFretes/frenet-magento2

Release 2.4.7.5

13 Dec 02:54
Compare
Choose a tag to compare

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

13 Dec 02:50
Compare
Choose a tag to compare

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

09 Dec 20:18
Compare
Choose a tag to compare

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

09 Dec 13:32
Compare
Choose a tag to compare

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

24 Oct 00:41
Compare
Choose a tag to compare

Avaliação de instalação de uma nova versão do módulo 2.4.6.1.

Release 2.4.5.6

20 Jun 21:12
Compare
Choose a tag to compare

Release 2.4.5.5

12 Jun 12:18
Compare
Choose a tag to compare
  • 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

16 Dec 15:31
Compare
Choose a tag to compare

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

14 Dec 18:51
Compare
Choose a tag to compare

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

04 Dec 00:26
Compare
Choose a tag to compare

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