Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down