diff --git a/docs/bundled.md b/docs/bundled.md index 65ae6ee..c847a83 100644 --- a/docs/bundled.md +++ b/docs/bundled.md @@ -46,6 +46,8 @@ using Plugin.Firebase.Bundled.Platforms.Android; #endif ``` ## Release notes +- Version 3.1.1 + - Plugin.Firebase.CloudMessaging 3.1.1 - Version 3.1.0 - Update to .net8 - Version 3.0.0 diff --git a/docs/cloud_messaging.md b/docs/cloud_messaging.md index 60b036e..0dfb3e1 100644 --- a/docs/cloud_messaging.md +++ b/docs/cloud_messaging.md @@ -145,6 +145,8 @@ Note: this is a Plugin.Firebase custom field and hence not documented with googl If you are having trouble receiving push notifications on your device, take a look at this helpful https://github.com/TobiasBuchholz/Plugin.Firebase/issues/145#issuecomment-1455182588 by @andyzukunft. Additionally he has created a dedicated project to simplify the demonstration on how Firebase Cloud Messaging works: https://github.com/andyzukunft/Plugin.Firebase/tree/fcm-demo/sample/Fcm ## Release notes +- Version 3.1.1 + - Fix/iOS notifications not playing sound (PR #352) - Version 3.1.0 - Update to .net8 - Version 3.0.0 diff --git a/src/Bundled/Bundled.csproj b/src/Bundled/Bundled.csproj index e3ff293..a8729ba 100644 --- a/src/Bundled/Bundled.csproj +++ b/src/Bundled/Bundled.csproj @@ -20,7 +20,7 @@ Plugin.Firebase - 3.1.0 + 3.1.1 MIT https://github.com/TobiasBuchholz/Plugin.Firebase diff --git a/src/CloudMessaging/CloudMessaging.csproj b/src/CloudMessaging/CloudMessaging.csproj index ae27ccd..92cea31 100644 --- a/src/CloudMessaging/CloudMessaging.csproj +++ b/src/CloudMessaging/CloudMessaging.csproj @@ -20,7 +20,7 @@ Plugin.Firebase.CloudMessaging - 3.1.0 + 3.1.1 MIT https://github.com/TobiasBuchholz/Plugin.Firebase