File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ repositories {
44}
55
66dependencies {
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
You can’t perform that action at this time.
0 commit comments