Skip to content

Commit

Permalink
Prepare release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
neodesys committed Jan 14, 2025
1 parent 5144611 commit 665cf37
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## v0.1.3 (2.46.3) - 2025-01-14

### Changed

- Improved the CI and build system

### Added

- Added new APIs to better handle security features, in particular for testing
purposes.
- Added the "DisableWebSecurity" setting in WPESettings to enable/disable all
CORS verifications.
- Added the "setTLSErrorsPolicy" feature in WPEView to accept/reject invalid
SSL certificates by default.
- Added the "onReceivedSslError" callback in WPEViewClient to allow the handle
of invalid SSL certificates on demand.

## v0.1.2 (2.46.3) - 2024-11-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Add the dependencies for the artifacts you need in the `build.gradle` file for y

```groovy
dependencies {
implementation "org.wpewebkit.wpeview:wpeview:0.1.2"
implementation "org.wpewebkit.wpeview:wpeview:0.1.3"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
wpeview = "0.1.2"
wpeview = "0.1.3"
min-android-sdk = "31"
target-android-sdk = "35"
android-ndk = "27.0.12077973"
Expand Down

0 comments on commit 665cf37

Please sign in to comment.