File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 20
20
-->
21
21
# Release Notes
22
22
23
+ ### 5.0.2 (Jan 24, 2018)
24
+ * [ CB-13750] ( https://issues.apache.org/jira/browse/CB-13750 ) Add build-tools-26.0.2 to travis
25
+ * [ CB-13737] ( https://issues.apache.org/jira/browse/CB-13737 ) (iOS): fix Splash screen images for iPhone X
26
+
23
27
### 5.0.1 (Dec 27, 2017)
24
28
* [ CB-13709] ( https://issues.apache.org/jira/browse/CB-13709 ) Fix to allow 5.0.0 version install (#144 )
25
29
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-splashscreen" ,
3
- "version" : " 5.0.2-dev " ,
3
+ "version" : " 5.0.2" ,
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.2-dev " >
23
+ version =" 5.0.2" >
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 =" 5.0.2-dev " >
23
+ version =" 5.0.2" >
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