File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. See
4
4
[ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 4.12.0] ( https://github.com/myparcelnl/magento/compare/v4.11.1...v4.12.0 ) (2024-02-01)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " myparcelnl/magento" ,
3
- "version" : " 4.12.0 " ,
3
+ "version" : " 4.12.1 " ,
4
4
"description" : " A Magento 2 module that creates MyParcel labels" ,
5
5
"keywords" : [
6
6
" myparcel" ,
Original file line number Diff line number Diff line change 1
1
<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 " >
3
3
<sequence >
4
4
<module name =" Magento_Sales" />
5
5
</sequence >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @myparcel/magento" ,
3
- "version" : " 4.12.0 " ,
3
+ "version" : " 4.12.1 " ,
4
4
"private" : true ,
5
5
"description" : " Voor de handleiding en meer informatie ga naar: https://myparcelnl.github.io/magento/" ,
6
6
"homepage" : " https://myparcelnl.github.io/magento" ,
You can’t perform that action at this time.
0 commit comments