Releases: renderforest/renderforest-sdk-php
Releases · renderforest/renderforest-sdk-php
v0.3.2
- Resource(Templates): add getTemplateTransitions method
- docs(README): add documentation for getTemplateTransitions method
- examples(templates): add get-template-transitions example
- src(Client): add getTemplateTransitions method to Client class
- src(ProjectData): add isset check in case if there is no project color
v0.3.1
- add getProjectDuration method to ProjectData class
- add CONTRIBUTING.md manual file to project root
v0.3.0
- make getTrialProject method static
- fix README.md documentation
- fix examples for each method
v0.2.4
- add
?
to $path instead of $query. - if there is no
json
payload, use'{}'
instead of empty string.
v0.2.3
- get rid of the try-catch block from request method in Request/Http lib.
v0.2.2
- in projects resource remove space from property name (fixes
renderProject
method) - in authorization add missing
?
symbol to$query
(fixesgetProjects
method)
v0.2.1
- fix(Auth): use
json
options property instead ofbody
while generating the hash.
v0.2.0
- Standardize the SDK as described in PSR.
- Update documentation after publishing in packagist.
v0.1.1
- Fix missing
$
prefix inapplyTemplatePresetOnProject
function'spayload
.
Stable version (after development)
v0.1.0 ✨ release 0.1.0