File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 4.1.3] ( https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v4.1.2...v4.1.3 ) (2019-10-30)
2+
3+
4+ ### Bug Fixes
5+
6+ * ** android:** return proper mimeType for .mjs files ([ #455 ] ( https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/455 ) ) ([ 173a313] ( https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/173a313 ) )
7+ * ** ios:** mitigate media memory usage ([ #459 ] ( https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/459 ) ) ([ cbd526d] ( https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/cbd526d ) )
8+ * ** ios:** remove itms-services private scheme ([ #464 ] ( https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/464 ) ) ([ d7d2600] ( https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/d7d2600 ) )
9+
110## [ 4.1.2] ( https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v4.1.1...v4.1.2 ) (2019-09-25)
211
312
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-ionic-webview" ,
3- "version" : " 4.1.2 " ,
3+ "version" : " 4.1.3 " ,
44 "description" : " Ionic Web View Engine Plugin" ,
55 "scripts" : {
66 "sync_plugin_xml" : " sync-cordova-xml package.json plugin.xml --output=plugin.xml" ,
Original file line number Diff line number Diff line change 1919 under the License.
2020-->
2121
22- <plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : rim =" http://www.blackberry.com/ns/widgets" xmlns : android =" http://schemas.android.com/apk/res/android" id =" cordova-plugin-ionic-webview" version =" 4.1.2 " >
22+ <plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : rim =" http://www.blackberry.com/ns/widgets" xmlns : android =" http://schemas.android.com/apk/res/android" id =" cordova-plugin-ionic-webview" version =" 4.1.3 " >
2323 <name >cordova-plugin-ionic-webview</name >
2424 <description >Ionic Web View Engine Plugin</description >
2525 <license >Apache-2.0</license >
You can’t perform that action at this time.
0 commit comments