Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

mod.io SDK 0.13.0 release

Compare
Choose a tag to compare
@MarkusRannare MarkusRannare released this 15 Feb 10:23
· 22 commits to master since this release
87d96e7

Braking changes

  • External Authentication endpoints now takes a additional parameter terms_agreed that you have to pass false if the user hasn't agreed to the mod.io terms and true if you have agreed to then mod.io terms
    • If you want to see a example codeflow on how to present terms, look at examples/code-samples/cpp/55_SteamAuth.cpp

Internal (no code changes on the API):

  • Fixed a crash related to iterating over files on the filesystem
  • Added so that all platforms run the tests to remove manual processes when fixing problems