Skip to content

Commit 691c776

Browse files
Merge branch 'release/4.1.0'
2 parents d08b290 + 22af929 commit 691c776

File tree

105 files changed

+8480
-4993
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+8480
-4993
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[*.json]
22
indent_size = 2
33

4+
[*.scss]
5+
indent_size = 4
6+
47
[composer.json]
58
indent_size = 4
69

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 4.1.0
2+
#### New features
3+
- Added new return options:
4+
- A shipping label can also be used immediately as a return label.
5+
- Added manual generation of return labels.
6+
- Dutch return addresses can now be a regular address instead of a reply number.
7+
8+
#### Bugfixes
9+
- Added missing cart data
10+
- Improved compatibility with Shopware Commercial plugin
11+
112
# 4.0.1
213
- Fix an issue when reinstalling the plugin after updating to 4.x
314

CHANGELOG_de-DE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 4.1.0
2+
#### Neue Funktionen
3+
- Neue Rückgabeoptionen hinzugefügt:
4+
- Ein Versandetikett kann auch gleich als Rücksendeetikett verwendet werden.
5+
- Manuelle Erstellung von Rücksendeetiketten wurde hinzugefügt.
6+
- Niederländische Rücksendeadressen können nun eine normale Adresse statt einer Antwortnummer sein.
7+
8+
#### Fehlerbehebungen
9+
- Fehlende Warenkorbdaten hinzugefügt
10+
- Verbesserte Kompatibilität mit Shopware Commercial Plugin
11+
112
# 4.0.1
213
- Behebung eines Problems bei der Neuinstallation des Plugins nach dem Update auf 4.x
314

CHANGELOG_nl-NL.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 4.1.0
2+
#### Nieuwe functies
3+
- Nieuwe retouropties toegevoegd:
4+
- Een verzendlabel kan ook meteen als retourlabel gebruikt worden.
5+
- Handmatig genereren van retourlabels toegevoegd.
6+
- Nederlandse retouradressen kunnen nu een gewoon adres zijn in plaats van een antwoordnummer.
7+
8+
#### Bugfixes
9+
- Ontbrekende winkelwagengegevens
10+
- Verbeterde compatibiliteit met Shopware Commercial plugin
11+
112
# 4.0.1
213
- Probleem opgelost bij het opnieuw installeren van de plugin na een update naar 4.x
314

assets/PostNL Logo Oranje RGB.svg

Lines changed: 51 additions & 0 deletions
Loading

assets/PostNL Logo Wit RGB.svg

Lines changed: 11 additions & 0 deletions
Loading

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "postnl/shopware6",
33
"description": "PostNL",
44
"type": "shopware-platform-plugin",
5-
"version": "4.0.1",
5+
"version": "4.1.0",
66
"license": "proprietary",
77
"authors": [
88
{
@@ -62,8 +62,8 @@
6262
"friendsofphp/php-cs-fixer": "^3",
6363
"phpcompatibility/php-compatibility": "^9.3",
6464
"squizlabs/php_codesniffer": "^3.6",
65-
"infection/infection": "^0.26",
6665
"nunomaduro/phpinsights": "^2.8",
66+
"infection/infection": "^0.29.7",
6767
"boxblinkracer/phpunuhi": "^1",
6868
"shopware/core": "~6.6.0",
6969
"shopware/administration": "~6.6.0",

0 commit comments

Comments
 (0)