Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
DHLEX-78: release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian80 authored and mam08ixo committed Sep 2, 2020
1 parent 56eb882 commit 0c05fa4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 2.0.2 - 2020-09-01

### Added

- Support for PHP 7.4
- Pass through tracking error details, contributed by [@kdrdmr](https://github.com/kdrdmr) via [PR #8](https://github.com/netresearch/dhl-sdk-api-express/pull/8)

### Removed

- Support for PHP 5.6 and PHP 7.0

### Changed

- Request and response parsing, contributed by [@tomazJakomin](https://github.com/tomazJakomin) via [PR #5](https://github.com/netresearch/dhl-sdk-api-express/pull/5):

- Class Map: add missing ResponseServiceHeader type
- Delete Shipment: fix passing Reason code from request builder to SOAP type
- Track: introduce constants for usage in TrackingRequestBuilderInterface::setPiecesEnabled
- Track: handle empty ShipmentEvent type during response processing

### Fixed

- Webservice response logging

## 2.0.1 - 2020-02-06

### Fixed
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# DHL Express Shipping API SDK for PHP

* version: 2.0.0

## Description

This library enables extension developers to prepare and parse messages for
Expand All @@ -10,7 +8,7 @@ data.

## Requirements

* PHP >= 5.6.5 <= 7.3
* PHP >= 7.1
* DHL Express customer account able to access the production endpoints (optionally sandpit too)

## Installation Instructions
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.7/phpunit.xsd" columns="max" stderr="true">
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd" columns="max" stderr="true">
<testsuites>
<testsuite name="DHL Express API Unit Tests">
<directory>./Unit</directory>
Expand Down

0 comments on commit 0c05fa4

Please sign in to comment.