Releases: defold/extension-fbinstant
Releases · defold/extension-fbinstant
Updated to support Defold 1.8.0
FBInstant 7.0.3
NEW: Added ability to mock entry point data while testing locally
FBInstant 7.0.2
FIX: Changed the way string allocation works in updated version of emscripten (from Defold 1.2.178)
FBInstant 7.0.1
FIX: Issue with fbinstant.get_players()
FBInstant 7.0.0
BREAKING CHANGE: Updated to support latest version of Emscripten, released with Defold 1.2.178
FBInstant 6.1.3
FIX: Change from Pointer_stringify() to UTF8ToString() to comply with Emscripten changes
FBInstant 6.1.2
FIX: The ad id is now nil when the extension fail to get an interstitial or rewarded ad
FBInstant 6.1.1
FIX: Handle if fbinstant.log_event() has nil value for value_to_sum etc
FBInstant 6.1.0
CHANGE: Removed deprecated activity store API
FBInstant 6.0.0
This release fixes issues with the HTML5 template in combination with new functionality released in Defold 1.2.162.
BREAKING CHANGE:
- Remove
fb_instant
tag fromgame.project
. It is not used anymore. we don’t use it anymore; - Reset
.html shell
to default ingame.project
. We now merge everything that we need for the FBInstant native extension using the Manifest Merging Tool (if you added something custom, just copy-paste default template and add your custom things); - Read the manual about the HTML5 section of the
game.project
settings - Read the HTML5 manual