From 9e789fc81086839de31731942d0eb46778569541 Mon Sep 17 00:00:00 2001 From: Eddy Verbruggen Date: Tue, 14 Feb 2017 18:19:47 +0100 Subject: [PATCH] bump --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9626670..f4e3e90 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ This is the same as the `type` param of `configureQuickActions`, so it's what yo `onHomeIconPressed` as `payload.type`. Just do something cool with that info. ## 6. Changelog +* 1.3.6 Get back the subtitle when a home icon was pressed, thanks [#27](https://github.com/EddyVerbruggen/cordova-plugin-3dtouch/issues/27)! * 1.3.5 Home icons are now WKWebView compatible. Previously your app would crash. See [#12](https://github.com/EddyVerbruggen/cordova-plugin-3dtouch/issues/12). * 1.3.4 Increased the wait time for `onHomeIconPressed` from 5 to 15 secs. See [#4](https://github.com/EddyVerbruggen/cordova-plugin-3dtouch/issues/4). * 1.3.3 Compatibility of 'home icon cold-starts' with [Meteor](https://www.meteor.com), see [#4](https://github.com/EddyVerbruggen/cordova-plugin-3dtouch/issues/4).