This module allows you to seamlessly integrate the MyParcel services into your PrestaShop webshop.
- PrestaShop 1.7.8.0 or higher, including 8.0 and up
- PHP 7.4 or higher
⚠️ Older 1.7.x versions may work, but are not officially tested or supported.
For the manual and more information, check out our PrestaShop module guide on the MyParcel Developer Portal.
See CONTRIBUTING.md.
The 1.7 module was initially considered a completely standalone module from the old 1.6 version, and released as version 1.0. This has caused some confusion among users as well as our developers and support team. This will also be able to cause issues in the future when we release new versions that include migrations based on the previously installed version of the module.
To avoid this, we've decided to update the versioning of the module. The new versioning is as follows:
PrestaShop version | Module version | New module version |
---|---|---|
1.6 | 1.x | 1.x (unchanged) |
1.6 | 2.x | 2.x (unchanged) |
1.7 | 1.x | 3.x |
1.7.x & 8.x | 2.x | 4.x |
We chose to only update the changelog, the repository tags and not touch anything else, to avoid any potential issues with the module's users and further confusion. We've also merged the history of the old 1.6 module into this repository. This way, anyone interested can see the full history of the module in one place. We've been using semantic version since version 3.2.0 (previously 1.2.0) and we will continue to do so, just with the updated versioning.