Skip to content

Releases: defold/extension-fbinstant

FBInstant 3.6.0

12 Apr 11:59
Compare
Choose a tag to compare

NEW: can_create_shortcut()
NEW: create_shortcut()
NEW: can_subscribe_bot()
NEW: subscribe_bot()
CHANGE: The default index.html now does early initialization of FBInstant. This will fix issues with progress bar not updating on Android.

FBInstant 3.5.0

28 Mar 09:57
e30d6f4
Compare
Choose a tag to compare

NEW: fbinstant.get_connected_players()

FBInstant 3.4.0

28 Mar 08:00
ba7e414
Compare
Choose a tag to compare

NEW: fbinstant.load_rewarded_video()
NEW: fbinstant.show_rewarded_video()
NEW: fbinstant.get_sdk_version()
FIX: Added missing docs for load_interstitial_ad() and show_interstitial_ad()

FBInstant 3.3.0

28 Mar 05:53
Compare
Choose a tag to compare
  • FIX: Across no win bug in XOXO sample
  • NEW: fbinstant.get_platform()
  • NEW: fbinstant.get_supported_apis()
  • NEW: Added supported API check to XOXO before trying to show ads

Thanks to @subsoap!

FBInstant 3.2.0

25 Mar 15:59
d87aff4
Compare
Choose a tag to compare

NEW: Added API Tester app/example
NEW: Added on_pause function
CHANGE: Changed to 6.1 and moved index.html to within the extension
FIX: Finally got interstitial ads working

FBInstant 3.1.0

23 Mar 21:43
eaed06f
Compare
Choose a tag to compare

CHANGE: Upgraded to use SDK version 6.1
CHANGE: Moved /index.html to fbinstant/index.html

FBInstant 3.0.0

23 Mar 21:08
08efb7b
Compare
Choose a tag to compare

CHANGE: fbinstant.get_player_data() now accepts a list of keys instead of a single string key
NEW: API Tester app for basic API testing (WIP)
NEW: fbinstant.on_pause()
FIX: Linter fixes for the JS code

FBInstant 2.0.0

20 Mar 21:30
Compare
Choose a tag to compare

BREAKING CHANGE: fbinstant.get_player_stats(keys, callback) now takes a json encoded array of keys instead of a single string key. This makes it work as the Javascript counterpart but it also breaks backwards compatibility for this specific function. Note that it's also acceptable to just pass a callback: fbinstant.get_player_stats(callback) to get all stats.

FBInstant 1.0.0

20 Mar 10:35
Compare
Choose a tag to compare

FIX: String allocations on the JS side weren't free'd properly
NEW: fbinstant.log_event() was implemented but not documented