Skip to content

Commit 656cb9e

Browse files
committed
3.3.rc6
1 parent 29366c5 commit 656cb9e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## 2021-02-05
66

7+
## Fixes
8+
9+
- `GameCenter` plugin now returns correct `player_id` value for iOS versions between 13.0 and 13.5.
10+
11+
## 2021-03-19
12+
713
## Added
814

915
- `badge_number` property, `set_badge_number`, `get_badge_number` methods to `PushNotifications` plugin.

godot

Submodule godot updated 148 files

plugins/gamecenter/game_center.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
};
349349

350350
pending_events.push_back(ret);
351-
}];
351+
};
352352

353353
if (@available(iOS 13.5, *)) {
354354
[player fetchItemsForIdentityVerificationSignature:verificationSignatureHandler];

0 commit comments

Comments
 (0)