Skip to content

Commit d72e342

Browse files
authoredJan 18, 2019
Bump version and update changelog (ionic-team#280)
1 parent 730be36 commit d72e342

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [2.3.2](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.3.1...v2.3.2) (2019-01-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **ios:** Fix video playback of files with uppercase extension ([#277](https://github.com/ionic-team/cordova-plugin-ionic-webview/pull/277)), closes [#260](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/260)
7+
* Use a single scheme for all files ([#278](https://github.com/ionic-team/cordova-plugin-ionic-webview/pull/278)), closes [#258](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/258)
8+
9+
10+
111
## [2.3.1](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.3.0...v2.3.1) (2018-12-06)
212

313

‎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.1",
3+
"version": "2.3.2",
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.1">
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.2">
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.