Skip to content

Commit

Permalink
chore: update to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen committed Jul 8, 2024
1 parent a867195 commit 94d43c4
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Version 2.4.0

#### New features

- feat: allow setting max mailbox weight

#### Improvements

- fix(checkout): prevent cart getting stuck on mailbox price
- fix(checkout): switch package type nicely
- fix(labels): print a6 when requested

# Version 2.3.0

#### New features
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG_de-DE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Version 2.4.0

#### Neue Funktionen

- Feature: Maximales Postfachgewicht kann eingestellt werden

#### Verbesserungen

- Fix (Checkout): Verhindert, dass der Einkaufswagen beim Postfachpreis hängen bleibt
- Fix (Checkout): Pakettyp einfach wechseln
- Fix (Labels): A6 auf Anfrage drucken

# Version 2.3.0

#### Neue Funktionen
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG_nl-NL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Version 2.4.0

#### Nieuwe functies

- feat: sta het instellen van maximaal brievenbusgewicht toe

#### Verbeteringen

- fix(afrekenen): voorkom dat het winkelwagentje blijft hangen op de brievenbusprijs
- fix(afrekenen): verander het pakkettype goed
- fix(labels): print a6 wanneer daarom wordt gevraagd

# Version 2.3.0

#### New features
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mypashopware/myparcel",
"description": "MyParcel integration for Shopware 6",
"version": "2.3.0",
"version": "2.4.0",
"type": "shopware-platform-plugin",
"license": "proprietary",
"authors": [
Expand Down Expand Up @@ -55,9 +55,9 @@
"require": {
"composer-runtime-api": "^2.0",
"myparcelnl/sdk": "^7",
"shopware/core": "^6.5",
"shopware/administration": "^6.5",
"shopware/storefront": "^6.5"
"shopware/core": "^6.4",
"shopware/administration": "^6.4",
"shopware/storefront": "^6.4"
},
"scripts": {
"post-install-cmd": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel/shopware-plugin",
"version": "2.3.0",
"version": "2.4.0",
"private": true,
"license": "MIT",
"workspaces": [
Expand Down

0 comments on commit 94d43c4

Please sign in to comment.