File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 20
20
-->
21
21
# Release Notes
22
22
23
+ ### 5.0.0 (Dec 15, 2017)
24
+ * [ CB-13677] ( https://issues.apache.org/jira/browse/CB-13677 ) Remove deprecated platforms
25
+
23
26
### 4.1.0 (Nov 06, 2017)
24
27
* [ CB-13473] ( https://issues.apache.org/jira/browse/CB-13473 ) (CI) Removed ** Browser** builds from AppVeyor
25
28
* [ CB-12011] ( https://issues.apache.org/jira/browse/CB-12011 ) (android) added the possibility to change the spinner color on ** Android 5.0** + apps
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-splashscreen" ,
3
- "version" : " 5.0.0-dev " ,
3
+ "version" : " 5.0.0" ,
4
4
"description" : " Cordova Splashscreen Plugin" ,
5
5
"types" : " ./types/index.d.ts" ,
6
6
"cordova" : {
Original file line number Diff line number Diff line change 20
20
21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
id =" cordova-plugin-splashscreen"
23
- version =" 5.0.0-dev " >
23
+ version =" 5.0.0" >
24
24
<name >Splashscreen</name >
25
25
<description >Cordova Splashscreen Plugin</description >
26
26
<license >Apache 2.0</license >
Original file line number Diff line number Diff line change 20
20
21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
id =" cordova-plugin-splashscreen-tests"
23
- version =" 4.1.1-dev " >
23
+ version =" 5.0.0 " >
24
24
<name >Cordova Splashscreen Plugin Tests</name >
25
25
<license >Apache 2.0</license >
26
26
You can’t perform that action at this time.
0 commit comments