Skip to content

Commit 941dd42

Browse files
committed
CB-8858 Updated version and RELEASENOTES.md for release 1.0.0
1 parent 054b89f commit 941dd42

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

RELEASENOTES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,20 @@
103103

104104
### 0.3.12 (Feb 04, 2015)
105105
* 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

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
xmlns:rim="http://www.blackberry.com/ns/widgets"
2323
xmlns:android="http://schemas.android.com/apk/res/android"
2424
id="cordova-plugin-geolocation"
25-
version="1.0.0-dev">
25+
version="1.0.0">
2626

2727
<name>Geolocation</name>
2828
<description>Cordova Geolocation Plugin</description>

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
xmlns:rim="http://www.blackberry.com/ns/widgets"
2323
xmlns:android="http://schemas.android.com/apk/res/android"
2424
id="cordova-plugin-geolocation-tests"
25-
version="0.3.13-dev">
25+
version="1.0.0">
2626
<name>Cordova Geolocation Plugin Tests</name>
2727
<license>Apache 2.0</license>
2828

0 commit comments

Comments
 (0)