Skip to content

Commit 9ffeec6

Browse files
authored
Merge pull request #495 from intercom/liuting/5.0.2
Release 5.0.2
2 parents 53a6e3b + e1d402d commit 9ffeec6

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
# Version 5.0.2
4+
27-06-2018
5+
6+
**Send apps in Messages** ⚡📨⚡
7+
8+
Messages have always been a great way to welcome, onboard, and connect with people in your product and on your website. Now with apps in your messages, you can do even more. Embed apps right inside a message to drive actions, engage your audience, and grow your business.
9+
10+
Whether you need to gather customer feedback, schedule a sales call, or share your latest content, apps make it easy for people to take action within the message experience. And with the targeting capabilities of Intercom, you can make sure your message reaches the right person at the right time.
11+
312
# Version 5.0.1
413
27-04-2018
514

Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
<!-- Generated by javadoc -->
66
<title>intercom-sdk-base API</title>
77
<script type="text/javascript">
8-
targetPage = "" + window.location.search;
9-
if (targetPage != "" && targetPage != "undefined")
10-
targetPage = targetPage.substring(1);
11-
if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
12-
targetPage = "undefined";
8+
tmpTargetPage = "" + window.location.search;
9+
if (tmpTargetPage != "" && tmpTargetPage != "undefined")
10+
tmpTargetPage = tmpTargetPage.substring(1);
11+
if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
12+
tmpTargetPage = "undefined";
13+
targetPage = tmpTargetPage;
1314
function validURL(url) {
1415
try {
1516
url = decodeURIComponent(url);

0 commit comments

Comments
 (0)