Skip to content

Releases: Playgama/bridge

v1.27.0

04 Dec 12:00

Choose a tag to compare

Xiaomi (beta)

  • New platform integration
  • Supports banner, interstitial, and rewarded ads (Google AdSense)

MSN

  • Added cloud saves support
  • Fixed payments.purchase flow
  • SDK updated from rc.20 to rc.21

Discord

  • Updated authentication
  • Fixed isInviteFriendsSupported and isShareSupported

YouTube, Yandex, Facebook

  • Small fixes

QA Tool

  • Added authorization state management in the player state section
  • Internal storage is now available only to authorized players
  • Added a guest state for unauthorized players
  • Fixed platform.language
  • Added the ability to launch the QA tool via URL, including launching from localhost
  • Added the ability to manage the state of advertisements

Playgama

  • Fixed tryParseJson logic for the storage.get method
  • Added support for game_ready message

JS Core

  • Added built-in overlay Device Orientation Popup displayed on mobile and tablet devices when screen orientation doesn't match the supported orientations
  • Configurable via options.device.useBuiltInOrientationPopup & options.device.supportedOrientations
  • Uses Screen Orientation API with matchMedia and dimension comparison fallbacks
  • Centralized array validation for storage.get, set, and delete methods
  • Added postToParent and postToSystem utility functions
  • Unified platform-specific error constants into a single ERROR.GAME_PARAMS_NOT_FOUND constant
  • Improved loading from CDN

v1.26.1

28 Oct 12:28
22df926

Choose a tag to compare

  • Solved Bridge CDN load issue
  • Added game ready event for Playgama
  • Facebook ad preload fix

v1.26.0

14 Oct 11:10
6781567

Choose a tag to compare

  • Added Reddit platform (beta)
  • Added YouTube platform (beta)
  • Added Portal platform (beta)
  • Added guest accounts
  • Added CDN
  • Added schema for playgama-bridge-config.json
  • Added Config Editor
  • Updated Discord integration
  • Updated QA Tool integration
  • Updated JioGames integration
  • Update MSN integration
  • Update Playgama integration
  • Updated playgama-bridge-config.json
  • Updated platform pause and audio events

v1.25.0

04 Sep 13:05

Choose a tag to compare

  • Added Huawei platform (beta)
  • Added JioGames platform (beta)
  • Added payments for CrazyGames
  • Added player.extra with additional information provided by platforms

For example: player.extra.jwt on Playgama, player.extra.payingStatus and player.extra.signature on Yandex

  • Added additional information for purchases provided by platforms

For example purchase.jwt on Playgama

  • Added new leaderboards type native_popup
  • Added leaderboards for Facebook
  • Added join community (group and page) for Facebook
  • Added game_ready analytics event
  • Updated server for receiving server time to Playgama
  • Fixed payments for Discord, BitQuest, Facebook
  • Fixed storage for BitQuest

v1.24.0

31 Jul 10:17

Choose a tag to compare

  • Added support for the BitQuest platform
  • Advertisement
    • Added advertisement.isInterstitialSupported
    • Added advertisement.isRewardedSupported
  • Platform
    • Added platform.isAudioEnabled
    • Added platform.on('audio_state_changed')
    • Added platform.on('pause_state_changed')
  • Leaderboards
    • Added isMain property to the playgama-bridge-config.json
  • Storage
    • Changed storage.defaultType from local_storage to platform_internal for CrazyGames

      ⚠️ If you're updating your game on CrazyGames, don’t forget to migrate your stored data.

  • Playgama QA Tool
    • Added support for the platform.language
    • Added support for the leaderboards
  • Bug Fixes
    • Fixed payments on MSN
    • Fixed payments on Facebook

v1.23.0

27 Jun 06:01

Choose a tag to compare

  • Added Discord platform [beta]
  • Added new loading screen
  • Added backfill advertisements for MSN
  • Added built-in advertisement popups for MSN and Facebook
  • Improved leaderboards module
  • Improved Facebook integration
  • Updated currency code for Playgama.com
  • Fixed social.share for Playdeck
  • Removed Yandex deprecated methods

v1.22.0

28 May 07:40

Choose a tag to compare

  • Improved advertisement module:
    • Improved the showBanner method
    • Added banner placeholders in QA Tool
    • Added placement support to showBanner, showInterstitial and showRewarded methods
    • Added advertisement.rewardedPlacement
    • Added auto preloading for interstitial and rewarded ads
    • Added fallback logic for placements
    • Improved the minimum delay between interstitials timer logic
    • Disabled the minimum delay between interstitials for GameDistribution
  • Improved payments module
  • Improved playgama-bridge-config.json
  • Added platform.language support for Playgama.com
  • Improved Yandex integration
  • Improved MSN integration
  • Removed support for the Wortal platform

v1.21.0

17 Apr 14:21
9d2949d

Choose a tag to compare

  • Updated payments module
  • Added support for payments and cloud saves on Playgama
  • Added support for MSN platform
  • Added platform.getAllGames & platform.getGameById methods
  • Moved SDK settings from plugins to JSON file
  • Improved storage.get and storage.set methods
  • Updated Facebook SDK to 8.0
  • Added Facebook ad preloading
  • Updated invite and share methods for Facebook
  • Fixed issue with game visibility state changes on iOS
  • Fixed banner container for GameDistribution and CrazyGames
  • [Unity] Wrapped examples with #define
  • [Unity] Removed Newtonsoft JSON dependency, reducing build size by approximately 2MB
  • [Unity] Fixed issues when using Enter Play Mode Settings without Reload Domain
  • [GDevelop] Fixed error on empty leaderboard
  • [GDevelop] Fixed multiple state change callbacks issue
  • [Godot] Fixed extra tags in index.html

v1.20.0

10 Feb 12:01
2c99a06

Choose a tag to compare

  • Added support for the Poki platform
  • Updated logic for show interstitial on start
  • Updated logic for show banner on Crazy Games and Game Distribution
  • Updated QA Tool platform
  • Updated Playgama platform

v1.19.0

04 Dec 09:48
c7efb95

Choose a tag to compare

  • Achievements module (Y8, Lagged)
  • Leaderboards for Y8
  • Fix for Y8 Ads
  • QA Tool: Ads
  • QA Tool: Fullscreen
  • QA Tool: Requirements and checklist