File tree 3 files changed +19
-2
lines changed 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 103
103
104
104
### 0.3.12 (Feb 04, 2015)
105
105
* CB-8351 ios: Use argumentForIndex rather than NSArray extension
106
+
107
+ ### 1.0.0 (Apr 15, 2015)
108
+ * CB-8746 gave plugin major version bump
109
+ * CB-8683 changed plugin-id to pacakge-name
110
+ * CB-8653 properly updated translated docs to use new id
111
+ * CB-8653 updated translated docs to use new id
112
+ * Use TRAVIS_BUILD_DIR, install paramedic by npm
113
+ * CB-8681 Fixed occasional test failures
114
+ * docs: added Windows to supported platforms
115
+ * CB-8653 Updated Readme
116
+ * CB-8659: ios: 4.0.x Compatibility: Remove use of initWebView method
117
+ * CB-8659: ios: 4.0.x Compatibility: Remove use of deprecated headers
118
+ * Wrong parameter in Firefox OS plugin
119
+ * CB-8568 Integrate TravisCI
120
+ * CB-8438 cordova-plugin-geolocation documentation translation: cordova-plugin-geolocation
121
+ * CB-8538 Added package.json file
122
+ * CB-8443 Geolocation tests fail on Windows due to done is called multiple times
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-geolocation"
25
- version =" 1.0.0-dev " >
25
+ version =" 1.0.0" >
26
26
27
27
<name >Geolocation</name >
28
28
<description >Cordova Geolocation 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-geolocation-tests"
25
- version =" 0.3.13-dev " >
25
+ version =" 1.0.0 " >
26
26
<name >Cordova Geolocation Plugin Tests</name >
27
27
<license >Apache 2.0</license >
28
28
You can’t perform that action at this time.
0 commit comments