Skip to content

Commit

Permalink
chore: update to 2.5.0 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen committed Jul 8, 2024
1 parent 4c2059c commit ecddde6
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Version 2.5.0

#### New features

- feat: allow setting max mailbox weight

#### Improvements

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

# Version 2.4.0

- For shopware 6.4 only.

# Version 2.3.0

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

#### Neue Funktionen

- Feature: Einstellung des maximalen Postfachgewichts möglich

#### Verbesserungen

- Fix: Vermeidung von Typfehlern im DeliveryCalculatorDecorator
- Fix (Checkout): Vermeidung von Hängenbleiben des Einkaufswagens beim Postfachpreis
- Fix (Checkout): Pakettyp einfach wechseln
- Fix (Labels): A6 auf Anfrage drucken

# Version 2.4.0

- Nur für Shopware 6.4.

# Version 2.3.0

#### Neue Funktionen
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG_nl-NL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Versie 2.5.0

#### Nieuwe functies

- feature: sta het instellen van het maximaal brievenbusgewicht toe

#### Verbeteringen

- fix: voorkom type error in DeliveryCalculatorDecorator
- 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

# Versie 2.4.0

- Alleen voor shopware 6.4.

# Version 2.3.0

#### New features
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0",
"type": "shopware-platform-plugin",
"license": "proprietary",
"authors": [
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.5.0",
"private": true,
"license": "MIT",
"workspaces": [
Expand Down

0 comments on commit ecddde6

Please sign in to comment.