diff --git a/CHANGELOG.md b/CHANGELOG.md index ba305f7..d7f4d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.3.0] - 2024-05-13 + +### Added + +- Now the plugin takes into account project's `kotlin_version` to align Kotlin versions. + +### Changed + +- Default Kotlin version is updated to `1.9.10` +- Updated HyperTrack SDK iOS to [5.5.4](https://github.com/hypertrack/sdk-ios/releases/tag/5.5.4) +- Updated HyperTrack SDK Android to [7.5.4](https://github.com/hypertrack/sdk-android/releases/tag/7.5.4) + +### Removed + +- `@capacitor/core` item in `peerDependencies` + ## [3.2.2] - 2024-05-03 ### Changed @@ -191,3 +207,4 @@ We are excited to announce the release of HyperTrack Ionic Capacitor SDK 2.0.0, [3.2.0]: https://github.com/hypertrack/sdk-ionic-capacitor/releases/tag/3.2.0 [3.2.1]: https://github.com/hypertrack/sdk-ionic-capacitor/releases/tag/3.2.1 [3.2.2]: https://github.com/hypertrack/sdk-ionic-capacitor/releases/tag/3.2.2 +[3.3.0]: https://github.com/hypertrack/sdk-ionic-capacitor/releases/tag/3.3.0 diff --git a/HypertrackSdkIonicCapacitor.podspec b/HypertrackSdkIonicCapacitor.podspec index fab0103..8ef81c2 100644 --- a/HypertrackSdkIonicCapacitor.podspec +++ b/HypertrackSdkIonicCapacitor.podspec @@ -14,5 +14,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = '12.0' s.dependency 'Capacitor' s.swift_version = '5.1' - s.dependency 'HyperTrack','5.5.3' + s.dependency 'HyperTrack','5.5.4' end diff --git a/README.md b/README.md index 1005b8c..c580b41 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![GitHub](https://img.shields.io/github/license/hypertrack/sdk-ionic-capacitor.svg?color=orange)](./LICENSE) [![npm](https://img.shields.io/npm/v/hypertrack-sdk-ionic-capacitor.svg)](https://www.npmjs.com/package/hypertrack-sdk-ionic-capacitor) -[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.5.3-brightgreen.svg)](https://github.com/hypertrack/sdk-ios) -[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.5.3-brightgreen.svg)](https://github.com/hypertrack/sdk-android) +[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.5.4-brightgreen.svg)](https://github.com/hypertrack/sdk-ios) +[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.5.4-brightgreen.svg)](https://github.com/hypertrack/sdk-android) [HyperTrack](https://www.hypertrack.com) lets you add live location tracking to your mobile app. Live location is made available along with ongoing activity, tracking controls and tracking outage with reasons. diff --git a/android/build.gradle b/android/build.gradle index 7a6cb74..91e8b10 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -6,8 +6,8 @@ ext { } buildscript { - ext.kotlin_version = "1.7.21" - ext.hypertrack_sdk_version = "7.5.3" + ext.kotlin_version = project.hasProperty('kotlin_version') ? rootProject.ext.kotlin_version : '1.9.10' + ext.hypertrack_sdk_version = "7.5.4" ext.firebase_messaging_version = "23.1.1" repositories { diff --git a/docs/classes/HyperTrack.html b/docs/classes/HyperTrack.html index 74b0609..c3f51ec 100644 --- a/docs/classes/HyperTrack.html +++ b/docs/classes/HyperTrack.html @@ -1,4 +1,4 @@ -
Subscription
[iOS only] The app is not authorized to use location services.
[Android only] The user denied notification permissions needed to display a persistent notification needed for foreground location tracking.
-
Example
-