Skip to content

Commit 877459a

Browse files
committed
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.1.2...v4.0.0) (2019-02-18) ### Features * **ios:** Make iOS app Scheme configurable with a preference ([#307](#307)) ([d52d37e](d52d37e)), closes [#282](#282) * **ios:** Remove WKSuspendInBackground preference ([#309](#309)) ([73b6659](73b6659)), closes [#286](#286) ### BREAKING CHANGES * **ios:** Remove the WKSuspendInBackground preference, so app relying on that prefere will not behave as expected
1 parent 73b6659 commit 877459a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [4.0.0](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v3.1.2...v4.0.0) (2019-02-18)
2+
3+
4+
### Features
5+
6+
* **ios:** Make iOS app Scheme configurable with a preference ([#307](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/307)) ([d52d37e](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/d52d37e)), closes [#282](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/282)
7+
* **ios:** Remove WKSuspendInBackground preference ([#309](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/309)) ([73b6659](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/73b6659)), closes [#286](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/286)
8+
9+
10+
### BREAKING CHANGES
11+
12+
* **ios:** Remove the WKSuspendInBackground preference, so app relying on that prefere will
13+
not behave as expected
14+
115
## [3.1.2](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v3.1.1...v3.1.2) (2019-02-04)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-ionic-webview",
3-
"version": "3.1.2",
3+
"version": "4.0.0",
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

Lines changed: 1 addition & 1 deletion
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="3.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.0.0">
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)