Skip to content

Commit

Permalink
Updated release notes (#7)
Browse files Browse the repository at this point in the history
* Update release-notes.txt

* Update Readme.md
  • Loading branch information
lemonandlime committed Nov 29, 2023
1 parent d298ff5 commit 72b6cf8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
16 changes: 8 additions & 8 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,36 +38,36 @@ The Sifo SDK is happy with whatever permissions your app uses.

## Release notes

6.0.0 2023-11-29
6.0.0
- Complete Swift refactor of SDK
- No API changes

5.3.0 2021-10-27
5.3.0
- Swift Package Manager Support
- Removed support for CocoaPods (will probably come back)
- Added Swift wrapper Library
- Renamed objc library and removed the exposure of objc code

5.1.1 2021-04-24
5.1.1
- Fix memory leak that occurred in some specific scenarios.
- Add app version info to tags and cookie.

5.1.0 2021-03-02
5.1.0
- SDK skips unnecessary call to server for non-panelists.
- SDK initializer includes new parameter to specify whether IDFA and IDFV should
be used for tracking or not.

5.0.4 2020-12-02
5.0.4
- SDK not longer uses AppTrackingTransparency framework.

5.0.3 2020-11-23
5.0.3
- App start tag sent for apps.

5.0.2 2020-11-20
5.0.2
- SDK now asks for tracking permission on iOS 14 for panelists.
- Added support for multiple webviews.

5.0.1 2020-11-19
5.0.1
- Added support for iOS 14.
- Sifo panelists now sync with IDFA and IDFV.
- SDK can now detect faulty integration and warn about it.
Expand Down
16 changes: 10 additions & 6 deletions release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ using Kantar Sifo’s services. The SDK contains three folders:
- Samples folder with code samples in Objective-C and Swift.


RELEASE NOTES:

5.3.0
- Swift Package Manager Support
- Removed support for CocoaPods (will probably come back)
- Added Swift wrapper Library
RELEASE NOTES:

6.0.0 2023-11-29
- Complete Swift refactor of SDK
- No API changes

5.3.0 2021-10-27
- Swift Package Manager Support
- Removed support for CocoaPods (will probably come back)
- Added Swift wrapper Library
- Renamed objc library and removed the exposure of objc code

5.1.1 2021-04-14
Expand Down

0 comments on commit 72b6cf8

Please sign in to comment.