Skip to content

Commit

Permalink
Update HyperTrack SDK iOS to 5.5.1 and Android to 7.5.2 (#101)
Browse files Browse the repository at this point in the history
Add new Geotag api with `order_handle` and `order_status`.
  • Loading branch information
pavel-kuznetsov-hypertrack authored Apr 19, 2024
1 parent 8a30474 commit f15988e
Show file tree
Hide file tree
Showing 36 changed files with 373 additions and 105 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [13.3.0] - 2024-04-19

### Added

- New `addGeotag` method that have `orderHandle` and `orderStatus` parameters. You can use this API when users need to clock in/out of work in your app to honor their work time (see [Clock in/out Tagging](https://hypertrack.com/docs/clock-inout-tracking#add-clock-inout-events-to-a-shift-timeline) guide for more info)

### Changed

- Updated HyperTrack SDK iOS to [5.5.1](https://github.com/hypertrack/sdk-ios/releases/tag/5.5.0)
- Updated HyperTrack SDK Android to [7.5.2](https://github.com/hypertrack/sdk-android/releases/tag/7.5.1)

## [13.2.3] - 2024-02-27

### Changed
Expand Down Expand Up @@ -807,3 +818,4 @@ Initial release.
[13.2.1]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.2.1
[13.2.2]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.2.2
[13.2.3]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.2.3
[13.3.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.3.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![GitHub](https://img.shields.io/github/license/hypertrack/sdk-react-native?color=orange)](./LICENSE)
[![npm](https://img.shields.io/npm/v/hypertrack-sdk-react-native.svg)](https://www.npmjs.com/package/hypertrack-sdk-react-native)
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.4.1-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.4.3-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.5.1-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.5.2-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.

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f15988e

Please sign in to comment.