Skip to content

Commit c1d809b

Browse files
author
PSPDFKit
committed
Release 2.4.2
1 parent 7e91b82 commit c1d809b

File tree

114 files changed

+3980
-4208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+3980
-4208
lines changed

ACKNOWLEDGEMENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
462462

463463

464464
--------------------------------------------------------------------------------
465-
## clipper (http://www.angusj.com/delphi/clipper.php)
465+
## clipper2 (http://www.angusj.com/delphi/clipper.php)
466466

467467
Boost Software License - Version 1.0 - August 17th, 2003
468468

@@ -488,6 +488,7 @@ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
488488
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
489489
DEALINGS IN THE SOFTWARE.
490490

491+
491492
--------------------------------------------------------------------------------
492493
## cppformat (https://github.com/cppformat/cppformat)
493494

CHANGELOG.md

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

3+
### 2.4.2 - 01 Feb 2023
4+
- Fixes bug issue for deleting multiple annotations (#38518)
5+
- Bump PSPDFKit for Android version to 8.5.0
6+
- Bump PSPDFKit for iOS version to 12.0.3
7+
- Bump minimum SDK version compileSdkVersion to API 33
8+
9+
## Previous Releases
10+
311
### 2.4.1 - 22 Nov 2022
412
- Updates for PSPDFKit 12.0.1 for iOS.
513
- Fixes Catalog example toolbar menu items not rendering. (#37368)
614
- Fixes the Annotation Processing Catalog example. (#37534)
715

8-
## Previous Releases
9-
1016
### 2.4.0 - 25 Oct 2022
1117

1218
- Adds PDF generation from HTML, images and template. (#36736)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
All items and source code Copyright © 2010-2022 PSPDFKit GmbH.
1+
All items and source code Copyright © 2010-2023 PSPDFKit GmbH.
22

33
PSPDFKit is a commercial product and requires a license to be used.
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,6 @@ For Troubleshooting common issues you might encounter when setting up PSPDFKit f
692692
## License
693693

694694
This project can be used for evaluation or if you have a valid PSPDFKit license.
695-
All items and source code Copyright © 2010-2022 PSPDFKit GmbH.
695+
All items and source code Copyright © 2010-2023 PSPDFKit GmbH.
696696

697697
See [LICENSE](./LICENSE) for details.

android/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-14/"/>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
44
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
55
<classpathentry kind="output" path="bin/default"/>
66
</classpath>

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* PSPDFKit
55
*
6-
* Copyright © 2021-2022 PSPDFKit GmbH. All rights reserved.
6+
* Copyright © 2021-2023 PSPDFKit GmbH. All rights reserved.
77
*
88
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
99
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.
@@ -15,7 +15,7 @@
1515
* Contains gradle configuration constants
1616
*/
1717
ext {
18-
PSPDFKIT_VERSION = '8.4.1'
18+
PSPDFKIT_VERSION = '8.5.0'
1919
}
2020

2121
buildscript {
@@ -46,7 +46,7 @@ android {
4646
versionCode 1
4747
versionName "1.0"
4848
}
49-
49+
5050
compileOptions {
5151
sourceCompatibility JavaVersion.VERSION_1_8
5252
targetCompatibility JavaVersion.VERSION_1_8

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
~
55
~ PSPDFKit
66
~
7-
~ Copyright © 2017-2022 PSPDFKit GmbH. All rights reserved.
7+
~ Copyright © 2017-2023 PSPDFKit GmbH. All rights reserved.
88
~
99
~ THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
1010
~ AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.

android/src/main/java/com/pspdfkit/react/ConfigurationAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* PSPDFKit
55
*
6-
* Copyright © 2017-2022 PSPDFKit GmbH. All rights reserved.
6+
* Copyright © 2017-2023 PSPDFKit GmbH. All rights reserved.
77
*
88
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
99
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.

android/src/main/java/com/pspdfkit/react/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* PSPDFKit
55
*
6-
* Copyright © 2017-2022 PSPDFKit GmbH. All rights reserved.
6+
* Copyright © 2017-2023 PSPDFKit GmbH. All rights reserved.
77
*
88
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
99
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.

android/src/main/java/com/pspdfkit/react/MainApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* PSPDFKit
55
*
6-
* Copyright © 2017-2022 PSPDFKit GmbH. All rights reserved.
6+
* Copyright © 2017-2023 PSPDFKit GmbH. All rights reserved.
77
*
88
* THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
99
* AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT.

0 commit comments

Comments
 (0)