Skip to content

Commit

Permalink
[various] prepare for 17.1.0 release (#2306)
Browse files Browse the repository at this point in the history
* add changelog entries for bigText change

* added remaining changelog entries
  • Loading branch information
MaikuB committed Apr 21, 2024
1 parent 5dd51aa commit 5e7d4ee
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
9 changes: 9 additions & 0 deletions flutter_local_notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@

## [17.1.0]

* [Android] `bigText` has added to `ActiveNotification` that allows getting information about the longer text associated with a notification displayed using the big text style. Thanks to the PR from [vulpeep](https://github.com/vulpeep)
* [Android] added `audioAttributesUsage` to `AndroidNotificationChannel`. Thanks to the PR from [Dithesh](https://github.com/ditheshthegreat)
* Fix description of the behaviour iOS pending notifications limit. Thanks to the PR from [Amman Zaman](https://github.com/zamanzamzz)
* Updated link in readme to Gradle desugaring setup. Thanks to the PR from [James Allen](https://github.com/jamesncl)
*

# [17.0.1]

* [iOS] updated privacy manifest to declare reason the plugin uses the User Defaults API. Thanks to the PR from [Miya49-p0](https://github.com/Miya49-p0)
Expand Down
4 changes: 2 additions & 2 deletions flutter_local_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 17.0.1
version: 17.1.0
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications
issue_tracker: https://github.com/MaikuB/flutter_local_notifications/issues

Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
flutter_local_notifications_linux: ^4.0.0
flutter_local_notifications_platform_interface: ^7.0.0
flutter_local_notifications_platform_interface: ^7.1.0
timezone: ^0.9.0

dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions flutter_local_notifications_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

## [7.1.0]

* [Android] `bigText` has added to `ActiveNotification` that allows getting information about the longer text associated with a notification displayed using the big text style. Thanks to the PR from [vulpeep](https://github.com/vulpeep)

## [7.0.0+1]

* Bumped maximum Dart SDK constraint
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_local_notifications_platform_interface
description: A common platform interface for the flutter_local_notifications plugin.
version: 7.0.0+1
version: 7.1.0
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications_platform_interface

environment:
Expand Down

0 comments on commit 5e7d4ee

Please sign in to comment.