File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11clean : true
22author : Rakuten Group, Inc.
33github_url : https://github.com/rakutentech/ios-inappmessaging
4- module_version : 9.0 .0
4+ module_version : 9.1 .0
55module : RInAppMessaging
66xcodebuild_arguments :
77 - -workspace
Original file line number Diff line number Diff line change 11## Changelog
22
3- ### Unreleased
3+ ### 9.1.0 (2025-02-18)
44- Features:
55 - Implement data model for Custom Json carousel data [ RMCCX-7616]
66 - Implement Carousel UI display with manual scroll [ RMCCX-7619]
Original file line number Diff line number Diff line change 88 - GRMustache.swift (4.0.1)
99 - Nimble (12.1.0)
1010 - Quick (5.0.1)
11- - RInAppMessaging (9.1.0-snapshot ):
11+ - RInAppMessaging (9.1.0):
1212 - RSDKUtils (~> 5.1.0)
1313 - RSDKUtils (5.1.0):
1414 - RSDKUtils/Main (= 5.1.0)
@@ -112,7 +112,7 @@ SPEC CHECKSUMS:
112112 GRMustache.swift: a6436504284b22b4b05daf5f46f77bd3fe00a9a2
113113 Nimble: 7badc051fbff5e14e3798e2392b9389de67f75ea
114114 Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
115- RInAppMessaging: 8281bbc3dc620742680082b95d47313551459ae6
115+ RInAppMessaging: 86d9548d01b0d942e0d34c62b1d9a14f29e7c4a9
116116 RSDKUtils: 6ae357662b44e390f026edd3431f57ad23fcaf97
117117 Shock: 34def30d5e729f6c1eea2a5b5c2d024b875af86c
118118 SwiftLint: 1cc5cd61ba9bacb2194e340aeb47a2a37fda00b3
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'RInAppMessaging'
3- s . version = '9.1.0-snapshot '
3+ s . version = '9.1.0'
44 s . summary = 'Rakuten module to manage and display in-app messages'
55 s . homepage = 'https://github.com/rakutentech/ios-inappmessaging'
66 s . license = { :type => 'MIT' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ internal enum Constants {
4545 }
4646
4747 enum Versions {
48- static let sdkVersion = " 9.1.0-snapshot "
48+ static let sdkVersion = " 9.1.0 "
4949 }
5050
5151 enum RAnalytics : String {
Original file line number Diff line number Diff line change 16168.2.0
17178.3.0
18188.4.0
19- 9.0.0
19+ 9.0.0
20+ 9.1.0
Original file line number Diff line number Diff line change 66 license :
77 name : MIT
88 url : https://opensource.org/licenses/MIT
9- version : 9.0 .0
9+ version : 9.1 .0
1010tags :
1111- name : Configuration
1212- name : Campaign
You can’t perform that action at this time.
0 commit comments