Skip to content

Commit

Permalink
fix: release notes for version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardPerdaan committed May 26, 2021
1 parent 698733b commit 7fad94e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,19 @@ function wcmyparcel_new_email_text($track_trace_tekst) {

== Changelog ==

= 4.4.0 (2021-05-26) =
* Improvement: Default option for deliveryoptions maps or list
* Improvement: Display product country of origin as list
* Improvement: Choose an order status that will automatically export a shipment to MyParcel
* Improvement: Only show delivery options with non-virtual product in order
* Fix: use `type hidden` to hide the delivery options input.
* Fix: about empty shipping class
* Fix: Show delivery type only when myparcel delivery options are enabled
* Fix: isworldshipmentcountry returns false when country does not exist
* Fix: More friendlier error messages
* Fix: Error when changing the order when shipment_options_extra meta does not exist
* Fix: Change mailbox shipments outside Netherlands to package

= 4.3.2 (2021-03-30) =
* Improvement: wpm-config.json included (support WP-Multilang plugin)
* Improvement: add translation files fr_FR
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.3.2
Version: 4.4.0
Text Domain: woocommerce-myparcel
License: GPLv3 or later
Expand All @@ -28,7 +28,7 @@ class WCMYPA
const PHP_VERSION_7_1 = '7.1';
const PHP_VERSION_REQUIRED = self::PHP_VERSION_7_1;

public $version = '4.3.2';
public $version = '4.4.0';

public $plugin_basename;

Expand Down

0 comments on commit 7fad94e

Please sign in to comment.