Releases: netresearch/dhl-module-shipping-m2
Releases · netresearch/dhl-module-shipping-m2
0.11.1
0.11.0
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
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
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
0.10.0
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
0.9.1
0.9.0
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
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
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)
- API Operations:
- Global Shipping
- API Operations:
label
- Origin Countries: APAC, AMER
- Destination Countries: International
- Modes of Operation:
- manual, per shipment
- automatic (cron, domestic only)
- API Operations: