Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

50 lines (26 loc) · 1.48 KB

Changelog

All notable changes to this project will be documented in this file.

2021-07-14

Added

  • PhotoPicker plugin allows to take a photo from camera or select it from photo library. #19

2021-07-13

Fixes

  • Replaced copymem usage with memcpy. #20

2021-05-16

Added

  • InAppStore plugin now returns a receipt for restored transactions. #11

2021-03-19

Fixes

  • GameCenter plugin now returns correct player_id value for iOS versions between 13.0 and 13.5. #4

2021-02-05

Added

  • badge_number property, set_badge_number, get_badge_number methods to PushNotifications plugin. GodotUserNotificationDelegate and UserNotificationService can be used by as a single interface to process incoming notifications (both remote and local). 1e8c302

2021-02-03

Added

  • PushNotifications plugin that enables Apple Remote Notifications support for Godot projects. b3e308a

2021-01-31

Fixes

  • InAppStore plugin now handles additional transactionStates.

2021-01-27

Initial iOS plugins release.