Skip to content

Commit

Permalink
release: freeRASP 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tompsota committed Nov 19, 2024
1 parent 25c549a commit 03538e8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.1.0] - 2024-11-19

### Android

#### Added

- Added `adbEnabled` callback, which allows you to detect USB debugging option enabled in the developer settings on the device

## [7.0.1] - 2024-11-18

- Android SDK version: 12.0.0
Expand Down
6 changes: 3 additions & 3 deletions example/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ export class AppComponent implements OnInit {

config = {
androidConfig: {
packageName: 'com.cordova.example',
packageName: 'io.ionic.starter',
certificateHashes: ['AKoRuyLMM91E7lX/Zqp3u4jMmd0A7hH/Iqozu0TMVd0='],
malwareConfig: {
blacklistedHashes: ['FgvSehLMM91E7lX/Zqp3u4jMmd0A7hH/Iqozu0TMVd0u'],
blacklistedPackageNames: ['com.malware.app'],
blacklistedPackageNames: ['io.ionic.starter'],
suspiciousPermissions: [
[
'android.permission.INTERNET',
Expand All @@ -36,7 +36,7 @@ export class AppComponent implements OnInit {
},
},
iosConfig: {
appBundleIds: 'com.cordova.example',
appBundleIds: 'io.ionic.starter',
appTeamId: 'your_team_ID',
},
watcherMail: 'your_email_address@example.com',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-talsec-plugin-freerasp",
"version": "7.0.1",
"version": "7.1.0",
"description": "Cordova plugin for improving app security and threat monitoring on Android and iOS mobile devices.",
"cordova": {
"id": "cordova-talsec-plugin-freerasp",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-talsec-plugin-freerasp"
version="7.0.1">
version="7.1.0">

<name>freerasp</name>
<author>Talsec (info@talsec.app)</author>
Expand Down

0 comments on commit 03538e8

Please sign in to comment.