From 10b00ca05f8d23850e431b658604f0845c01eb6e Mon Sep 17 00:00:00 2001 From: Salma Date: Wed, 18 Oct 2023 13:03:21 +0200 Subject: [PATCH] Upgrade to 1.11.4 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71193f4f..76c5152d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.11.4 + +- Fix for not working after upgrade to IOS 17 and Xcode 15 (#899) +- fix for Issue with Spaces and Parentheses in File Names (#904) + + ## 1.11.3 - Fix for file name not being saved (#894) diff --git a/pubspec.yaml b/pubspec.yaml index 8a204ae2..69ce1f75 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_downloader description: Powerful plugin making it easy to download files. -version: 1.11.3 +version: 1.11.4 repository: https://github.com/fluttercommunity/flutter_downloader issue_tracker: https://github.com/fluttercommunity/flutter_downloader/issues maintainer: Salma (@salmaahhmed)