Skip to content

Commit 4bc4d61

Browse files
authored
New SDK (#52)
1 parent 4b7d2bd commit 4bc4d61

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
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+
## [7.3.0] - 2024-12-29
9+
10+
- iOS SDK version: 6.6.3
11+
- Android SDK version: 13.2.0
12+
13+
### Android
14+
15+
#### Added
16+
17+
- Added request integrity information to data collection headers.
18+
- Enhanced and accelerated the data collection logic.
19+
820
## [7.2.0] - 2024-12-06
921

1022
- iOS SDK version: 6.6.3

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": "7.2.0",
3+
"version": "7.3.0",
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="7.2.0">
5+
version="7.3.0">
66

77
<name>freerasp</name>
88
<author>Talsec ([email protected])</author>

src/android/talsec.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repositories {
44
}
55

66
dependencies {
7-
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-Cordova:13.0.0"
7+
implementation "com.aheaditec.talsec.security:TalsecSecurity-Community-Cordova:13.2.0"
88
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1"
99
}
1010

0 commit comments

Comments
 (0)