Skip to content

Commit f880925

Browse files
author
Raphaël Pommier
committed
chore(release): set up the release 3.4.0
1 parent 5d772bf commit f880925

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22

3-
### 3.3.0.b1
3+
### 3.4.0
4+
5+
* Add retro-compatibility with tijsverkoyen library (namespace changes)
6+
* Complete the README (examples, broken links, ...)
7+
* Labels features
8+
* Possibility to append field "order reference"
9+
* Possibility to force printing
10+
* Geo6 features
11+
* Geo6 is now called via HTTPS
12+
* Send data to API via POST
13+
* Add Geo6::getPointType() to calculate point types
14+
* Products features
15+
* Add "bpack World Easy Return" to international products
16+
* Box At247 can contain a product bpack 24/7
17+
18+
### 3.3.0
419

520
* Use bpost API version 3.3 (yet, bpack part only)
621
* Change namespace TijsVerkoyen\Bpost to Bpost\BpostApiClient

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "antidot-be/bpost-api-library",
3+
"version": "3.4.0",
34
"type": "library",
4-
"description": "bpost API client is a PHP library to communicate with the bpost API.",
5+
"description": "bpost API library is a PHP library to communicate with the bpost API.",
56
"homepage": "https://github.com/Antidot-be/bpost-api-library",
67
"license": "BSD",
78
"authors": [

0 commit comments

Comments
 (0)