File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,15 @@ The <#> prefix formerly required to retrieve the SMS was silently removed in an
234
234
235
235
# Changelog
236
236
237
+ ### 4.0.3
238
+
239
+ - Updated package.json as per npm suggestions
240
+
241
+ ### 4.0.2
242
+
243
+ - Merged PR #18
244
+ - Removed the nbproject folder
245
+
237
246
### 4.0.1
238
247
239
248
- Restored support for SDK versions: minimum 21, target 31.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-sms-retriever" ,
3
- "version" : " 4.0.2 " ,
3
+ "version" : " 4.0.3 " ,
4
4
"description" : " Cordova plugin to retrieve SMS in Android using the SMS Retriever API." ,
5
5
"cordova" : {
6
6
"id" : " cordova-plugin-sms-retriever" ,
10
10
},
11
11
"repository" : {
12
12
"type" : " git" ,
13
- "url" : " https://github.com/andreszs/cordova-plugin-sms-retriever.git"
13
+ "url" : " git+ https://github.com/andreszs/cordova-plugin-sms-retriever.git"
14
14
},
15
15
"bugs" : {
16
16
"url" : " https://github.com/andreszs/cordova-plugin-sms-retriever/issues"
Original file line number Diff line number Diff line change 3
3
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
4
4
xmlns:android=" http://schemas.android.com/apk/res/android"
5
5
id=" cordova-plugin-sms-retriever"
6
- version=" 4.0.2 " >
6
+ version=" 4.0.3 " >
7
7
8
8
<name >SMS Retriever</name >
9
9
<description >Cordova plugin to retrieve SMS in Android using the SMS Retriever API.</description >
You can’t perform that action at this time.
0 commit comments