This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
Releases: adobe/places-monitor-ios
Releases · adobe/places-monitor-ios
v2.1.4-ACPPlacesMonitor
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
2.1.3 (5 May, 2020)
- Improvements to logging.
v2.1.2-ACPPlacesMonitor
2.1.2 (4 Dec, 2019)
- GitHub issue #51 - Call Places API to collect
CLAuthorizationStatus
from device when it changes.
v2.1.1-ACPPlacesMonitor
2.1.1 (25 Nov, 2019)
- GitHub issue #44 - Fixed import statements for Cocoapods projects using multiple pod projects option.
v2.1.0-ACPPlacesMonitor
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
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;
- old API -
- 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
1.0.2 (25 Jun, 2019)
- Improvements to logging to help troubleshoot unintended behavior
v1.0.1-ACPPlacesMonitor
1.0.1 (9 Apr, 2019)
- Added full unit test coverage
- CI integration (CircleCI)
- Code coverage integration (codecov)
v1.0.0-ACPPlacesMonitor
Initial release of ACPPlacesMonitor
Pre-release of ACPPlacesMonitor
v0.0.2-ACPPlacesMonitor Fix build warning for cocoapods (#4)