diff --git a/package.json b/package.json index 156170fd773..6e2fac9163a 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,8 @@ "locator": "phonegap-plugin-push", "id": "phonegap-plugin-push" }, - "cordova-universal-clipboard" + "cordova-universal-clipboard", + "nl.kingsquare.cordova.background-audio" ], "cordovaPlatforms": [ "ios", diff --git a/upgrade.txt b/upgrade.txt index 2932fe505ad..c710ecbeb18 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -13,7 +13,9 @@ information provided here is intended especially for developers. * The function $mmaModForumOffline#convertOfflineReplyToOnline is now in $mmaModForumHelper. * The function $mmContentLinksHelper#filterSupportedSites has been deprecated. Please use $mmUtil#filterEnabledSites instead. * New Phonegap plugin installed. Please run: + * New Phonegap plugins installed. Please run: ionic plugin add cordova-universal-clipboard + ionic plugin add nl.kingsquare.cordova.background-audio or ionic state restore * mm-rich-text-editor now admits a new parameter adjust-height (default: true). It admits an HTML DOM Id string or boolean. Specifying it will adjust height of the editor to the selected element. If true it will adjust to the whole page and false will use height parameter instead.