Skip to content

Commit 9806326

Browse files
chore(release): 4.12.1 [skip ci]
## [4.12.1](v4.12.0...v4.12.1) (2024-02-21) ### 🐛 Bug Fixes * fix php 8.2 deprecation error ([#818](#818)) ([793f7ef](793f7ef)) * use both address lines for street name ([#819](#819)) ([2053b08](2053b08))
1 parent 793f7ef commit 9806326

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [4.12.1](https://github.com/myparcelnl/magento/compare/v4.12.0...v4.12.1) (2024-02-21)
7+
8+
9+
### :bug: Bug Fixes
10+
11+
* fix php 8.2 deprecation error ([#818](https://github.com/myparcelnl/magento/issues/818)) ([793f7ef](https://github.com/myparcelnl/magento/commit/793f7ef4407d668ef6f81efc1860446b1e5c5680))
12+
* use both address lines for street name ([#819](https://github.com/myparcelnl/magento/issues/819)) ([2053b08](https://github.com/myparcelnl/magento/commit/2053b08a61b5c4427887a6e2e144ad8da71d263e))
13+
614
## [4.12.0](https://github.com/myparcelnl/magento/compare/v4.11.1...v4.12.0) (2024-02-01)
715

816

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myparcelnl/magento",
3-
"version": "4.12.0",
3+
"version": "4.12.1",
44
"description": "A Magento 2 module that creates MyParcel labels",
55
"keywords": [
66
"myparcel",

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd" >
2-
<module name="MyParcelNL_Magento" setup_version="4.12.0">
2+
<module name="MyParcelNL_Magento" setup_version="4.12.1">
33
<sequence>
44
<module name="Magento_Sales"/>
55
</sequence>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@myparcel/magento",
3-
"version": "4.12.0",
3+
"version": "4.12.1",
44
"private": true,
55
"description": "Voor de handleiding en meer informatie ga naar: https://myparcelnl.github.io/magento/",
66
"homepage": "https://myparcelnl.github.io/magento",

0 commit comments

Comments
 (0)