Skip to content

Releases: petermetz/cordova-plugin-ibeacon

v3.7.0

25 Jul 16:20
3d94fc7
Compare
Choose a tag to compare

Android

  • Permission fixes for Android 8.
  • Upgrades AltBeacon to 2.14

iOS

  • No changes.

v3.6.0

27 Dec 06:36
Compare
Choose a tag to compare
  • Bug-fixes for iOS 11
  • Android now supports wildcard UUIDs
  • cordova-plugin-device is now a dependency

This release is accessible through both the legacy and the new npm IDs. New projects should use the new npm ID which is https://www.npmjs.com/package/com.unarin.cordova.beacon

The legacy npm ID: https://www.npmjs.com/package/cordova-plugin-ibeacon

3.4.0

27 Mar 09:16
Compare
Choose a tag to compare
  • Bug-fixes iOS/Android
  • Improved configurability for Android
  • Upgraded the AltBeacon Library

3.3.0

01 Feb 20:48
Compare
Choose a tag to compare
  • New feature: enableBluetooth/disableBluetooth (Android only) (Thanks to @akreienbring)
  • New feature: isBluetoothEnabled
  • AltBeacon library backend for Android version (Thanks to @RonMen)

3.2.2

25 Nov 17:57
Compare
Choose a tag to compare

Added requestStateForRegion function (iOS only) thanks to Emil Ingerslev

3.2.1

23 Nov 20:12
Compare
Choose a tag to compare

Removal of Klass dependency. The breaks the usage of the Delegate entity, see Readme.md for examples of new usage.

3.1.2

03 Oct 12:24
Compare
Choose a tag to compare

Config changed to avoid plugin conflicts

3.1.1

24 Sep 22:35
Compare
Choose a tag to compare

A small bug-fix release. Consult the change log for details

3.1.0

24 Sep 19:41
Compare
Choose a tag to compare

Most importantly iOS 8 compatibility. See the change log for details.

V2.0.0 - Android support, promises in the API surface

06 Jul 21:26
Compare
Choose a tag to compare

Important: Please make sure to check out the new API before upgrading, the callbacks used by version 1.x are now switched out for javascript promises.