diff --git a/flutter_local_notifications/CHANGELOG.md b/flutter_local_notifications/CHANGELOG.md index 43b715434..09d4ad066 100644 --- a/flutter_local_notifications/CHANGELOG.md +++ b/flutter_local_notifications/CHANGELOG.md @@ -1,12 +1,4 @@ -## [18.0.0-dev.3] - -* Included changes from 17.2.4 release that was done to add in a privacy manifest file to macOS implementation - -## [18.0.0-dev.2] - -* [iOS] **Breaking change** Removed `onDidReceiveLocalNotification` callback as this was only relevant on iOS versions older than 10 - -## [18.0.0-dev.1] +## [18.0.0] * **Breaking changes** Bumped minimum Flutter SDK requirement to 3.13. Consequently the minimum OS requirements for each platform has been updated as well * [Android] minimum Android version is now 4.4 (API level 19) @@ -17,6 +9,7 @@ * [Android] `AndroidFlutterLocalNotificationsPlugin` * [iOS] `IOSFlutterLocalNotificationsPlugin` * [macOS] `MacOSFlutterLocalNotificationsPlugin` +* [iOS] **Breaking change** Removed `onDidReceiveLocalNotification` callback as this was only relevant on iOS versions older than 10 * Fixed example app to have the appropriate permissions for foreground services * Updated readme when it comes to setting up the `AndroidManifest.xml` file to include details of what's needed for foreground services. Note these details were already available in the API docs diff --git a/flutter_local_notifications/pubspec.yaml b/flutter_local_notifications/pubspec.yaml index 98504d891..5c365b0b7 100644 --- a/flutter_local_notifications/pubspec.yaml +++ b/flutter_local_notifications/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_local_notifications description: A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customise for each platform. -version: 18.0.0-dev.3 +version: 18.0.0 homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications issue_tracker: https://github.com/MaikuB/flutter_local_notifications/issues @@ -10,8 +10,8 @@ dependencies: clock: ^1.1.0 flutter: sdk: flutter - flutter_local_notifications_linux: ^5.0.0-dev.1 - flutter_local_notifications_platform_interface: ^8.0.0-dev.1 + flutter_local_notifications_linux: ^5.0.0 + flutter_local_notifications_platform_interface: ^8.0.0 timezone: ^0.9.0 dev_dependencies: