Skip to content

Commit e8354b1

Browse files
author
PSPDFKit
committed
Release 3.2.1
1 parent d09a6ae commit e8354b1

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Newest Release
22

3+
### 3.2.1 - 04 Mar 2022
4+
5+
- Updates for PSPDFKit 8.1.2 for Android. (#33314)
6+
- Updates for PSPDFKit 11.2.4 for iOS. (#33314)
7+
8+
## Previous Releases
9+
310
### 3.2.0 - 14 Feb 2022
411

512
- 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 @@
916
- Updates for PSPDFKit 8.1.1 for Android. (#33016)
1017
- Updates for PSPDFKit 11.2.2 for iOS. (#33016)
1118

12-
## Previous Releases
13-
1419
### 3.1.0 - 06 Jan 2022
1520

1621
- Adds Flutter widget support for Android. (#23824)

android/config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (pspdfkitMavenUrl == null || pspdfkitMavenUrl == '') {
3838

3939
ext.pspdfkitVersion = localProperties.getProperty('pspdfkit.version')
4040
if (pspdfkitVersion == null || pspdfkitVersion == '') {
41-
ext.pspdfkitVersion = '8.1.1'
41+
ext.pspdfkitVersion = '8.1.2'
4242
}
4343

4444
ext.pspdfkitMavenModuleName = 'pspdfkit'

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ flutter_ios_podfile_setup
2929

3030
target 'Runner' do
3131
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
32-
pod 'PSPDFKit', '~> 11.2.2'
32+
pod 'PSPDFKit', '~> 11.2.4'
3333
end
3434

3535
post_install do |installer|

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pspdfkit_example
22
description: Demonstrates how to use the pspdfkit plugin.
3-
version: 3.2.0
3+
version: 3.2.1
44
homepage: https://pspdfkit.com/
55
environment:
66
sdk: '>=2.12.0 <3.0.0'

ios/pspdfkit_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'pspdfkit_flutter'
6-
s.version = '3.2.0'
6+
s.version = '3.2.1'
77
s.homepage = 'https://PSPDFKit.com'
88
s.documentation_url = 'https://pspdfkit.com/guides/flutter'
99
s.license = { :type => 'Commercial', :file => '../LICENSE' }

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pspdfkit_flutter
22
description: A Flutter plugin providing a feature-rich PDF viewing and editing experience to your users with the powerful PSPDFKit PDF SDK.
3-
version: 3.2.0
3+
version: 3.2.1
44
homepage: https://pspdfkit.com/
55
repository: https://github.com/PSPDFKit/pspdfkit-flutter
66
issue_tracker: https://support.pspdfkit.com/hc/en-us/requests/new

0 commit comments

Comments
 (0)