CB-13681 Updated version and RELEASENOTES.md for release 5.0.0 (via coho)
This commit is contained in:
parent
a606af98ca
commit
36bf91c9e8
@ -20,6 +20,9 @@
|
|||||||
-->
|
-->
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
### 5.0.0 (Dec 15, 2017)
|
||||||
|
* [CB-13677](https://issues.apache.org/jira/browse/CB-13677) Remove deprecated platforms
|
||||||
|
|
||||||
### 4.1.0 (Nov 06, 2017)
|
### 4.1.0 (Nov 06, 2017)
|
||||||
* [CB-13473](https://issues.apache.org/jira/browse/CB-13473) (CI) Removed **Browser** builds from AppVeyor
|
* [CB-13473](https://issues.apache.org/jira/browse/CB-13473) (CI) Removed **Browser** builds from AppVeyor
|
||||||
* [CB-12011](https://issues.apache.org/jira/browse/CB-12011) (android) added the possibility to change the spinner color on **Android 5.0**+ apps
|
* [CB-12011](https://issues.apache.org/jira/browse/CB-12011) (android) added the possibility to change the spinner color on **Android 5.0**+ apps
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-splashscreen",
|
"name": "cordova-plugin-splashscreen",
|
||||||
"version": "5.0.0-dev",
|
"version": "5.0.0",
|
||||||
"description": "Cordova Splashscreen Plugin",
|
"description": "Cordova Splashscreen Plugin",
|
||||||
"types": "./types/index.d.ts",
|
"types": "./types/index.d.ts",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="cordova-plugin-splashscreen"
|
id="cordova-plugin-splashscreen"
|
||||||
version="5.0.0-dev">
|
version="5.0.0">
|
||||||
<name>Splashscreen</name>
|
<name>Splashscreen</name>
|
||||||
<description>Cordova Splashscreen Plugin</description>
|
<description>Cordova Splashscreen Plugin</description>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="cordova-plugin-splashscreen-tests"
|
id="cordova-plugin-splashscreen-tests"
|
||||||
version="4.1.1-dev">
|
version="5.0.0">
|
||||||
<name>Cordova Splashscreen Plugin Tests</name>
|
<name>Cordova Splashscreen Plugin Tests</name>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user