File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 1.5.8
2
+
3
+ * Added "no longer actively maintained" message to README
4
+
1
5
# 1.5.7
2
6
3
7
* [ Fixes issue #60 ] ( https://github.com/hiddentao/cordova-plugin-filepath/issues/60 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-filepath" ,
3
- "version" : " 1.5.7 " ,
3
+ "version" : " 1.5.8 " ,
4
4
"description" : " Resolve native file paths from content URLs for Cordova platforms" ,
5
5
"cordova" : {
6
6
"id" : " cordova-plugin-filepath" ,
Original file line number Diff line number Diff line change 16
16
under the License.
17
17
-->
18
18
19
- <plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : android =" http://schemas.android.com/apk/res/android" id =" cordova-plugin-filepath" version =" 1.5.7 " >
19
+ <plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : android =" http://schemas.android.com/apk/res/android" id =" cordova-plugin-filepath" version =" 1.5.8 " >
20
20
<name >cordova-plugin-filepath</name >
21
21
<description >Resolve native file paths from content URLs for Cordova platforms</description >
22
22
<license >Apache 2.0</license >
You can’t perform that action at this time.
0 commit comments