Skip to content

Commit

Permalink
Release Cordova SDK version 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jerielng committed May 23, 2024
1 parent b80b151 commit 1f77ef0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "braze-cordova-sdk",
"version": "9.1.0",
"version": "9.2.0",
"main": "www/BrazePlugin.js"
}
8 changes: 4 additions & 4 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-braze" version="9.1.0">
id="cordova-plugin-braze" version="9.2.0">
<name>Braze</name>
<description>Braze Cordova SDK</description>
<license>MIT</license>
Expand Down Expand Up @@ -54,9 +54,9 @@
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods use-frameworks="true">
<pod name="BrazeKit" spec="~> 9.1.0" />
<pod name="BrazeUI" spec="~> 9.1.0" />
<pod name="BrazeLocation" spec="~> 9.1.0" />
<pod name="BrazeKit" spec="~> 9.2.0" />
<pod name="BrazeUI" spec="~> 9.2.0" />
<pod name="BrazeLocation" spec="~> 9.2.0" />
</pods>
</podspec>
</platform>
Expand Down

0 comments on commit 1f77ef0

Please sign in to comment.