Skip to content

Commit

Permalink
chore(release): 4.15.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.15.1](v4.15.0...v4.15.1) (2024-07-11)

### 🐛 Bug Fixes

* allow exporting without delivery options ([#848](#848)) ([7f88b09](7f88b09))
* allow package type mailbox when postnl is disabled ([#850](#850)) ([c3357eb](c3357eb))
* **checkout:** honor monday delivery setting ([#849](#849)) ([359eef0](359eef0))
* **checkout:** show delivery options also when totalprice is chosen ([#852](#852)) ([0408cad](0408cad))
* **checkout:** show delivery options even if not all mailbox settings are present ([#853](#853)) ([cfc33e8](cfc33e8))
* **checkout:** take carrier specific mailbox weight into account ([#855](#855)) ([6ce5131](6ce5131))
* **checkout:** update shipping price in delivery options on change ([#846](#846)) ([52bc15f](52bc15f))
* **checkout:** use backwards compatible delivery options ([#854](#854)) ([f8727ee](f8727ee))
* prevent dhl shipments being rejected for size ([#851](#851)) ([cec93a9](cec93a9))
  • Loading branch information
semantic-release-bot committed Jul 11, 2024
1 parent 6ce5131 commit e464822
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.15.1](https://github.com/myparcelnl/magento/compare/v4.15.0...v4.15.1) (2024-07-11)


### :bug: Bug Fixes

* allow exporting without delivery options ([#848](https://github.com/myparcelnl/magento/issues/848)) ([7f88b09](https://github.com/myparcelnl/magento/commit/7f88b09e0fb2bf80801ab3ea04b333f3e2c9a45c))
* allow package type mailbox when postnl is disabled ([#850](https://github.com/myparcelnl/magento/issues/850)) ([c3357eb](https://github.com/myparcelnl/magento/commit/c3357eb1f30f54b1f2b28450961ee3d0a9bfb136))
* **checkout:** honor monday delivery setting ([#849](https://github.com/myparcelnl/magento/issues/849)) ([359eef0](https://github.com/myparcelnl/magento/commit/359eef0c1fc27f929478ad3da81ada91a926d1f8))
* **checkout:** show delivery options also when totalprice is chosen ([#852](https://github.com/myparcelnl/magento/issues/852)) ([0408cad](https://github.com/myparcelnl/magento/commit/0408cad82248c0d02206ed08e03897c198354601))
* **checkout:** show delivery options even if not all mailbox settings are present ([#853](https://github.com/myparcelnl/magento/issues/853)) ([cfc33e8](https://github.com/myparcelnl/magento/commit/cfc33e8a6d8126a40c9b37702de8574fc52dd940))
* **checkout:** take carrier specific mailbox weight into account ([#855](https://github.com/myparcelnl/magento/issues/855)) ([6ce5131](https://github.com/myparcelnl/magento/commit/6ce513178c424ac7ba8c3d2af5bc68a3fb0dc324))
* **checkout:** update shipping price in delivery options on change ([#846](https://github.com/myparcelnl/magento/issues/846)) ([52bc15f](https://github.com/myparcelnl/magento/commit/52bc15f0ba7a6dc16b04afb11dc66b559c2611ba))
* **checkout:** use backwards compatible delivery options ([#854](https://github.com/myparcelnl/magento/issues/854)) ([f8727ee](https://github.com/myparcelnl/magento/commit/f8727ee850f7c9dadcd5fcf8f40bf5c06f9a5c06))
* prevent dhl shipments being rejected for size ([#851](https://github.com/myparcelnl/magento/issues/851)) ([cec93a9](https://github.com/myparcelnl/magento/commit/cec93a9baeb3f734db91a1726944ae08e5578cf9))

## [4.15.0](https://github.com/myparcelnl/magento/compare/v4.14.4...v4.15.0) (2024-06-10)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myparcelnl/magento",
"version": "4.15.0",
"version": "4.15.1",
"description": "A Magento 2 module that creates MyParcel labels",
"keywords": [
"myparcel",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd" >
<module name="MyParcelNL_Magento" setup_version="4.15.0">
<module name="MyParcelNL_Magento" setup_version="4.15.1">
<sequence>
<module name="Magento_Sales"/>
</sequence>
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/magento",
"version": "4.15.0",
"version": "4.15.1",
"private": true,
"description": "Voor de handleiding en meer informatie ga naar: https://myparcelnl.github.io/magento/",
"homepage": "https://myparcelnl.github.io/magento",
Expand Down

0 comments on commit e464822

Please sign in to comment.