Releases: billbeeio/billbee-php-sdk
Releases Β· billbeeio/billbee-php-sdk
v2.0.0-RC1
See UPGRADE.md for migration details.
New Features
- PHP 8 added to composer.json
Misc:
Breaking changes:
v1.8.1
v1.8.0
New features:
DELETE /api/v1/products/{id}
added. (Client::deleteProduct($id)
) (PR #31) Release in the API: 2019-12-10- Added missing fields to the product model (PR #32)
Product::$condition
Product::$widthCm
Product::$lengthCm
Product::$heightCm
Product::$billOfMaterial
GET /api/v1/products/PatchableFields
added. (Client::getPatchableProductFields()
) (PR #33)PATCH /api/v1/products/{id}
added. (Client::patchProduct($productId, $model)
) (PR #33)
v1.7.0
New features:
GET /api/v1/cloudstorages
added. (Client::getCloudStorages()
) (PR #18)GET /api/v1/products/category
added. (Client::getCategories()
) (PR #19)GET /api/v1/layouts
added. (Client::getLayouts()
) (PR #20)- Added
$templateId
and$sendToCloudId
toClient::createInvoice()
(PR #20) POST /api/v1/products
added. (Client::createProduct($product)
) (PR #25)POST /api/v1/search
added. (Client::search()
) (PR #26)
Bug fixes:
Misc:
v1.6.2
v1.6.1
v1.6.0
v1.5.0
v1.4.1
v1.4.0
New features:
- Added the
Order::$distributionCenter
property - Single customer addresses can now queried with the
getCustomerAddress
- Added the
Order::$customer
property .gitattributes
added to exclude test files in prod
Bug fixes:
The alternative email address is ignored because sendMode != 4
logger warning fixed- Several type annotations fixed
General:
- Abandoned package
json-object-mapper
replaced bydata-model-mapper
- Test coverage increased