Releases: riddle-com/php-client-sdk
Releases · riddle-com/php-client-sdk
Specify project when using any RiddleBuilder
RiddleBuilder::build() => specify the argument projectId
to use this new feature.
What's Changed
- Added support for projectId for riddle builder. by @milkovsky in #1
New Contributors
- @milkovsky made their first contribution in #1
Full Changelog: 1.3.3...1.3.4
Riddle builders: Add form builders & custom result pages
Now, the builder API and its newest additions can be used with the SDK classes.
Now the following is possible:
- Add "Make a form" blocks to any Riddle and its builder class
- Add custom result pages (buttons, answered blocks, etc)
- Manipulate the build directly in the builder class to cover any special needs - the builder API has many more possibilties than the SDK. Check out what's possible: https://www.riddle.com/help/api/build-riddles/getting-started
Fetch Riddle / user / team stats via SDK
It is now possible to fetch Riddle stats via this SDK. Please note that this is only available for Business & Enterprise plans.
Ability to publish generated Riddles from Riddle Builder API after creation
A new parameter was added to the Riddle Builder API request to allow the generated Riddle to be published right after creation.
This makes it much easier to seamlessly embed the new content on your website.
Full Changelog: 1.1...1.2
Building Riddles via Client/API
Now it's possible to create polls & quizzes directly via this PHP library!
Check out the updated README.md to see how the new feature works.