Skip to content

Commit 4ec0117

Browse files
authored
release: freeRASP 8.1.1 (#60)
1 parent d70783c commit 4ec0117

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [8.1.1] - 2025-08-05
9+
10+
### Android
11+
12+
#### Fixed
13+
14+
- Issue with empty `SharedPreferences` files
15+
16+
#### Changed
17+
18+
- Decreased version of `Kotlin` to `2.0.0`
19+
820
## [8.1.0] - 2025-07-16
921

1022
- iOS SDK version: 6.12.1

example/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-talsec-plugin-freerasp",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"description": "Cordova plugin for improving app security and threat monitoring on Android and iOS mobile devices.",
55
"cordova": {
66
"id": "cordova-talsec-plugin-freerasp",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
id="cordova-talsec-plugin-freerasp"
5-
version="8.1.0">
5+
version="8.1.1">
66

77
<name>freerasp</name>
88
<author>Talsec (info@talsec.app)</author>

src/android/talsec.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
dependencies {
12-
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-Cordova:16.0.1"
12+
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-Cordova:16.0.2"
1313
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1"
1414
}
1515

0 commit comments

Comments
 (0)