Skip to content

Commit

Permalink
Release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PSPDFKit committed Sep 8, 2023
1 parent 7e28d95 commit cb10938
Show file tree
Hide file tree
Showing 35 changed files with 3,129 additions and 798 deletions.
616 changes: 295 additions & 321 deletions ACKNOWLEDGEMENTS.md

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
## Newest Release

### 3.7.0 - 07 Sep 2023

- Adds annotation preset customization. (#41669)
- Updates for PSPDFKit 8.8.1 for Android. (#41910)
- Updates for PSPDFKit 12.3.1 for iOS. (#41910)
- Updates the deployment target to iOS 15. (#39956)
- Updates example catalog with PspdfkitWidget usage. (#40861)

## Previous Releases

### 3.6.0 - 08 May 2023
- Adds measurement tools. (#39806)
- Updates for PSPDFKit 8.6.0 for Android. (#39501)
- Updates for PSPDFKit 12.2 for iOS. (#39995)

## Previous Releases

### 3.5.1 - 15 Mar 2023
- Updates iOS license initialization in the example catalog. (#38999)
- Updates Instant web demo links. (#39018)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Platform specific README exists for [Android](android/) and [iOS](ios/).
open ios/Runner.xcworkspace
```
4. Make sure the `iOS Deployment Target` is set to 14.0 or higher.
4. Make sure the `iOS Deployment Target` is set to 15.0 or higher.
![iOS Deployment Target](screenshots/ios-deployment-target.png)
Expand Down Expand Up @@ -225,11 +225,11 @@ Platform specific README exists for [Android](android/) and [iOS](ios/).
open ios/Podfile
```
10. Update the platform to iOS 14 and add the PSPDFKit Podspec:
10. Update the platform to iOS 15 and add the PSPDFKit Podspec:
```diff
-# platform :ios, '9.0'
+ platform :ios, '14.0'
+ platform :ios, '15.0'
...
target 'Runner' do
use_frameworks!
Expand Down
4 changes: 0 additions & 4 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ analyzer:
dead_code: warning
# avoid_print: false

strong-mode:
implicit-casts: false
implicit-dynamic: false

linter:
rules:
- always_declare_return_types
Expand Down
2 changes: 1 addition & 1 deletion android/config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (pspdfkitMavenUrl == null || pspdfkitMavenUrl == '') {

ext.pspdfkitVersion = localProperties.getProperty('pspdfkit.version')
if (pspdfkitVersion == null || pspdfkitVersion == '') {
ext.pspdfkitVersion = '8.6.0'
ext.pspdfkitVersion = '8.8.1'
}

ext.pspdfkitMavenModuleName = 'pspdfkit'
Expand Down
Loading

0 comments on commit cb10938

Please sign in to comment.