shipperhq / module-shipper

Base ShipperHQ Repo
Open Software License 3.0
21 stars 21 forks source link

Compatibility Issue with 2.4.4 #114

Closed zeeshan2523806 closed 2 years ago

zeeshan2523806 commented 2 years ago

It seems the latest shipperhq module is not compatible with Magento 2.4.4 and is throwing composer warning when we tried to update it.

n2diving-dgx commented 2 years ago

$ php bin/magento --version Magento CLI 2.4.4 $ php -v PHP 8.1.4 (cli) (built: Apr 12 2022 11:12:25) (NTS) Copyright (c) The PHP Group Zend Engine v4.1.4, Copyright (c) Zend Technologies $ composer require --update-no-dev shipperhq/module-shipper Info from https://repo.packagist.org: #StandWithUkraine Using version ^20.47 for shipperhq/module-shipper ./composer.json has been updated Running composer update shipperhq/module-shipper Loading composer repositories with package information In Laminas\DependencyPlugin\DependencyRewriterV2::onPrePoolCreate Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed,

wsadasmit commented 2 years ago

Hi @zeeshan2523806 and @n2diving-dgx , thanks for these submissions. We're reviewing the details and will update soon. Appreciate your raising this.

zeeshan2523806 commented 2 years ago

@wsadasmit any estimation on when we would be able to release it ?

wsadasmit commented 2 years ago

Hi @zeeshan2523806 and @n2diving-dgx , can you please let me know if this is blocking you from running your live site, or if this is an issue with develop/staging environment only at this time? Thanks,

zeeshan2523806 commented 2 years ago

@wsadasmit we are testing the upgrades on the dev only but this will ofcourse will be a serious blocker for all those merchant who are using shipperhq module and are plannning to go with the latest magento upgrade.

n2diving-dgx commented 2 years ago

@wsadasmit Currently we are just qualifying our configuration with M2.4.4 on our .dev sites, with plans for migration to live production asap, hopefully by month end. We currently have a very few extensions (out of a couple of dozen) that are blocking us, shipperhq being one of them. Most had updated prior to release of M2.4.4 and the remainder generally seem to be updating extremely fast as the issue is usually fairly trivial, some untidy code that still contains a few bits of deprecated php syntax. M2.4.4 is desirable sooner rather than later because Adobe finally updated several ancient libraries to current version; between that and php8 there are some measurable performance improvements, especially in the shopping cart and checkout.

n2diving-dgx commented 2 years ago

@wsadasmit Is there an ETA on resolution of this issue? Shipper HQ is now the only extension blocking us from M2.4.4 so weeks later this is becoming hotter.

artursson commented 2 years ago

Hi @n2diving-dgx

I got the answer from ShipperHQ yesterday:

The ETA we are looking at on this update is 2 weeks.

wsajosh commented 2 years ago

Thanks for your patience. We've released a new version which adds support for Magento 2.4.4 and PHP 8.1. Please go ahead and update