Skip to content

Commit

Permalink
Merge pull request #208 from CleverTap/develop
Browse files Browse the repository at this point in the history
Release v2.6.2
  • Loading branch information
nishant-clevertap authored Apr 18, 2023
2 parents cb02b5a + 717d99a commit cb0e910
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Change Log
==========
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).

Version 2.6.1 *(January 25, 2023)*
-------------------------------------------
- Fixes a compilation error with iOS app inbox callback method `messageDidSelect`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="clevertap-cordova" version="2.6.1">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="clevertap-cordova" version="2.6.2">
<name>CleverTap</name>
<description>CleverTap Plugin for Cordova/PhoneGap</description>
<license>Commercial</license>
Expand Down Expand Up @@ -40,7 +40,7 @@
</feature>
</config-file>

<framework src="CleverTap-iOS-SDK" type="podspec" spec="4.2.0" />
<framework src="CleverTap-iOS-SDK" type="podspec" spec="4.2.2" />
<header-file src="src/ios/AppDelegate+CleverTapPlugin.h" />
<source-file src="src/ios/AppDelegate+CleverTapPlugin.m" />
<header-file src="src/ios/CleverTapPlugin.h" />
Expand Down

0 comments on commit cb0e910

Please sign in to comment.