Skip to content

Commit

Permalink
3.3.rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
naithar committed Mar 19, 2021
1 parent 29366c5 commit 656cb9e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## 2021-02-05

## Fixes

- `GameCenter` plugin now returns correct `player_id` value for iOS versions between 13.0 and 13.5.

## 2021-03-19

## Added

- `badge_number` property, `set_badge_number`, `get_badge_number` methods to `PushNotifications` plugin.
Expand Down
2 changes: 1 addition & 1 deletion godot
Submodule godot updated 148 files
2 changes: 1 addition & 1 deletion plugins/gamecenter/game_center.mm
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
};

pending_events.push_back(ret);
}];
};

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

0 comments on commit 656cb9e

Please sign in to comment.