File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-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-13751] ( https://issues.apache.org/jira/browse/CB-13751 ) Add build-tools-26.0.2 to travis (#163 )
25
+ * Fix for [ CB-11513] ( https://issues.apache.org/jira/browse/CB-11513 )
26
+ * [ CB-7684] ( https://issues.apache.org/jira/browse/CB-7684 ) (#143 )
27
+
23
28
### 5.0.1 (Dec 27, 2017)
24
29
* [ CB-13706] ( https://issues.apache.org/jira/browse/CB-13706 ) Fix to allow 5.0.0 version install (#160 )
25
30
* Bump cordova-plugin-file dependency to 6.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-media" ,
3
- "version" : " 5.0.2-dev " ,
3
+ "version" : " 5.0.2" ,
4
4
"description" : " Cordova Media Plugin" ,
5
5
"types" : " ./types/index.d.ts" ,
6
6
"cordova" : {
Original file line number Diff line number Diff line change 21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
xmlns:android=" http://schemas.android.com/apk/res/android"
23
23
id=" cordova-plugin-media"
24
- version =" 5.0.2-dev " >
24
+ version =" 5.0.2" >
25
25
26
26
<name >Media</name >
27
27
<description >Cordova Media Plugin</description >
Original file line number Diff line number Diff line change 22
22
xmlns : rim =" http://www.blackberry.com/ns/widgets"
23
23
xmlns : android =" http://schemas.android.com/apk/res/android"
24
24
id =" cordova-plugin-media-tests"
25
- version =" 5.0.2-dev " >
25
+ version =" 5.0.2" >
26
26
<name >Cordova Media Plugin Tests</name >
27
27
<license >Apache 2.0</license >
28
28
<js-module src =" tests.js" name =" tests" >
You can’t perform that action at this time.
0 commit comments