Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion plugin-building/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog for the Mapbox building plugin

### 0.2.0 - TBD
### 0.2.0 - April 18, 2018
- Updates Map SDK to 6.0.1
- Adds `isVisible` API [#404](https://github.com/mapbox/mapbox-plugins-android/pull/404)

### 0.1.0 - July 19, 2017
Expand Down
2 changes: 1 addition & 1 deletion plugin-building/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.2.0-SNAPSHOT
VERSION_NAME=0.3.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-plugin-building
POM_NAME=Mapbox Android Building Plugin
POM_DESCRIPTION=Mapbox Android Building Plugin
Expand Down
4 changes: 3 additions & 1 deletion plugin-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Mapbox welcomes participation and contributions from everyone.

### 0.1.0 - October, 2017
### 0.2.0 - April 18, 2018
- Updates Map SDK to 6.0.1

### 0.1.0 - October 30, 2017
- Initial release as a standalone package.
2 changes: 1 addition & 1 deletion plugin-cluster/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.1.0-SNAPSHOT
VERSION_NAME=0.3.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-plugin-cluster-utils
POM_NAME=Mapbox Android Plugin Cluster Utils
POM_DESCRIPTION=Mapbox Android Plugin Cluster Utils
Expand Down
4 changes: 4 additions & 0 deletions plugin-geojson/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Mapbox welcomes participation and contributions from everyone.

### 0.2.0 - April 18, 2018
- Updates Map SDK to 6.0.1
- Adds consumer ProGuard rules [#373](https://github.com/mapbox/mapbox-plugins-android/pull/373)

### 0.1.0 - September 8, 2017

- Initial release as a standalone package.
2 changes: 1 addition & 1 deletion plugin-geojson/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.1.0-SNAPSHOT
VERSION_NAME=0.3.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-plugin-geojson
POM_NAME=Mapbox Android GeoJson Plugin
POM_DESCRIPTION=Mapbox Android GeoJson Plugin
Expand Down
4 changes: 3 additions & 1 deletion plugin-localization/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Mapbox welcomes participation and contributions from everyone.

### 0.1.0 - TBD
### 0.2.0 - April 18, 2018
- Updates Map SDK to 6.0.1

### 0.1.0 - February 27, 2018
- Initial release as a standalone package.
2 changes: 1 addition & 1 deletion plugin-localization/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.2.0-SNAPSHOT
VERSION_NAME=0.3.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-plugin-localization
POM_NAME=Mapbox Android Localization Plugin
POM_DESCRIPTION=Mapbox Android Localization Plugin
Expand Down
4 changes: 4 additions & 0 deletions plugin-offline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog for the Mapbox offline plugin

### 0.1.0 - April 18, 2018
- Initial release as a standalone package.
2 changes: 1 addition & 1 deletion plugin-offline/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.1.0-SNAPSHOT
VERSION_NAME=0.2.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-plugin-offline
POM_NAME=Mapbox Android Offline Plugin
POM_DESCRIPTION=Mapbox Android Offline Plugin
Expand Down
5 changes: 5 additions & 0 deletions plugin-places/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Mapbox welcomes participation and contributions from everyone.

### 0.3.0 - April 18, 2018
- Updates Map SDK to 6.0.1
- Adds consumer ProGuard rules [#373](https://github.com/mapbox/mapbox-plugins-android/pull/373)
- Resolves Places Plugin Offline crash [#377](https://github.com/mapbox/mapbox-plugins-android/pull/377)

### 0.2.2 - March 7, 2018
- Package namespacing is now corrected to match other plugins [#336](https://github.com/mapbox/mapbox-plugins-android/pull/336)
- Back button in Place Picker activity now calls `finish()` [#337](https://github.com/mapbox/mapbox-plugins-android/pull/337)
Expand Down
2 changes: 1 addition & 1 deletion plugin-places/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.3.0-SNAPSHOT
VERSION_NAME=0.4.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-plugin-places
POM_NAME=Mapbox Android Places Plugin
POM_DESCRIPTION=Mapbox Android Places Plugin
Expand Down
3 changes: 3 additions & 0 deletions plugin-traffic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog for the Mapbox traffic plugin

### 0.5.0 - April 18, 2018
- Updates Map SDK to 6.0.1

### 0.4.0 - March 7, 2018
- Updates Map SDK to 5.5.0
- Resolves issue with traffic tileset not being able to load correctly [#275](https://github.com/mapbox/mapbox-plugins-android/pull/275)
2 changes: 1 addition & 1 deletion plugin-traffic/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.5.0-SNAPSHOT
VERSION_NAME=0.6.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-plugin-traffic
POM_NAME=Mapbox Android Traffic Plugin
POM_DESCRIPTION=Mapbox Android Traffic Plugin
Expand Down