Skip to content

Commit

Permalink
chore: update to v4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Ernst committed Apr 5, 2022
1 parent 79e472a commit c66fa36
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### [4.10.1](https://github.com/myparcelnl/woocommerce/compare/v4.10.0...v4.10.1) (2022-04-05)


### Bug Fixes

* show message when order management is enabled ([#815](https://github.com/myparcelnl/woocommerce/issues/815)) ([f12570e](https://github.com/myparcelnl/woocommerce/commit/f12570e23ce812893bf6dfd83054c0a20f187b3a))
* only show delivery date in order view when necessary ([#816](https://github.com/myparcelnl/woocommerce/issues/816)) ([44e02a7](https://github.com/myparcelnl/woocommerce/commit/44e02a73c326ad3f4c8e4d8978bd6bd60ad07792))
* syntax error on 4.1.0 migration ([#817](https://github.com/myparcelnl/woocommerce/issues/817)) ([bba5246](https://github.com/myparcelnl/woocommerce/commit/bba524610af4a8eaf888718fe7006132d63c0d3f))
* the weight calculations must be multiplied ([#814](https://github.com/myparcelnl/woocommerce/issues/814)) ([5d88f8e](https://github.com/myparcelnl/woocommerce/commit/5d88f8e091223b6304a663138c3141f560427b45))

## [4.10.0](https://github.com/myparcelnl/woocommerce/compare/v4.10.0-alpha.2...v4.10.0) (2022-03-21)


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/woocommerce",
"version": "4.10.0",
"version": "4.10.1",
"require": {
"myparcelnl/sdk": "~7.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@myparcel/woocommerce",
"private": true,
"version": "4.10.0",
"version": "4.10.1",
"scripts": {
"build": "gulp",
"serve": "gulp watch"
Expand All @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/myparcelnl/woocommerce#readme",
"dependencies": {
"@myparcel/delivery-options": "^5.0.0"
"@myparcel/delivery-options": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.13.10",
Expand Down
6 changes: 6 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ function wcmyparcel_new_email_text($track_trace_tekst) {

== Changelog ==

= 4.10.1 (2022-04-05) =
* Fix: the weight calculations must be multiplied (#814)
* Fix: show message when order management is enabled (#815)
* Fix: only show delivery date in order view when necessary (#816)
* Fix: syntax error on 4.1.0 migration (#817)

= 4.10.0 (2022-03-21) =
* Feat: add settings for same day delivery (#810) (3c170b7)
* Fix: allow 6 characters as number suffix (#806) (073acc9)
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-myparcel.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: Export your WooCommerce orders to MyParcel (https://myparcel.nl/) and print labels directly from the WooCommerce admin
Author: MyParcel
Author URI: https://myparcel.nl
Version: 4.10.0
Version: 4.10.1
Text Domain: woocommerce-myparcel
License: GPLv3 or later
Expand Down Expand Up @@ -38,7 +38,7 @@ class WCMYPA
/**
* @var string
*/
public $version = '4.10.0';
public $version = '4.10.1';

/**
* @var string
Expand Down

0 comments on commit c66fa36

Please sign in to comment.