Skip to content

Releases: netresearch/dhl-module-shipping-m2

0.11.1

02 Apr 09:06
Compare
Choose a tag to compare

Fixed

  • updated Application ID token

0.11.0

10 Dec 10:24
Compare
Choose a tag to compare

Added

  • PHP 7.3 support (for Magento 2.3.3)

Fixed

  • config import and export via CLI, see Issue #63
  • uninstaller missing instruction for database cleanup
  • compatibility to Mageplaza OnestepCheckout, see Issue #60

Changed

  • remove support for Austria (AT) as shipping origin (no new orders will be accepted for DHL, existing ones can still be processed)
  • dropped support for Magento 2.1 and PHP 5.6
  • reintegrated dhl/module-label-status-m2 as requirement (possible due to Magento 2.1 support drop)
  • updated installation instructions in README

Bugfix release

13 May 15:22
Compare
Choose a tag to compare

0.10.3 - 2019-05-13

Fixed

  • Cash On Delivery (COD) not stored if no DHL service selected in checkout
  • Payment methods for COD list lacking options

0.10.2

23 Apr 09:23
Compare
Choose a tag to compare

Fixed

  • Cannot select 'Visual Check Of Age' in shipping popup
  • Populating select fields in packaging popup
  • Persist delivery location details on order place

0.10.1

13 Mar 09:47
Compare
Choose a tag to compare

Fixed

  • Web API schema generation (#51)
  • DHL Paket participation numbers configuration
  • Magento 2.1 compatibility

0.10.0

28 Feb 10:52
Compare
Choose a tag to compare

Added

  • Magento 2.3 compatibility (#44)
  • Magento 2.1 compatibility (previously dropped in v0.9.0)
  • DHL Paket "Wunschpaket" services in checkout with service charge configuration, calculation, and display
  • German translation

Removed

  • Label Status feature moved to separate package dhl/module-label-status (only available for Magento 2.2.x and 2.3.x)

Fixed

  • Blank configuration page if shipping origin country cannot be processed with DHL (#37)
  • Package weight calculation for mass action and cron autocreate (#38)
  • Store not found exception when switching store scope (#43)

0.9.1

08 Oct 12:52
Compare
Choose a tag to compare

Fixed

  • packaging popup not recognizing config settings for weight/length units
  • unused config section removed
  • wrong version numbers in documentation

0.9.0

02 Aug 14:34
Compare
Choose a tag to compare

Added

  • Define custom Export Descriptions via product attribute
  • Support for third party shipping methods with dynamic method codes
  • Configuration of default products per available route
  • Mass action and cron autocreation for cross border shipping
  • Dhl Label Status on sales order grid
  • Tarif number validation on packaging popup
  • added field for DHL export description
  • more clear error message for not supported shipping origin config

Changed

  • Updated DHL product names and codes
  • Reordered configuration fields to make dependencies clearer

Removed

  • Removed support for Magento 2.1

Fixed

  • Shipping product options for DE->AT route
  • Packaging popup not respecting config defaults for preselects

Label Cancellation and Postal Facilities

12 Jan 14:37
Compare
Choose a tag to compare

This release adds the following features:

  • Cancel Business Customer Shipping labels by deleting their tracking code
  • Allow cash on delivery payments for Global Shipping labels
  • Parse postal facility data from delivery address

This release fixes the following issues:

  • #15 Uninstaller does not seem to work
  • #17 Module breaks SOAP API
  • Wrong tracking link for Global Shipping labels

Note that the shipping module itself does not and will not add postal facility (Packstation, Post Office, Parcel Shop) support to the UI. In order to fully support such facilities, the SI must map the following DHL address fields to these Magento address fields:

  • [postNumber], e.g. "1234567" → shipping_address.company
  • [facilityType] [facilityNumber], e.g. "Packstation 142" → shipping_address.street

Cross-Border Shipments and Services

27 Oct 13:30
Compare
Choose a tag to compare

This release allows to request both domestic and cross-border shipping labels from the DHL Paket Business Customer Shipping API and the DHL eCommerce Global Shipping API. Supported features are:

  • Business Customer Shipping
    • API Operations: createShipmentOrder
    • Origin Countries: DE, AT
    • Destination Countries: International
    • Services:
      • Cash On Delivery (Nachnahme)
      • Notification (Paketankündigung)
      • Visual Check Of Age (Alterssichtprüfung)
      • Return Shipment (Retourenbeileger)
      • Additional Insurance (Zusatzversicherung)
      • Bulky Goods (Sperrgut)
    • Modes of Operation:
      • manual, per shipment
      • automatic (cron, domestic only)
  • Global Shipping
    • API Operations: label
    • Origin Countries: APAC, AMER
    • Destination Countries: International
    • Modes of Operation:
      • manual, per shipment
      • automatic (cron, domestic only)