Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Tam committed Sep 6, 2017
1 parent 1930e50 commit 01d20a0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ var map = new mapboxgl.Map({

## Changelog

### 1.6.3
- The field is now previewable in the entries table (via @joshuabaker)
- Fixed a bug where `SimpleMap_MapModel` `__toString()` would't always return a string.

### 1.6.2
- Fixed bug where some browsers would consider some decimals invalid in the Lat/Lng inputs #46
- Fixed `CDbException` when trying to search by invalid location. `mapField.distance` will return `NULL` in this case #48
Expand Down
9 changes: 9 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,14 @@
"[Fixed] Fixed bug where some browsers would consider some decimals invalid in the Lat/Lng inputs #46",
"[Fixed] Fixed `CDbException` when trying to search by invalid location. `mapField.distance` will return `NULL` in this case #48"
]
},
{
"version": "1.6.3",
"downloadUrl": "https://github.com/ethercreative/simplemap/archive/v1.6.3.zip",
"date": "2017-09-06T10:42:00-08:00",
"notes": [
"[Improved] The field is now previewable in the entries table (via @joshuabaker)",
"[Fixed] Fixed a bug where `SimpleMap_MapModel` `__toString()` would't always return a string"
]
}
]
2 changes: 1 addition & 1 deletion simplemap/SimpleMapPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function getDescription()

public function getVersion()
{
return '1.6.2';
return '1.6.3';
}

public function getSchemaVersion()
Expand Down

0 comments on commit 01d20a0

Please sign in to comment.