Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexe committed Mar 25, 2024
2 parents f8c8994 + be09da6 commit 9fc12e7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Stash/Scripts/Core/StashConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ public class StashConstants
public const string LinkAppleGameCenter = "/sdk/link_code/link_apple_game_center";
public const string LinkGooglePlayGames = "/sdk/link_code/link_google_play_games";
}
}
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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


## [0.4.0] - 2024-03-25

- Stash API payloads & URL changes.
- Added Google Play Games linking endpoint.
- StashClient no longer inherited from MonoBehaviour and added to the scene.
- Removed unused dependencies.
- Added Google Play Games to the sample.
- Sample now refreshes tokens before linking.
- Added conditional compilation for iOS/Android-specific code in the sample.


## [0.3.0] - 2024-03-12

- Stash API URL changes


## [0.2.0] - 2024-03-07

- Added Apple Game Center linking


## [0.1.0] - 2024-03-06

- Initial Release
Expand Down

0 comments on commit 9fc12e7

Please sign in to comment.