Skip to content

Tags: infinum/ios-prince-of-versions

Tags

4.0.7

Toggle 4.0.7's commit message
Bump version to 4.0.7

4.0.6

Toggle 4.0.6's commit message
Improvements and fixes:

- Lookup API does not return anything
- Requirement check closure is called too many times
- Extension to simplify adding requirements

4.0.5

Toggle 4.0.5's commit message

4.0.4

Toggle 4.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #45 from infinum/feature/privacy-info

Add privacy manifest

4.0.3

Toggle 4.0.3's commit message
v4.0.3

* Increased min deployment target from iOS 8 to iOS 11, and macOS 10.10 to macOS 10.13

4.0.2

Toggle 4.0.2's commit message
v4.0.2

4.0.1

Toggle 4.0.1's commit message
4.0.1

**Fixed**

* Requirement check closure is called only once
* `requiredOSVersion` is optional

4.0.0

Toggle 4.0.0's commit message
v4.0.0

* It is possible to define multiple configuration for the same platform
* Appropriate configuration will be chosen based on the requirements - if defined in JSON
* Support for the new JSON formatting
* Both checkForUpdates and loadConfiguration methods are now unified in one method checkForUpdates. loadConfiguration method is removed
* New UpdateResult return type is added to conform new JSON
* Added parameter notificationFrequency to checkForUpdateFromAppStore method which is used for setting desired update notification frequency.

For all changes, please check: https://github.com/infinum/iOS-prince-of-versions/blob/master/PoV%204.0%20Migration%20Guide.md

3.0.0

Toggle 3.0.0's commit message
v3.0.0

* Added support for checking the version info from the App Store
* Added support for the module stability
* Added support for defining the callback queue
* Added support for Carthage and Swift package

2.0.0

Toggle 2.0.0's commit message
Config fix