From e9cbd729d86dfb9c6456212560a04f14d3be58a4 Mon Sep 17 00:00:00 2001 From: Nishant Kumar Date: Mon, 17 Apr 2023 14:34:31 +0530 Subject: [PATCH 1/2] fix(SDK-2903): Fixed compilation errors in Xcode 14.3+ in iOS - Supports CleverTap iOS SDK v4.2.2 --- CHANGELOG.md | 5 +++++ README.md | 2 +- package.json | 2 +- plugin.xml | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8286ea8f..21fd0e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ Change Log ========== +Version 2.6.2 *(April 17, 2023)* +------------------------------------------- +- Fixed compilation errors in xcode 14.3+ in iOS. +- Supports [CleverTap iOS SDK v4.2.2](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/4.2.2). + Version 2.6.1 *(January 25, 2023)* ------------------------------------------- - Fixes a compilation error with iOS app inbox callback method `messageDidSelect`. diff --git a/README.md b/README.md index a2436586..4663a0eb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To get started, sign up [here](https://clevertap.com/live-product-demo/). ## ✅ Supported Versions - [CleverTap Android SDK version 4.6.6](https://github.com/CleverTap/clevertap-android-sdk/releases/tag/corev4.6.6) -- [CleverTap iOS SDK version 4.2.0](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/4.2.0) +- [CleverTap iOS SDK version 4.2.2](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/4.2.2) ## 🚀 Installation and Quick Start diff --git a/package.json b/package.json index 390c358b..c2a5ec38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clevertap-cordova", - "version": "2.6.1", + "version": "2.6.2", "description": "CleverTap Plugin for Cordova/PhoneGap", "cordova": { "id": "clevertap-cordova", diff --git a/plugin.xml b/plugin.xml index 7389ad81..02d9e3c8 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + CleverTap CleverTap Plugin for Cordova/PhoneGap Commercial @@ -40,7 +40,7 @@ - + From 5b93bce37960c43ef416c306cc00657e7275f79d Mon Sep 17 00:00:00 2001 From: Nishant Kumar Date: Tue, 18 Apr 2023 16:24:54 +0530 Subject: [PATCH 2/2] docs(SDK-2903): Updated ChangeLog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21fd0e53..b03ecc11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ Change Log ========== -Version 2.6.2 *(April 17, 2023)* +Version 2.6.2 *(April 18, 2023)* ------------------------------------------- - Fixed compilation errors in xcode 14.3+ in iOS. - Supports [CleverTap iOS SDK v4.2.2](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/4.2.2).