Skip to content

Commit 557800b

Browse files
chore(release): 5.0.0 [skip ci]
## [5.0.0](v4.11.2...v5.0.0) (2026-02-17) ### ⚠ BREAKING CHANGES * **config:** determine active platform via API and make plugin generic for all platforms / propositions (#391) ### 🐛 Bug Fixes * **delivery-options:** update CDN url to allow for future updates ([#447](#447)) ([36ab2ed](36ab2ed)) ### ✨ New Features * **config:** determine active platform via API and make plugin generic for all platforms / propositions ([#391](#391)) ([ae40b06](ae40b06)) * move to myparcel-dev scope ([#448](#448)) ([8c93b63](8c93b63)) * **pdk:** bump js-pdk to 1.14.1 ([15ecbef](15ecbef)) * **pdk:** bump myparcelnl/pdk from 3.1.2 to 3.2.0 in the php-pdk group ([#449](#449)) ([001ffd3](001ffd3)), closes [#413](#413) [#419](#419)
1 parent e2ffc92 commit 557800b

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.0](https://github.com/myparcelnl/prestashop/compare/v4.11.2...v5.0.0) (2026-02-17)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* **config:** determine active platform via API and make plugin generic for all platforms / propositions (#391)
12+
13+
### :bug: Bug Fixes
14+
15+
* **delivery-options:** update CDN url to allow for future updates ([#447](https://github.com/myparcelnl/prestashop/issues/447)) ([36ab2ed](https://github.com/myparcelnl/prestashop/commit/36ab2ed582b2260498d410f7415151df7e48ac0f))
16+
17+
18+
### :sparkles: New Features
19+
20+
* **config:** determine active platform via API and make plugin generic for all platforms / propositions ([#391](https://github.com/myparcelnl/prestashop/issues/391)) ([ae40b06](https://github.com/myparcelnl/prestashop/commit/ae40b065c3c3c7692e98b3e82d6f33ad5ab754ae))
21+
* move to myparcel-dev scope ([#448](https://github.com/myparcelnl/prestashop/issues/448)) ([8c93b63](https://github.com/myparcelnl/prestashop/commit/8c93b635094a9bc253ff95b9dd650643d6f85816))
22+
* **pdk:** bump js-pdk to 1.14.1 ([15ecbef](https://github.com/myparcelnl/prestashop/commit/15ecbefd0e735bdf2b66b284fe7dfe0bc756e1da))
23+
* **pdk:** bump myparcelnl/pdk from 3.1.2 to 3.2.0 in the php-pdk group ([#449](https://github.com/myparcelnl/prestashop/issues/449)) ([001ffd3](https://github.com/myparcelnl/prestashop/commit/001ffd3112b01d9de0f9912884b87747f70fb76f)), closes [#413](https://github.com/myparcelnl/prestashop/issues/413) [#419](https://github.com/myparcelnl/prestashop/issues/419)
24+
625
## [4.11.2](https://github.com/myparcelnl/prestashop/compare/v4.11.1...v4.11.2) (2026-01-08)
726

827

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myparcelnl/prestashop-module",
3-
"version": "4.11.2",
3+
"version": "5.0.0",
44
"license": "MIT",
55
"type": "prestashop-module",
66
"require": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@myparcel-prestashop/monorepo",
3-
"version": "4.11.2",
3+
"version": "5.0.0",
44
"private": true,
55
"repository": "github:myparcelnl/prestashop",
66
"license": "MIT",

0 commit comments

Comments
 (0)