mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
1.9 KiB
1.9 KiB
Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Unreleased
- nothing of note yet here
[2.0.3]
Added
- Line Items Resource
- Products Resource
- Object Properties Resource
Changed
- Up php version to 7.0
- Update Ecommerce Bridge to v2
- Update Hub DB to v2
- Update Form(only submit) to v3
- Update Workflows to v3
- Rename Email to EmailSubscriptions
- Update many resources (Method's Visibility, Type Hinting etc)
- Repair majority of tests
1.0.0-rc.1
Added
- CHANGELOG @ryanwinchester
- Two new Exception classes @ryanwinchester
Changed
- Namespace renamed from
Fungku\HubSpottoSevenShores\Hubspot@ryanwinchester Apifolder and namespace renamed toResources@ryanwinchester- The factory
HubSpotServicerenamed toFactory@ryanwinchester - The named static constructors in
Factorywere changed tocreate()andcreateWithToken()@ryanwinchester - The
Factoryconstructor was also made public @ryanwinchester - Moved functionality of
ApiintoClientand replacedApiwithResource@ryanwinchester Clientis now constructed with a configuration array @ryanwinchester- Removed
$base_urlin favour of putting the whole endpoint url in the resource methods. @ryanwinchester - Optional
HUBSPOT_API_KEYenvironment variable changed toHUBSPOT_SECRET@ryanwinchester - Made
$dataproperty ofResponsepublic. Because why not? @ryanwinchester
Fixed
- Trying to return a response with
RequestExceptionin theClient. It now re-throws a newBadRequestException. #48 @ryanwinchester