From e8354b1020eede3a590e7e5022ef987733e20e41 Mon Sep 17 00:00:00 2001 From: PSPDFKit Date: Mon, 7 Mar 2022 10:02:20 -0500 Subject: [PATCH] Release 3.2.1 --- CHANGELOG.md | 9 +++++++-- android/config.gradle | 2 +- example/ios/Podfile | 2 +- example/pubspec.yaml | 2 +- ios/pspdfkit_flutter.podspec | 2 +- pubspec.yaml | 2 +- 6 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f102d2..ff8c83e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Newest Release +### 3.2.1 - 04 Mar 2022 + +- Updates for PSPDFKit 8.1.2 for Android. (#33314) +- Updates for PSPDFKit 11.2.4 for iOS. (#33314) + +## Previous Releases + ### 3.2.0 - 14 Feb 2022 - This release requires you to update your Android project's `compileSdkVersion` to version 31. Please refer to [our migration guide](https://pspdfkit.com/guides/flutter/migration-guides/flutter-3-2-0-migration-guide) for this release. @@ -9,8 +16,6 @@ - Updates for PSPDFKit 8.1.1 for Android. (#33016) - Updates for PSPDFKit 11.2.2 for iOS. (#33016) -## Previous Releases - ### 3.1.0 - 06 Jan 2022 - Adds Flutter widget support for Android. (#23824) diff --git a/android/config.gradle b/android/config.gradle index 7392c2cc..b1c56345 100644 --- a/android/config.gradle +++ b/android/config.gradle @@ -38,7 +38,7 @@ if (pspdfkitMavenUrl == null || pspdfkitMavenUrl == '') { ext.pspdfkitVersion = localProperties.getProperty('pspdfkit.version') if (pspdfkitVersion == null || pspdfkitVersion == '') { - ext.pspdfkitVersion = '8.1.1' + ext.pspdfkitVersion = '8.1.2' } ext.pspdfkitMavenModuleName = 'pspdfkit' diff --git a/example/ios/Podfile b/example/ios/Podfile index f55decd5..95a08637 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -29,7 +29,7 @@ flutter_ios_podfile_setup target 'Runner' do flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) - pod 'PSPDFKit', '~> 11.2.2' + pod 'PSPDFKit', '~> 11.2.4' end post_install do |installer| diff --git a/example/pubspec.yaml b/example/pubspec.yaml index a2749f89..047912e4 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: pspdfkit_example description: Demonstrates how to use the pspdfkit plugin. -version: 3.2.0 +version: 3.2.1 homepage: https://pspdfkit.com/ environment: sdk: '>=2.12.0 <3.0.0' diff --git a/ios/pspdfkit_flutter.podspec b/ios/pspdfkit_flutter.podspec index f7aa5a6d..7f3b2573 100644 --- a/ios/pspdfkit_flutter.podspec +++ b/ios/pspdfkit_flutter.podspec @@ -3,7 +3,7 @@ # Pod::Spec.new do |s| s.name = 'pspdfkit_flutter' - s.version = '3.2.0' + s.version = '3.2.1' s.homepage = 'https://PSPDFKit.com' s.documentation_url = 'https://pspdfkit.com/guides/flutter' s.license = { :type => 'Commercial', :file => '../LICENSE' } diff --git a/pubspec.yaml b/pubspec.yaml index 13c21c81..bf2e85d1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pspdfkit_flutter description: A Flutter plugin providing a feature-rich PDF viewing and editing experience to your users with the powerful PSPDFKit PDF SDK. -version: 3.2.0 +version: 3.2.1 homepage: https://pspdfkit.com/ repository: https://github.com/PSPDFKit/pspdfkit-flutter issue_tracker: https://support.pspdfkit.com/hc/en-us/requests/new