File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -109,13 +109,9 @@ use one function of this plugin: `createEventInteractively`.
109109
110110### PhoneGap Build
111111
112- Add the following xml to your ` config.xml ` to always use the latest version of this plugin:
112+ Add the following xml to your ` config.xml ` to always use the latest npm version of this plugin:
113113``` xml
114- <gap : plugin name =" nl.x-services.plugins.calendar" />
115- ```
116- or to use a specific version:
117- ``` xml
118- <gap : plugin name =" nl.x-services.plugins.calendar" version =" 4.2.8" />
114+ <gap : plugin name =" cordova-plugin-calendar" source =" npm" />
119115```
120116
121117
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-calendar" ,
3- "version" : " 4.4.0 " ,
3+ "version" : " 4.4.1 " ,
44 "description" : " This plugin allows you to manipulate the native calendar." ,
55 "cordova" : {
6- "id" : " nl.x-services.plugins. calendar" ,
6+ "id" : " cordova-plugin- calendar" ,
77 "platforms" : [
88 " ios" ,
99 " android"
Original file line number Diff line number Diff line change 22<plugin
33 xmlns =" http://apache.org/cordova/ns/plugins/1.0"
44 xmlns : android =" http://schemas.android.com/apk/res/android"
5- id =" nl.x-services.plugins. calendar"
6- version =" 4.4.0 " >
5+ id =" cordova-plugin- calendar"
6+ version =" 4.4.1 " >
77
88 <name >Calendar</name >
99
You can’t perform that action at this time.
0 commit comments