Skip to content

Releases: ionic-team/capacitor-geolocation

v7.1.4

25 Jul 11:07
89ca54b

Choose a tag to compare

7.1.4 (2025-07-15)

Fixes

  • ios: Swift package name to be consistent with previous versions (#34)
  • android update Gradle and Kotlin configurations for compatibility with latest @capacitor/android (#28)

Docs

  • ios Add note about background usage description (#29)

v7.1.3

03 Jul 15:27
8afc2ae

Choose a tag to compare

7.1.3 (2025-06-26)

Fixes

  • ios: handle location watch callbacks recovery after backgrounding. More info here.
  • Set dependency on @capacitor/synapse to 1.0.3 to fix ssr environments

7.1.2

30 Apr 16:46
77ebe80

Choose a tag to compare

7.1.2 (2025-04-28)

Fixes

  • Update missing LICENSE.md file
  • ios: watchPosition after an error occurs
  • ios: fix spm version
  • android properly parsing number parameters

7.1.1

21 Feb 17:06
bacba5f

Choose a tag to compare

7.1.1 (2025-02-21)

Fixes

  • ios: properly resolving requestPermissions

7.1.0

12 Feb 17:08
e955901

Choose a tag to compare

7.1.0 (2025-02-12)

Chores

  • Set peerDependency on @capacitor/core to >=7.0.0

Features

  • Revamp error messages and add error codes for better error-handling.
  • Rewrite plugin using native Android and iOS libraries.

Fixes

  • getCurrentPosition on Android now uses uses the timeout parameter.
  • watchPosition on Android now uses the timeout parameter to define the interval for position updates, and the maximumAge parameter for setMaxUpdateAgeMillis. More info here.

7.1.0-dev.2

31 Jan 11:26
e3e98bd

Choose a tag to compare

7.1.0-dev.2 Pre-release
Pre-release

Chores

  • Set peerDependency on @capacitor/core to >=7.0.0

7.1.0-dev.1

29 Jan 17:54
af58036

Choose a tag to compare

7.1.0-dev.1 Pre-release
Pre-release

Features

  • Revamp error messages and add error codes for better error-handling.
  • Rewrite plugin using native Android and iOS libraries.