myparcelnl / magento
myparcelnl/magento
A Magento 2 module that creates MyParcel labels
Magento handleiding
Voor de handleiding en meer informatie, zie onze Magento handleiding op de MyParcel Developer Portal.
Installation
Install using composer require.
composer require myparcelnl/magento
For developers
Clone this repository in app/code/MyParcelNL/Magento/ using git and run the following commands in the root directory of your Magento installation:
composer config repositories.myparcelnl/magento path app/code/MyParcelNL/Magento/
composer require myparcelnl/magento
This will install our SDK as a dependency.
You can install the SDK as a git repository as well:
Clone MyParcelNL/Sdk in app/code/MyParcelNL/Sdk/ using git and run the following commands in the root directory of your Magento installation:
composer config repositories.myparcelnl/sdk path app/code/MyParcelNL/Sdk/
composer require myparcelnl/sdk
Changelog
All notable changes to this project will be documented in this file. See
Conventional Commits for commit guidelines.
4.16.1 (2024-08-08)
:bug: Bug Fixes
4.16.0 (2024-08-06)
:sparkles: New Features
4.15.2 (2024-07-25)
:bug: Bug Fixes
4.15.1 (2024-07-11)
:bug: Bug Fixes
- allow exporting without delivery options (#848) (7f88b09)
- allow package type mailbox when postnl is disabled (#850) (c3357eb)
- checkout: honor monday delivery setting (#849) (359eef0)
- checkout: show delivery options also when totalprice is chosen (#852) (0408cad)
- checkout: show delivery options even if not all mailbox settings are present (#853) (cfc33e8)
- checkout: take carrier specific mailbox weight into account (#855) (6ce5131)
- checkout: update shipping price in delivery options on change (#846) (52bc15f)
- checkout: use backwards compatible delivery options (#854) (f8727ee)
- prevent dhl shipments being rejected for size (#851) (cec93a9)
4.15.0 (2024-06-10)
:bug: Bug Fixes
:sparkles: New Features
4.14.4 (2024-05-13)
:bug: Bug Fixes
- checkout: show nicer messages in delivery options (#842) (ae71d80)
- checkout: stabilise choosing pickup point (#841) (aaa21d4)
- export: allow signature or only_recipient for be (#840) (8c10cc3)
4.14.3 (2024-04-22)
:bug: Bug Fixes
- checkout: work with bbp and do6 from cdn (#837) (c560351)
- prevent camel cased options from breaking order detail page (#838) (bc8cff4)
4.14.2 (2024-04-04)
:bug: Bug Fixes
4.14.1 (2024-04-02)
:bug: Bug Fixes
4.14.0 (2024-03-29)
:sparkles: New Features
- add international bbp (#826) (f9d0b63)
- add price surcharge option (#828) (b3cee24)
- include delivery options 6 (#830) (82a41e3)
4.13.0 (2024-03-13)
:sparkles: New Features
- activate dpd for myparcel contract (#822) (ee59c0d)
- add package type package small (#825) (6d1c461)
- add sunday cut-off time (#827) (d0cfc65)
4.12.1 (2024-02-21)
:bug: Bug Fixes
- fix php 8.2 deprecation error (#818) (793f7ef)
- use both address lines for street name (#819) (2053b08)
4.12.0 (2024-02-01)
:bug: Bug Fixes
- allow observer to use transport object (#805) (e64a687)
- checkout: prevent delivery options from disappearing (#811) (1f153dc)
- checkout: prevent missing street from blocking delivery options (#813) (169e8be)
- fix large format issue (#798) (dd98a32)
- fix php deprecation error (#793) (5222a77)
- fulfilment: export phonenumber and weight (#810) (d2b2a85)
- fulfilment: set weight on customs item rather than throw error (#814) (2eadcbc)
- implement regression feedback (#806) (0b3b1f0)
- only set country if currentCountry has value (#794) (e86d3fe)
:sparkles: New Features
- add carrier dpd (#786) (e87fe71)
- add carrier ups (#787) (c6aff00)
- add digital stamp weight range (#801) (696b771)
- add state to consignment (#815) (8c3e208)
4.11.1 (2023-11-23)
:bug: Bug Fixes
- checkout: show delivery options for tablerate when appropriate (#790) (8e29ac1)
- ordernotes: bail early without order (#788) (37bacb5), closes #772
4.11.0 (2023-11-10)
:sparkles: New Features
:bug: Bug Fixes
- checkout: consistently use correct package type for delivery options (#782) (85aa4c3)
- checkout: fix for multiple shipping methods (#779) (1acffbc)
- checkout: restore payload extender functionality (#775) (15ffe5e)
- migration: honor database table prefix (#776) (b327b90)
- new-shipment-form: preselect correct carrier (#780) (cc1817c)
- order-mode: allow export with carrier specific options (#781) (6bef66b)
4.10.0 (2023-08-01)
:sparkles: New Features
:bug: Bug Fixes
4.9.1 (2023-04-20)
:bug: Bug Fixes
4.9.0 (2023-03-07)
:bug: Bug Fixes
:sparkles: New Features
4.8.1 (2023-02-02)
:bug: Bug Fixes
- clarify texts regarding mailbox settings (#745) (8d33bd9)
- fix division by zero issue on checkout (#746) (cee3094)
- fix php 8.1 deprecation notice in strtotime (#748) (eca47d6)
- mailbox works with kilo setting on php 8.1 (#744) (721259a)
- prevent type error in use entity id (#749) (57a05a7)
- use correct way to inject search value (#750) (d11f3e0)
4.8.0 (2023-01-03)
:bug: Bug Fixes
- fix division by zero when calculating package type (#737) (5811bc8)
- fix php 8.1 deprecation errors (#736) (81d49f1)
- trim postal code before validating (#735) (c502947)
:sparkles: New Features
4.7.1 (2022-12-12)
:bug: Bug Fixes
- remove instabox (#731) (d1c66df)
- remove myparcel product attributes on uninstall (#722) (00a17c0)
- remove php deprecation warning (#721) (23af9f8)
4.7.0 (2022-10-05)
:sparkles: New Features
:bug: Bug Fixes
- fix delivery options loading forever (#713) (6dc37e2)
- fix mailbox amount (#714) (c9970f5)
- translate instabox strings (#718) (a15b595)
4.6.1 (2022-09-15)
:bug: Bug Fixes
- display correct version to end user (#706) (a821359)
- fix wrong parameter type (#707) (57d79fa)
- have cronjob update shipment status (#708) (a615f6e)
4.6.0 (2022-07-28)
:sparkles: New Features
:bug: Bug Fixes
- compatibility with php 8.1 (#690) (027ee90)
- error invalid element tooltip (#698) (6e0ea60)
- export order from order details (#693) (5d04892)
- om: show enable setting (#691) (0a72278)
- only get available options for carriers (#703) (f6317f7), closes #701
- prevent loop while exporting shipment (#700) (ae83b0a)
- prevent upgrade from failing on new install (#702) (df24444)
4.5.0 (2022-06-14)
:sparkles: New Features
- add custom insurance option (#674) (caaee09)
- add instabox (#662) (d322919)
- update shipping status orderbeheer (#677) (2cbb2be)
:bug: Bug Fixes
- don't render delivery options when already visible (#680) (d5c084a)
- om: order grid shipment column options (#681) (cb7d2c0)
- regression: mailbox price is baseprice by itself (#686) (c7d07ac)
- regression: remove instabox pickup options (#685) (88f2020)
- set default carrier for row shipments (#679) (5f5437b)
- set filterable and searchable attributes to false (#668) (7961df1)
| Version | Stability | QA Status | Released |
|---|---|---|---|
| 5.7.0 | stable | Fail | 2026-06-05 12:12:57 |
| 5.6.0 | stable | Fail | 2026-05-28 07:28:32 |
| 5.5.2 | stable | Not tested | 2026-03-30 08:08:38 |
| 5.5.1 | stable | Not tested | 2026-03-13 09:17:40 |
| 5.5.0 | stable | Not tested | 2026-03-02 10:11:32 |
| 5.4.0 | stable | Not tested | 2026-02-17 13:45:13 |
| 5.3.0 | stable | Not tested | 2026-02-11 06:42:01 |
| 5.2.2 | stable | Not tested | 2026-02-05 13:42:53 |
| 5.2.1 | stable | Not tested | 2026-01-30 09:30:15 |
| 5.2.0 | stable | Not tested | 2026-01-19 10:23:56 |
| 5.1.0 | stable | Not tested | 2025-12-02 12:32:51 |
| 5.0.0 | stable | Not tested | 2025-11-24 12:30:35 |
| 5.0.0-beta6 | beta | Not tested | 2025-10-27 10:19:16 |
| 5.0.0-beta5 | beta | Not tested | 2025-10-13 09:26:14 |
| 5.0.0-beta4 | beta | Not tested | 2025-10-02 12:15:09 |
| 5.0.0-beta1 | beta | Not tested | 2025-08-12 07:57:40 |
| 4.19.0 | stable | Not tested | 2025-07-24 08:41:16 |
| 5.0.0-beta2 | beta | Not tested | 2025-07-24 08:41:13 |
| 5.0.0-beta3 | beta | Not tested | 2025-07-24 08:41:13 |
| 5.0.0-alpha4 | alpha | Not tested | 2025-07-24 08:30:18 |
| 5.0.0-alpha3 | alpha | Not tested | 2025-06-24 13:05:06 |
| 5.0.0-alpha2 | alpha | Not tested | 2025-04-22 13:05:59 |
| 5.0.0-alpha1 | alpha | Not tested | 2025-04-16 16:00:41 |
| 4.18.1 | stable | Not tested | 2024-12-20 11:58:27 |
| 4.18.0 | stable | Not tested | 2024-11-26 10:26:52 |
| 4.17.0 | stable | Not tested | 2024-10-29 16:44:35 |
| 4.16.2 | stable | Not tested | 2024-09-10 08:20:50 |
| 4.16.1 | stable | Not tested | 2024-08-08 09:49:41 |
| 4.16.0 | stable | Not tested | 2024-08-06 07:28:20 |
| 4.15.2 | stable | Not tested | 2024-07-25 10:52:18 |
| 4.15.1 | stable | Not tested | 2024-07-11 13:40:35 |
| 4.15.0 | stable | Not tested | 2024-06-10 12:56:08 |
| 4.14.4 | stable | Not tested | 2024-05-13 12:58:00 |
| 4.14.3 | stable | Not tested | 2024-04-22 13:12:42 |
| 4.14.2 | stable | Not tested | 2024-04-04 09:40:34 |
| 4.14.1 | stable | Not tested | 2024-04-02 19:56:59 |
| 4.14.0 | stable | Not tested | 2024-03-29 14:48:44 |
| 4.13.0 | stable | Not tested | 2024-03-13 09:30:39 |
| 4.12.1 | stable | Not tested | 2024-02-21 12:25:04 |
| 4.12.0 | stable | Not tested | 2024-02-01 09:59:41 |
| 4.11.1 | stable | Not tested | 2023-11-23 15:12:43 |
| 4.11.0 | stable | Not tested | 2023-11-10 10:59:19 |
| 4.10.0 | stable | Not tested | 2023-08-01 10:00:27 |
| 4.9.1 | stable | Not tested | 2023-04-20 07:27:52 |
| 4.9.0 | stable | Not tested | 2023-03-07 12:59:35 |
| 4.8.1 | stable | Not tested | 2023-02-02 12:02:44 |
| 4.8.0 | stable | Not tested | 2023-01-03 08:30:29 |
| 4.7.1 | stable | Not tested | 2022-12-12 10:15:20 |
| 4.7.0 | stable | Not tested | 2022-10-05 08:31:29 |
| 4.6.1 | stable | Not tested | 2022-09-15 12:37:38 |
| 4.6.0 | stable | Not tested | 2022-07-28 08:45:55 |
| 4.5.0 | stable | Not tested | 2022-06-14 10:32:25 |
| 4.4.0 | stable | Not tested | 2022-04-19 09:58:16 |
| 4.3.0 | stable | Not tested | 2022-04-19 08:57:45 |
| 4.3.0-alpha.2 | alpha | Not tested | 2022-02-25 15:19:54 |
| 4.2.1 | stable | Not tested | 2022-02-10 09:13:27 |
| 4.3.0-alpha.1 | alpha | Not tested | 2022-02-10 09:13:27 |
| 4.2.0 | stable | Not tested | 2022-01-03 08:48:22 |
| 4.1.8 | stable | Not tested | 2021-10-08 08:36:35 |
| 4.1.8-beta.1 | beta | Not tested | 2021-08-19 13:24:04 |
| 4.1.7 | stable | Not tested | 2021-06-24 12:04:58 |
| 4.1.6 | stable | Not tested | 2021-06-08 13:03:44 |
| 4.1.6-RC.1 | RC | Not tested | 2021-05-27 13:46:58 |
| 4.1.6-beta.1 | beta | Not tested | 2021-04-15 09:26:13 |
| 4.1.5-RC.1 | RC | Not tested | 2021-01-11 12:12:55 |
| 4.1.5-beta.1 | beta | Not tested | 2021-01-11 12:11:21 |
| 4.1.4 | stable | Not tested | 2020-11-24 08:32:53 |
| 4.1.3 | stable | Not tested | 2020-10-27 08:05:55 |
| 4.1.2 | stable | Not tested | 2020-09-10 07:49:47 |
| 4.1.1 | stable | Not tested | 2020-07-01 08:21:41 |
| 4.1.0 | stable | Not tested | 2020-06-29 12:04:53 |
| 4.0.0-beta.1 | beta | Not tested | 2020-06-15 13:01:46 |
| 3.3.0 | stable | Not tested | 2020-04-20 07:33:01 |
| 3.3.0-beta.1 | beta | Not tested | 2020-04-16 07:41:03 |
| 2.5.8 | stable | Not tested | 2020-03-23 13:40:50 |
| 2.5.7 | stable | Not tested | 2020-03-02 14:23:09 |
| 3.2.1-1 | stable | Not tested | 2020-02-26 10:04:02 |
| 3.2.1 | stable | Not tested | 2020-02-26 10:04:02 |
| 3.2.1-beta.4 | beta | Not tested | 2020-02-06 12:40:49 |
| 3.2.1-2 | stable | Not tested | 2020-01-31 09:41:35 |
| 3.2.1-beta.3 | beta | Not tested | 2020-01-31 09:40:15 |
| 3.2.1-beta.2 | beta | Not tested | 2020-01-31 08:43:54 |
| 2.5.6 | stable | Not tested | 2020-01-28 09:20:05 |
| 3.2.1-beta.1 | beta | Not tested | 2020-01-27 10:06:45 |
| 3.2.0-beta.2 | beta | Not tested | 2020-01-23 16:08:32 |
| 3.2.0 | stable | Not tested | 2020-01-20 08:25:56 |
| 3.2.0-beta.1 | beta | Not tested | 2020-01-15 10:08:45 |
| 3.1.0 | stable | Not tested | 2019-12-05 13:32:50 |
| 3.1.4-beta.2 | beta | Not tested | 2019-12-05 12:31:21 |
| 3.1.4-beta.1 | beta | Not tested | 2019-12-05 12:28:39 |
| 3.1.3 | stable | Not tested | 2019-12-05 12:02:25 |
| 3.1.2 | stable | Not tested | 2019-11-28 14:57:39 |
| 3.1.1 | stable | Not tested | 2019-11-27 12:01:42 |
| 3.1.0-RC.3 | RC | Not tested | 2019-11-19 08:32:20 |
| 3.1.0-RC.2 | RC | Not tested | 2019-11-13 09:17:12 |
| 3.1.0-RC.1 | RC | Not tested | 2019-11-11 11:13:47 |
| 3.1.0-beta.1 | beta | Not tested | 2019-10-30 14:11:04 |
| 3.0.4-beta.2 | beta | Not tested | 2019-10-02 12:03:20 |
| 3.0.4-beta.1 | beta | Not tested | 2019-10-02 09:11:55 |
| 2.5.5 | stable | Not tested | 2019-09-20 09:10:33 |
| 3.0.3 | stable | Not tested | 2019-08-13 08:30:35 |
| 3.0.2 | stable | Not tested | 2019-08-02 12:59:00 |
| 3.0.1 | stable | Not tested | 2019-07-18 12:33:04 |
| 3.0.0 | stable | Not tested | 2019-07-10 08:02:31 |
| 2.5.3 | stable | Not tested | 2019-06-17 08:53:51 |
| 3.0.0-beta.5 | beta | Not tested | 2019-06-14 09:47:47 |
| 2.5.3-beta.3 | beta | Not tested | 2019-06-11 14:03:51 |
| 2.5.3-beta.2 | beta | Not tested | 2019-05-16 07:53:52 |
| 3.0.0-beta.4 | beta | Not tested | 2019-05-14 11:49:05 |
| 3.0.0-beta.3 | beta | Not tested | 2019-05-14 11:29:10 |
| 2.5.3-beta.1 | beta | Not tested | 2019-04-17 08:41:23 |
| 2.5.2 | stable | Not tested | 2019-04-11 07:34:52 |
| 2.5.1 | stable | Not tested | 2019-04-04 13:51:17 |
| 3.0.0-beta.1 | beta | Not tested | 2019-03-18 08:27:26 |
| 2.5.0 | stable | Not tested | 2019-03-18 08:23:55 |
| 2.5.0-beta.1 | beta | Not tested | 2019-03-18 08:23:37 |
| 2.4.2 | stable | Not tested | 2019-01-28 16:07:27 |
| 2.4.1-beta.2 | beta | Not tested | 2019-01-02 10:07:38 |
| 2.4.1-beta.1 | beta | Not tested | 2019-01-02 10:07:19 |
| 2.4.0 | stable | Not tested | 2018-12-12 10:05:17 |
| 2.4.0-RC.1 | RC | Not tested | 2018-12-05 12:32:54 |
| 2.4.0-beta.5 | beta | Not tested | 2018-11-29 13:45:11 |
| 2.4.0-beta.4 | beta | Not tested | 2018-11-28 15:57:16 |
| 2.4.0-beta.3 | beta | Not tested | 2018-11-26 09:02:17 |
| 2.3.9 | stable | Not tested | 2018-11-20 10:07:12 |
| 2.3.8 | stable | Not tested | 2018-11-06 14:32:49 |
| 2.4.0-beta.2 | beta | Not tested | 2018-10-26 14:55:50 |
| 2.3.7 | stable | Not tested | 2018-10-24 07:21:33 |
| 2.4.0-beta.1 | beta | Not tested | 2018-10-17 12:31:34 |
| 2.3.6 | stable | Not tested | 2018-08-01 12:46:37 |
| 2.3.6-beta.1 | beta | Not tested | 2018-08-01 10:44:02 |
| 2.3.5-beta.2 | beta | Not tested | 2018-06-12 09:34:08 |
| 2.3.5 | stable | Not tested | 2018-06-05 15:14:27 |
| 2.3.5-beta.1 | beta | Not tested | 2018-06-05 15:10:36 |
| 2.3.4-beta.2 | beta | Not tested | 2018-04-13 11:55:35 |
| 2.3.4 | stable | Not tested | 2018-04-12 09:40:47 |
| 2.3.4-beta.1 | beta | Not tested | 2018-04-12 09:40:23 |
| 2.3.3-beta.3 | beta | Not tested | 2018-04-11 09:35:09 |
| 2.3.3-beta.2 | beta | Not tested | 2018-03-05 15:57:16 |
| 2.3.3 | stable | Not tested | 2018-02-22 14:43:10 |
| 2.3.3-beta.1 | beta | Not tested | 2018-02-22 14:33:02 |
| 2.3.2-beta.2 | beta | Not tested | 2017-12-29 09:26:28 |
| 2.3.2 | stable | Not tested | 2017-12-28 14:24:22 |
| 2.3.2-beta.1 | beta | Not tested | 2017-12-28 13:43:29 |
| 2.3.1 | stable | Not tested | 2017-12-05 11:43:43 |
| 2.3.0 | stable | Not tested | 2017-11-15 12:50:13 |
| 2.3.0-beta.5 | beta | Not tested | 2017-11-15 12:47:09 |
| 2.3.0-RTM.1 | stable | Not tested | 2017-10-26 13:37:33 |
| 2.3.0-beta.4 | beta | Not tested | 2017-10-26 13:37:33 |
| 2.3.0-beta.3 | beta | Not tested | 2017-10-26 08:11:07 |
| 2.3.0-beta.2 | beta | Not tested | 2017-10-25 12:46:46 |
| 2.3.0-beta.1 | beta | Not tested | 2017-10-24 12:41:27 |
| 2.2.2-beta.3 | beta | Not tested | 2017-10-12 11:13:16 |
| 2.2.2-beta.2 | beta | Not tested | 2017-10-05 13:20:25 |
| 2.2.2-beta.1 | beta | Not tested | 2017-10-05 12:36:15 |
| 2.2.1 | stable | Not tested | 2017-09-27 11:39:52 |
| 2.2.1-beta.2 | beta | Not tested | 2017-09-27 11:35:05 |
| 2.2.1-beta.1 | beta | Not tested | 2017-09-26 11:56:18 |
| 2.2.0 | stable | Not tested | 2017-09-20 11:11:04 |
| 2.2.0-beta.3 | beta | Not tested | 2017-08-29 12:30:50 |
| 2.2.0-beta.2 | beta | Not tested | 2017-08-28 12:04:57 |
| 2.2.0-beta.1 | beta | Not tested | 2017-08-28 12:00:07 |
| 2.2.0-beta | beta | Not tested | 2017-08-28 09:31:38 |
| 2.1.19 | stable | Not tested | 2017-08-22 10:52:54 |
| 2.1.18 | stable | Not tested | 2017-08-08 14:27:34 |
| 2.1.17 | stable | Not tested | 2017-08-02 11:25:29 |
| 2.1.16 | stable | Not tested | 2017-08-02 09:36:39 |
| 2.1.16-beta | beta | Not tested | 2017-07-31 14:15:28 |
| 2.1.16-alpha | alpha | Not tested | 2017-07-31 10:50:18 |
| 2.1.15-alpha | alpha | Not tested | 2017-07-21 09:31:54 |
| 1.0.7 | stable | Not tested | 2017-07-04 14:58:16 |
| 2.1.13-alpha | alpha | Not tested | 2017-07-03 09:39:21 |
| 2.1.12-alpha | alpha | Not tested | 2017-06-29 13:13:10 |
| 2.1.11-alpha | alpha | Not tested | 2017-06-29 09:00:35 |
| 2.1.14-alpha | alpha | Not tested | 2017-06-29 08:55:28 |
| 2.1.10-alpha | alpha | Not tested | 2017-06-29 08:54:28 |
| 2.1.9-alpha | alpha | Not tested | 2017-06-27 08:28:32 |
| 2.1.8-alpha | alpha | Not tested | 2017-06-27 07:53:09 |
| 2.1.7-alpha | alpha | Not tested | 2017-06-26 14:41:25 |
| 2.1.6-alpha | alpha | Not tested | 2017-06-26 14:31:11 |
| 2.1.5-alpha | alpha | Not tested | 2017-06-21 13:41:56 |
| 2.1.0-alpha | alpha | Not tested | 2017-06-19 09:27:31 |
| 1.0.8 | stable | Not tested | 2017-06-13 13:32:36 |
| 1.0.6 | stable | Not tested | 2017-06-13 13:31:09 |
| 1.0.5 | stable | Not tested | 2017-05-15 07:58:59 |
| 1.0.4 | stable | Not tested | 2017-05-15 07:03:11 |
| 1.0.3 | stable | Not tested | 2017-03-30 11:26:29 |
| 1.0.2 | stable | Not tested | 2017-03-30 10:07:15 |
| 1.0.1 | stable | Not tested | 2017-03-30 09:21:43 |
| 1.0.0 | stable | Not tested | 2017-03-30 08:27:09 |
| 0.1.13 | stable | Not tested | 2017-03-10 08:56:23 |
| 0.1.12 | stable | Not tested | 2017-03-09 09:42:10 |
| 0.1.11 | stable | Not tested | 2017-02-23 16:44:15 |
| 0.1.11-beta | beta | Not tested | 2017-02-23 16:42:44 |
| 0.1.10 | stable | Not tested | 2017-02-22 09:58:08 |
| 0.1.9 | stable | Not tested | 2017-02-22 09:52:11 |
| 0.1.8 | stable | Not tested | 2017-02-21 23:27:41 |
| 0.1.7 | stable | Not tested | 2017-02-13 10:57:42 |
| 0.1.6 | stable | Not tested | 2017-02-13 08:53:01 |
| 0.1.5 | stable | Not tested | 2017-02-06 15:48:19 |
| 0.1.5-beta.1 | beta | Not tested | 2017-02-06 15:46:59 |
| 0.1.4 | stable | Not tested | 2017-02-03 11:08:09 |
| 0.1.3 | stable | Not tested | 2017-01-27 08:28:04 |
| 0.1.2 | stable | Not tested | 2017-01-26 21:04:59 |
| 0.1.1-alpha.2 | alpha | Not tested | 2017-01-25 12:08:10 |
| 0.1.1-alpha | alpha | Not tested | 2017-01-25 12:07:37 |
| 0.1.0-alpha.2 | alpha | Not tested | 2017-01-13 12:24:16 |
| 0.1.0-alpha.1 | alpha | Not tested | 2017-01-13 12:13:24 |
Requires 4
| Package | Constraint |
|---|---|
| guzzlehttp/guzzle | ^7.0 |
| magento/framework | >=101.0.8 <102 || >=102.0.1 |
| myparcelnl/sdk | 11.0.0-beta.15@beta |
| php | ^7.4 || ^8.0 |
Requires-dev 4
| Package | Constraint |
|---|---|
| league/openapi-psr7-validator | ^0.22 |
| mockery/mockery | ^1.6 |
| nyholm/psr7 | ^1.8 |
| pestphp/pest | ^2.0 |
No QA results yet
QA pipelines haven't run for this version. Status appears here once the vendor publishes a tagged release that gets ingested.
Turn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.