Skip to content

Commit 72a7480

Browse files
authoredFeb 6, 2025
Update HyperTrack SDK iOS to 5.11.0 and Android to 7.11.0 (#122)
Fix error on `HyperTrack.getOrders()`/`HyperTrack.subscribeToOrders()` on Android when assigning multiple orders to the worker. Fix wrong order of Orders in `HyperTrack.getOrders()` on iOS.
1 parent 4e19ced commit 72a7480

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+202
-108
lines changed
 

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [14.0.0] - 2025-02-04
9+
10+
### Changed
11+
12+
- `Order.isInsideGeofence` is now an async fuction that returns the value at the moment when it called (instead of the constant value at the time of `getOrders` being called)
13+
- Updated HyperTrack SDK iOS to [5.11.0](https://github.com/hypertrack/sdk-ios/releases/tag/5.11.0)
14+
- Updated HyperTrack SDK Android to [7.11.0](https://github.com/hypertrack/sdk-android/releases/tag/7.11.0)
15+
16+
### Fixed
17+
18+
- Wrong order of Orders in `HyperTrack.getOrders()` on iOS
19+
- Error on `HyperTrack.getOrders()`/`HyperTrack.subscribeToOrders()` on Android when assigning multiple orders to the worker
20+
821
## [13.8.0] - 2025-01-21
922

1023
### Added
@@ -1000,3 +1013,4 @@ Initial release.
10001013
[13.7.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.7.0
10011014
[13.7.1]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.7.1
10021015
[13.8.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.8.0
1016+
[14.0.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/14.0.0

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![GitHub](https://img.shields.io/github/license/hypertrack/sdk-react-native?color=orange)](./LICENSE)
44
[![npm](https://img.shields.io/npm/v/hypertrack-sdk-react-native.svg)](https://www.npmjs.com/package/hypertrack-sdk-react-native)
5-
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.10.0-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
6-
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.10.0-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
5+
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.11.0-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
6+
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.11.0-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
77

88
[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.
99

0 commit comments

Comments
 (0)