Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Update of version 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Kurzawa committed Mar 8, 2022
1 parent e3b03aa commit 0c203ff
Show file tree
Hide file tree
Showing 11 changed files with 36,228 additions and 7 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.

Note that Objective-C class names are prefixed by `SNR`. In the changelog below, these are names used in Swift, without the prefix.

## [3.9.1] - 2022-01-08
## [3.10.0] - 2022-03-08

### Added
- `productIDs` parameter in `RecommendationOptions` to get recommendations for multiple items in `Content.getRecommendations(options:success:error:)` method.


## [3.9.1] - 2022-03-02

### Fixed
- Potential issue with native notification buttons when Simple Push campaign contains Rich Media (Single Media).
Expand All @@ -15,7 +21,7 @@ Note that Objective-C class names are prefixed by `SNR`. In the changelog below,
- Analytics for Simple Push campaigns.


## [3.8.10] - 2021-12-12
## [3.8.10] - 2021-12-13

### Added
- Optional badge as a text shown on the item in `ContentWidget`.
Expand Down
12,071 changes: 12,071 additions & 0 deletions Pod/5A184EF6-6487-3D9D-BD71-1B5A8B583397.bcsymbolmap

Large diffs are not rendered by default.

12,071 changes: 12,071 additions & 0 deletions Pod/95FDB523-1A14-3F8D-A782-E3D69770CC23.bcsymbolmap

Large diffs are not rendered by default.

12,072 changes: 12,072 additions & 0 deletions Pod/D81DBAF0-F390-3638-A04B-C2263B6B9AA6.bcsymbolmap

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Pod/SyneriseSDK.framework.dSYM/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.9.1</string>
<string>3.10.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ NS_SWIFT_NAME(RecommendationOptions)

@property (copy, nonatomic, nullable, readonly) NSString *slug;
@property (copy, nonatomic, nullable, readwrite) NSString *productID;
@property (copy, nonatomic, nullable, readwrite) NSArray<NSString *> *productIDs;

+ (instancetype)new NS_UNAVAILABLE;
- (instancetype)init NS_UNAVAILABLE;
Expand Down
Binary file modified Pod/SyneriseSDK.framework/Info.plist
Binary file not shown.
Binary file modified Pod/SyneriseSDK.framework/SyneriseSDK
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Synerise iOS SDK (v3.9.1) - User documentation
# Synerise iOS SDK (v3.10.0) - User documentation

[![Platform](https://img.shields.io/badge/platform-iOS-orange.svg)](https://github.com/synerise/ios-sdk)
[![Languages](https://img.shields.io/badge/language-Objective--C%20%7C%20Swift-orange.svg)](https://github.com/synerise/ios-sdk)
[![CocoaPods](https://img.shields.io/badge/pod-v3.9.1-green.svg)](https://cocoapods.org/pods/SyneriseSDK)
[![CocoaPods](https://img.shields.io/badge/pod-v3.10.0-green.svg)](https://cocoapods.org/pods/SyneriseSDK)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions SyneriseSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SyneriseSDK"
s.version = "3.9.1"
s.summary = "SyneriseSDK v. 3.9.1"
s.version = "3.10.0"
s.summary = "SyneriseSDK v. 3.10.0"
s.description = "iOS library for Synerise omnichannel platform"
s.homepage = "https://synerise.com"
s.license = { :type => "MIT" }
Expand Down

0 comments on commit 0c203ff

Please sign in to comment.