Skip to content

Commit 0ed7da9

Browse files
committed
Prepare release 0.1.3
1 parent 5eeb9bf commit 0ed7da9

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v0.1.3 (2.46.3) - 2025-01-14
6+
7+
### Changed
8+
9+
- Improved the CI and build system
10+
11+
### Added
12+
13+
- Added new APIs to better handle security features, in particular for testing
14+
purposes.
15+
- Added the "DisableWebSecurity" setting in WPESettings to enable/disable all
16+
CORS verifications.
17+
- Added the "setTLSErrorsPolicy" feature in WPEView to accept/reject invalid
18+
SSL certificates by default.
19+
- Added the "onReceivedSslError" callback in WPEViewClient to allow the handle
20+
of invalid SSL certificates on demand.
21+
522
## v0.1.2 (2.46.3) - 2024-11-19
623

724
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Add the dependencies for the artifacts you need in the `build.gradle` file for y
185185

186186
```groovy
187187
dependencies {
188-
implementation "org.wpewebkit.wpeview:wpeview:0.1.2"
188+
implementation "org.wpewebkit.wpeview:wpeview:0.1.3"
189189
}
190190
```
191191

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
wpeview = "0.1.2"
2+
wpeview = "0.1.3"
33
min-android-sdk = "31"
44
target-android-sdk = "35"
55
android-ndk = "27.0.12077973"

0 commit comments

Comments
 (0)