Skip to content

Releases: infinum/ios-prince-of-versions

4.0.5

08 Apr 10:58
23a9dbd
Compare
Choose a tag to compare
  • "User defaults" key name fixed in PrivacyInfo.xcprivacy manifest

Add support for privacy manifest

30 Jan 07:40
49fc211
Compare
Choose a tag to compare
  • Adds privacy manifest file
  • swift tools version was increased to 5.3 (required to define resource in SPM package file)

4.0.3

11 Sep 15:24
Compare
Choose a tag to compare
  • Increased min deployment target from iOS 8 to iOS 11, and macOS 10.10 to macOS 10.13.

4.0.2

26 Sep 12:40
Compare
Choose a tag to compare
v4.0.2

4.0.1

14 Jul 06:42
Compare
Choose a tag to compare

Fixed

  • Requirement check closure is called only once
  • requiredOSVersion is optional

4.0.0

11 Jul 14:50
Compare
Choose a tag to compare
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