-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added link to docs - Added releases json for updates
- Loading branch information
Showing
3 changed files
with
55 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,18 @@ The field type will return an array containing `lat`, `lng`, and `address`. This | |
|
||
![How it looks](resources/preview.png) | ||
|
||
## Changelog | ||
|
||
### 1.0.2 | ||
- Added link to docs | ||
- Added releases json for updates | ||
|
||
### 1.0.1 | ||
- Fixed: Hidden Lat/Lng/Address fields are now cleared when the Address Search input is empty. | ||
|
||
### 1.0.0 | ||
- Initial Release | ||
|
||
--- | ||
|
||
Copyright © 2015 Ether Creative <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[ | ||
{ | ||
"version": "1.0.0", | ||
"downloadUrl": "https://github.com/ethercreative/SimpleMap/archive/v1.0.0.zip", | ||
"date": "2015-12-09T10:00:00-08:00", | ||
"notes": [ | ||
"Initial Release" | ||
] | ||
}, | ||
{ | ||
"version": "1.0.1", | ||
"downloadUrl": "https://github.com/ethercreative/SimpleMap/archive/v1.0.1.zip", | ||
"date": "2015-12-11T10:00:00-08:00", | ||
"notes": [ | ||
"Fixed: Hidden Lat/Lng/Address fields are now cleared when the Address Search input is empty." | ||
] | ||
}, | ||
{ | ||
"version": "1.0.2", | ||
"downloadUrl": "https://github.com/ethercreative/SimpleMap/archive/v1.0.2.zip", | ||
"date": "2016-03-29T10:00:00-08:00", | ||
"notes": [ | ||
"Added link to docs", | ||
"Added releases json for updates" | ||
] | ||
} | ||
] |