Skip to content

Commit

Permalink
[scalebar] Release Scale Bar Plugin 0.3.0 (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langston Smith authored Aug 20, 2019
1 parent 3ab5203 commit 2ae8201
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion plugin-scalebar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for the Mapbox Scalebar Plugin
# Changelog for the Mapbox Scale Bar Plugin

Mapbox welcomes participation and contributions from everyone.

### mapbox-android-plugin-scalebar-v8:0.3.0 - August 20, 2019

#### Features
- Refactor plugins state management in case of widget recreation [#1033](https://github.com/mapbox/mapbox-plugins-android/pull/1033)

#### Bugs
- Listen for camera idle event [#1035](https://github.com/mapbox/mapbox-plugins-android/pull/1035)
- Invalidate the widget when plugin is toggled [#1036](https://github.com/mapbox/mapbox-plugins-android/pull/1036)


### mapbox-android-plugin-scalebar-v8:0.2.0 - July 29, 2019

Expand Down
4 changes: 2 additions & 2 deletions plugin-scalebar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-scalebar-v8:0.2.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-scalebar-v8:0.3.0'
}
```

Expand All @@ -35,7 +35,7 @@ repositories {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-scalebar-v8:0.3.0-SNAPSHOT'
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-scalebar-v8:0.4.0-SNAPSHOT'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-scalebar/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-scalebar-v8
POM_NAME=Mapbox Android Scalebar Plugin
POM_DESCRIPTION=Mapbox Android Scalebar Plugin
Expand Down

0 comments on commit 2ae8201

Please sign in to comment.