Skip to content

Releases: riddle-com/php-client-sdk

Specify project when using any RiddleBuilder

05 Dec 13:08
87b4530
Compare
Choose a tag to compare

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

Full Changelog: 1.3.3...1.3.4

Riddle builders: Add form builders & custom result pages

10 Sep 09:24
Compare
Choose a tag to compare

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

11 Oct 14:04
Compare
Choose a tag to compare

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

20 Sep 14:42
Compare
Choose a tag to compare

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

09 May 14:07
Compare
Choose a tag to compare

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.