Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Releases: adobe/places-monitor-ios

v2.1.4-ACPPlacesMonitor

24 Jun 19:52
e099826
Compare
Choose a tag to compare

2.1.4 (24 Jun, 2021)

  • Update to iOS 14 method for retrieving CLAuthorizationStatus.
  • Updating README.md with notice of deprecation on August 31, 2021.

v2.1.3-ACPPlacesMonitor

05 May 16:02
11fb60d
Compare
Choose a tag to compare

2.1.3 (5 May, 2020)

  • Improvements to logging.

v2.1.2-ACPPlacesMonitor

04 Dec 16:36
b3deb14
Compare
Choose a tag to compare

2.1.2 (4 Dec, 2019)

  • GitHub issue #51 - Call Places API to collect CLAuthorizationStatus from device when it changes.

v2.1.1-ACPPlacesMonitor

25 Nov 22:14
23c6045
Compare
Choose a tag to compare

2.1.1 (25 Nov, 2019)

  • GitHub issue #44 - Fixed import statements for Cocoapods projects using multiple pod projects option.

v2.1.0-ACPPlacesMonitor

09 Oct 21:29
974ab4c
Compare
Choose a tag to compare

2.1.0 (9 Oct, 2019)

  • Added a new API setRequestAuthorizationLevel to set the type of location authorization request for which the user will be prompted.

v2.0.0-ACPPlacesMonitor

25 Jul 17:36
7988ab7
Compare
Choose a tag to compare

2.0.0 (25 Jul, 2019)

  • Changed existing API in ACPPlacesMonitor allowing you to clear all Places data from the device:
    • old API - + (void) stop;
    • new API - + (void) stop: (BOOL) clearData;
  • Updated use of ACPPlaces getNearbyPointsOfInterest API to handle error scenarios more effectively
  • Disabling or uninstalling the Places extension in Adobe Launch will now cause the Places Monitor to unregister all regions and clear all client-side Places data.
  • Completed GitHub issues:

v1.0.2-ACPPlacesMonitor

25 Jun 21:52
c16acb5
Compare
Choose a tag to compare

1.0.2 (25 Jun, 2019)

  • Improvements to logging to help troubleshoot unintended behavior

v1.0.1-ACPPlacesMonitor

09 Apr 22:06
394173e
Compare
Choose a tag to compare

1.0.1 (9 Apr, 2019)

  • Added full unit test coverage
  • CI integration (CircleCI)
  • Code coverage integration (codecov)

v1.0.0-ACPPlacesMonitor

26 Mar 02:04
95f6b94
Compare
Choose a tag to compare

Initial release of ACPPlacesMonitor

Pre-release of ACPPlacesMonitor

26 Mar 01:09
c1e6a13
Compare
Choose a tag to compare
Pre-release
v0.0.2-ACPPlacesMonitor

Fix build warning for cocoapods (#4)