diff --git a/CHANGELOG.md b/CHANGELOG.md index d25fe17c8..d8f4e1aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## [4.11.0](https://github.com/myparcelnl/woocommerce/compare/v4.10.0...v4.11.0) (2022-04-15) + + +### Features + +* enable order management setting ([#824](https://github.com/myparcelnl/woocommerce/issues/824)) ([78524ae](https://github.com/myparcelnl/woocommerce/commit/78524ae802d97bc5fe5706e4fea9e4c72d5143e1)) + +### [4.10.2](https://github.com/myparcelnl/woocommerce/compare/v4.10.1...v4.10.2) (2022-04-05) + + +### Bug Fixes + +* update delivery options + + +### [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) diff --git a/composer.json b/composer.json index 83891ffb3..f592cd971 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "myparcelnl/woocommerce", - "version": "4.10.0", + "version": "4.11.0", "require": { - "myparcelnl/sdk": "~7.1.0" + "myparcelnl/sdk": "~7.2.2" }, "autoload": { "psr-4": { diff --git a/package.json b/package.json index 523d7697b..9380ab790 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@myparcel/woocommerce", "private": true, - "version": "4.10.0", + "version": "4.11.0", "scripts": { "build": "gulp", "serve": "gulp watch" diff --git a/readme.txt b/readme.txt index 8905e8e2f..799b33dc8 100755 --- a/readme.txt +++ b/readme.txt @@ -90,6 +90,18 @@ function wcmyparcel_new_email_text($track_trace_tekst) { == Changelog == += 4.11.0 (2022-04-15) = +* Feat: enable order management setting (#824) (78524ae) + += 4.10.2 (2022-04-05) = +* Fix: update delivery options + += 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) diff --git a/woocommerce-myparcel.php b/woocommerce-myparcel.php index fcd073339..6d05db7ba 100755 --- a/woocommerce-myparcel.php +++ b/woocommerce-myparcel.php @@ -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.11.0 Text Domain: woocommerce-myparcel License: GPLv3 or later @@ -38,7 +38,7 @@ class WCMYPA /** * @var string */ - public $version = '4.10.0'; + public $version = '4.11.0'; /** * @var string