File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 3.7.0
4+
5+ * Add info in the additional customer reference for bpost statistics
6+
37### 3.6.0
48
59* Add compatibility with AtIntlPugo and AtIntlHome
Original file line number Diff line number Diff line change 11{
22 "name" : " antidot-be/bpost-api-library" ,
3- "version" : " 3.6 .0" ,
3+ "version" : " 3.7 .0" ,
44 "type" : " library" ,
55 "description" : " bpost API library is a PHP library to communicate with the bpost API." ,
66 "homepage" : " https://github.com/Antidot-be/bpost-api-library" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class Bpack247
2626 const API_URL = 'http://www.bpack247.be/BpostRegistrationWebserviceREST/servicecontroller.svc ' ;
2727
2828 // current version
29- const VERSION = '3.6 .0 ' ;
29+ const VERSION = '3.7 .0 ' ;
3030
3131 /**
3232 * The account id
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class Bpost
5656 const API_URL = 'https://shm-rest.bpost.cloud/services/shm ' ;
5757
5858 // current version
59- const VERSION = '3.6 .0 ' ;
59+ const VERSION = '3.7 .0 ' ;
6060
6161 /** Min weight, in grams, for a shipping */
6262 const MIN_WEIGHT = 0 ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Geo6
2525 const API_URL = 'https://pudo.bpost.be/Locator ' ;
2626
2727 // current version
28- const VERSION = '3.6 .0 ' ;
28+ const VERSION = '3.7 .0 ' ;
2929
3030 /**
3131 * @see getPointType
You can’t perform that action at this time.
0 commit comments