Skip to content

Commit

Permalink
Release 14.0.2 (#334)
Browse files Browse the repository at this point in the history
* Sets the deployment target in the plugin

* Updated the version and release notes
  • Loading branch information
mapierce committed Jun 25, 2024
1 parent 9498ca7 commit eb5d78a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Intercom for Cordova/PhoneGap

## 14.0.2 (2024-06-25)

🐛 Bug Fixes
* Now sets the minimum deployment target in the `plugin.xml` for iOS to avoid collisions with other plugins.

## 14.0.1 (2024-06-014)

🚀 Enhancements
Expand Down
4 changes: 2 additions & 2 deletions intercom-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion intercom-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-intercom",
"version": "14.0.1",
"version": "14.0.2",
"description": "Official Cordova plugin for Intercom",
"author": "Intercom",
"license": "MIT License",
Expand Down
1 change: 1 addition & 0 deletions intercom-plugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<source-file src="src/ios/AppDelegate+IntercomPush.m" />

<config-file target="config.xml" parent="/*">
<preference name="deployment-target" value="15.0"/>
<feature name="Intercom">
<param name="ios-package" value="IntercomBridge" />
<param name="onload" value="true" />
Expand Down

0 comments on commit eb5d78a

Please sign in to comment.