Skip to content

Commit b3abb49

Browse files
committed
MOBILE-1651 ios: Install background audio plugin
1 parent 974db8d commit b3abb49

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
"locator": "phonegap-plugin-push",
8282
"id": "phonegap-plugin-push"
8383
},
84-
"cordova-universal-clipboard"
84+
"cordova-universal-clipboard",
85+
"nl.kingsquare.cordova.background-audio"
8586
],
8687
"cordovaPlatforms": [
8788
"ios",

upgrade.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ information provided here is intended especially for developers.
1313
* The function $mmaModForumOffline#convertOfflineReplyToOnline is now in $mmaModForumHelper.
1414
* The function $mmContentLinksHelper#filterSupportedSites has been deprecated. Please use $mmUtil#filterEnabledSites instead.
1515
* New Phonegap plugin installed. Please run:
16+
* New Phonegap plugins installed. Please run:
1617
ionic plugin add cordova-universal-clipboard
18+
ionic plugin add nl.kingsquare.cordova.background-audio
1719
or
1820
ionic state restore
1921
* 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.

0 commit comments

Comments
 (0)