Skip to content

Releases: renderforest/renderforest-sdk-php

v0.3.12

12 Feb 13:18
8150ca7
Compare
Choose a tag to compare
  • Fixed Project Data's allowed null values case.

v0.3.11

08 Feb 11:23
634da99
Compare
Choose a tag to compare
  • Fixed optional quality parameter error throwing issue.
  • Fixed endpoint entry of delete project videos options.

v0.3.10

08 Feb 10:22
26c81df
Compare
Choose a tag to compare
  • Added deleteProjectVideos method to client.
  • Added watermark parameter to render project method.
  • Updated the documentation and added examples.

v0.3.9

17 Jan 11:56
Compare
Choose a tag to compare
  • In ProjectData lib fixed include statement, used dirname instead of relative path.
  • In ProjectData resource fixed project data api prefix.

v0.3.8

15 Jan 14:19
Compare
Choose a tag to compare
  • add usage example for getTemplateSVGContent method.
  • users example use inline arguments instead of $options.
  • add Config file for variables configuration.
  • add Api and Web Request classes.
  • refactor Client, Resources.
  • upgrade package php to 7.1 version.

v0.3.7

15 Jan 08:53
3e952b8
Compare
Choose a tag to compare
  • added example for creating a project from scratch
  • added reference in README.md file for that example

v0.3.6

19 Dec 15:14
d0e4515
Compare
Choose a tag to compare
  • in ProjectDataUtil use __CLASS__ magic method instead of creating new ProjectDataUtil instance.
  • in ProjectData class separate objectToArray logic from constructor by converting to private method.
  • in ProjectData class fix voiceover unset in setVoiceOver method.
  • update README file for unset voiceover with empty array.

v0.3.5

11 Dec 09:29
Compare
Choose a tag to compare
  • fix composer.json require path in ProjectData class
  • fix ProjectData class namespace usage in ProjectData resource

v0.3.4

11 Dec 09:19
Compare
Choose a tag to compare
  • add getProjectDuration getter in README.md file
  • add detailed description in README.md for pushScreen method of ProjectData class
  • add new MissingOrderError class
  • implement ProjectDataUtil class with normalizeOrders, sortFactory, insertScreenAtOrder and
    insertAndNormalizeOrder methods
  • add pushScreen method to ProjectData class
  • update update-project-data-partial-advanced example

v0.3.3

06 Dec 10:25
Compare
Choose a tag to compare
  • src(ProjectData): fix getProjectColors isset logic