Skip to content

Commit f0ca88f

Browse files
committedDec 6, 2018
chore(release): 2.3.1 [skip ci]
## [2.3.1](ionic-team/cordova-plugin-ionic-webview@v2.3.0...v2.3.1) (2018-12-06) ### Bug Fixes * Handle convertFileSrc when using ionic:// scheme ([ionic-team#236](ionic-team#236)) ([89ce899](ionic-team@89ce899))
1 parent 89ce899 commit f0ca88f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.3.1](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.3.0...v2.3.1) (2018-12-06)
2+
3+
4+
### Bug Fixes
5+
6+
* Handle convertFileSrc when using ionic:// scheme ([#236](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/236)) ([89ce899](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/89ce899))
7+
18
# [2.3.0](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.2.5...v2.3.0) (2018-12-05)
29

310

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-ionic-webview",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Ionic Web View Engine Plugin",
55
"scripts": {
66
"sync_plugin_xml": "sync-cordova-xml package.json plugin.xml --output=plugin.xml",

‎plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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="2.3.0">
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="2.3.1">
2323
<name>cordova-plugin-ionic-webview</name>
2424
<description>Ionic Web View Engine Plugin</description>
2525
<license>Apache-2.0</license>

0 commit comments

Comments
 (0)
Failed to load comments.