From 1f77ef0ce6067a3a681d565e3be12d783cc143f2 Mon Sep 17 00:00:00 2001 From: Jeriel Ng Date: Thu, 23 May 2024 13:22:15 -0400 Subject: [PATCH] Release Cordova SDK version 9.2.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- plugin.xml | 8 ++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a76a6..c471bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,17 @@ ⚠️ In version 2.33.0, we changed the iOS bridge from AppboyKit, which is written in Objective-C, to the new [Swift SDK](https://github.com/braze-inc/braze-swift-sdk). If you are upgrading from a version below 2.33.0 to a version above 2.33.0, please read [the instructions](https://github.com/braze-inc/braze-cordova-sdk/blob/master/CHANGELOG.md#2330) to ensure a smooth transition and backward compatibility. +## 9.2.0 + +##### Added +- Updated the native iOS bridge [from Braze Swift SDK 9.1.0 to 9.2.0](https://github.com/braze-inc/braze-swift-sdk/compare/9.1.0...9.2.0#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed). + ## 9.1.0 ##### Added - Added the following properties to the Content Card model: - `isTest` - `isControl` (Note: If you're implementing your own UI, Control Cards should not be rendered, but you should manually log analytics for them.) -- - Updated the native iOS bridge [from Braze Swift SDK 9.0.0 to 9.1.0](https://github.com/braze-inc/braze-swift-sdk/compare/9.0.0...9.1.0#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed). +- Updated the native iOS bridge [from Braze Swift SDK 9.0.0 to 9.1.0](https://github.com/braze-inc/braze-swift-sdk/compare/9.0.0...9.1.0#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed). ## 9.0.0 diff --git a/package.json b/package.json index b5582c8..f79d09a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "braze-cordova-sdk", - "version": "9.1.0", + "version": "9.2.0", "main": "www/BrazePlugin.js" } \ No newline at end of file diff --git a/plugin.xml b/plugin.xml index b24d203..e6f8ed7 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@ + id="cordova-plugin-braze" version="9.2.0"> Braze Braze Cordova SDK MIT @@ -54,9 +54,9 @@ - - - + + +