Skip to content

Releases: Digital-Will-Inc/wortal-sdk-defold

v3.0.3

08 Nov 07:16
63e50b4
Compare
Choose a tag to compare

Added

  • Core
    • onResume
  • Session
    • isAudioEnabled
    • onAudioStatusChange
    • gameplayStart
    • gameplayStop
    • happyTime

Full Changelog: v3.0.2...v3.0.3

v3.0.2

24 Sep 08:50
65d7242
Compare
Choose a tag to compare

Added

  • Ads
    • ads isEnabled

Full Changelog: v3.0.1...v3.0.2

v3.0.1

30 May 21:40
521efa4
Compare
Choose a tag to compare

What's Changed

Fixed

  • Core
    • Updated for compatibility with Emscripten 3.1.55

Full Changelog: v3.0.0...v3.0.1

v3.0.0

17 May 02:39
e773b86
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGE

  • Auto initialization has been removed. You must now call Wortal.initializeAsync() and Wortal.startGameAsync() manually to initialize the SDK.

Added

  • Ads
    • New API: showBanner
  • Core
    • Achievements API
    • Stats API

Changed

  • Core
    • Upgraded to SDK Core v2

Full Changelog: v2.4.0...v3.0.0

v2.4.0

25 Aug 01:06
a3af664
Compare
Choose a tag to compare

What's Changed

Added

  • Core
    • Tournament API
    • Manual initialization option
  • Ads
    • isAdBlocked API
  • Session
    • getDevice, getOrientation, onOrientationChange, switchGameAsync APIs

Changed

  • Core
    • Upgraded to SDK Core v1.6

Full Changelog: v2.3.0...v2.4.0

v2.3.0

06 Jul 08:13
b3e0935
Compare
Choose a tag to compare

What's Changed

Added

  • Core
    • Added Notifications API
    • New APIs: getSupportedAPIs, performHapticFeedbackAsync
  • Analytics
    • New events: logSocialInvite, logSocialShare, logPurchase, logPurchaseSubscription
  • Context
    • New APIs: inviteAsync, shareLinkAsync, isSizeBetween

Fixed

  • Core
    • Exception when passing empty string to js libs

Changed

  • Core
    • Organized api, classes and typedefs

Full Changelog: v2.2.0...v2.3.0

v2.2.0

26 Apr 03:20
dbea047
Compare
Choose a tag to compare

What's Changed

Added

  • Ads on Viber
  • Group chat context for FB Instant Games
  • Game ID parsing for FB Instant Games
  • Converter util for FB leaderboards
  • Ads API: noFill callback for ad calls
  • Context APIs: getType, getPlayersAsync, shareLinkAsync, isSizeBetween
  • Player API: flushDataAsync, getASIDAsync, getSignedASIDAsync, canSubscribeBotAsync, subscribeBotAsync
  • Session API: getPlatform

Changed

  • Context and Player APIs now have optional null return values to match platform SDKs
  • Improved docs
  • Improved error handling

Full Changelog: v2.1.0...v2.2.0

v2.1.0

21 Feb 05:37
41c1762
Compare
Choose a tag to compare

Added

  • Support for FB Instant Games
  • onPause callback

Fixed

  • Possible type mismatch for ad unit IDs

v2.0.0

14 Dec 05:50
7c1d12a
Compare
Choose a tag to compare

What's Changed

Breaking Change

  • API access is now by module (wortal.ads, wortal.analytics, etc.)

Added

  • Context API
  • In-App Purchase API
  • Leaderboard API
  • Player API
  • Session API
  • Support for Game Distribution platform
  • API use example collections

Changed

  • Extension now uses Wortal SDK Core

Full Changelog: v1.0.1...v2.0.0

v1.0.1

04 Oct 04:22
Compare
Choose a tag to compare

What's Changed

Added

  • Support for ad blockers

Fixed

  • Possible error on Viber init

New Contributors

Full Changelog: v1.0.0...v1.0.1