diff --git a/CHANGELOG.md b/CHANGELOG.md index af8111d..2371183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/example/src/app/app.component.ts b/example/src/app/app.component.ts index 277167e..da574bf 100644 --- a/example/src/app/app.component.ts +++ b/example/src/app/app.component.ts @@ -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', @@ -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', diff --git a/package.json b/package.json index 9fecd6d..523890e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugin.xml b/plugin.xml index 19a6ba4..1168cfd 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="7.1.0"> freerasp Talsec (info@talsec.app)