diff --git a/.jazzy.yaml b/.jazzy.yaml index 00ac4dc5..16c1a867 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -1,7 +1,7 @@ clean: true author: Rakuten Group, Inc. github_url: https://github.com/rakutentech/ios-inappmessaging -module_version: 8.3.0 +module_version: 8.4.0 module: RInAppMessaging xcodebuild_arguments: - -workspace diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecf128b..63b7e1d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## Changelog ### Unreleased +- Features: + - Implement clickable image through CustomJson [RMCCX-7233] + +### 8.4.0 (2024-09-17) - Features: - Added support for PushPrimer Campaign using CustomJson [RMCCX-6702] - Prevent showing Push Priemr Campaign if Notificaation Permission was granted already [RMCCX-6707] @@ -9,7 +13,8 @@ - Send RMC impression event to RAT [RMCCX-6939] - Send RMC push primer event to RAT [RMCCX-6938] - Implement console warning if LogEvent is called before calling RegisterPreference [RMCCX-7109] - - Implement clickable image through CustomJson [RMCCX-7233] +- Improvements: + - Improve Documentation for IAM [RMCCX-6705] ### 8.3.0 (2024-05-13) - Improvements: diff --git a/Podfile.lock b/Podfile.lock index 12c36bb1..c254a3e0 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,7 +8,7 @@ PODS: - GRMustache.swift (4.0.1) - Nimble (10.0.0) - Quick (5.0.1) - - RInAppMessaging (8.4.0-snapshot): + - RInAppMessaging (8.4.0): - RSDKUtils (~> 4.0) - RSDKUtils (4.0.1): - RSDKUtils/Main (= 4.0.1) @@ -112,7 +112,7 @@ SPEC CHECKSUMS: GRMustache.swift: a6436504284b22b4b05daf5f46f77bd3fe00a9a2 Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84 Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179 - RInAppMessaging: 255b51e8c5a5c5dd7cdb42a3c111e4dd42d6af06 + RInAppMessaging: d0eddd8b2204fc701bf2a21b2dfc329359533906 RSDKUtils: 9eb9637aec081c1b7d8a7dee69aac0c9811c0906 Shock: 34def30d5e729f6c1eea2a5b5c2d024b875af86c SwiftLint: 1cc5cd61ba9bacb2194e340aeb47a2a37fda00b3 diff --git a/RInAppMessaging.podspec b/RInAppMessaging.podspec index 9d4d5292..cd8f4cac 100644 --- a/RInAppMessaging.podspec +++ b/RInAppMessaging.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RInAppMessaging' - s.version = '8.4.0-snapshot' + s.version = '8.4.0' s.summary = 'Rakuten module to manage and display in-app messages' s.homepage = 'https://github.com/rakutentech/ios-inappmessaging' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/Sources/RInAppMessaging/Constants.swift b/Sources/RInAppMessaging/Constants.swift index efe2c51e..89e8e05c 100644 --- a/Sources/RInAppMessaging/Constants.swift +++ b/Sources/RInAppMessaging/Constants.swift @@ -44,7 +44,7 @@ internal enum Constants { } enum Versions { - static let sdkVersion = "8.4.0-snapshot" + static let sdkVersion = "8.4.0" } enum RAnalytics: String { diff --git a/_versions b/_versions index 22097648..da439180 100644 --- a/_versions +++ b/_versions @@ -14,4 +14,5 @@ 8.0.0 8.1.0 8.2.0 -8.3.0 \ No newline at end of file +8.3.0 +8.4.0 \ No newline at end of file diff --git a/openapi.yaml b/openapi.yaml index df5addde..2621d686 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -6,7 +6,7 @@ info: license: name: MIT url: https://opensource.org/licenses/MIT - version: 8.3.0 + version: 8.4.0 tags: - name: Configuration - name: Campaign