mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
v2.14.1
This commit is contained in:
@@ -29,6 +29,12 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
|
||||
[@xxxx]: https://github.com/xxxx
|
||||
-->
|
||||
|
||||
# 2.14.1
|
||||
##### 2019-Feb-20
|
||||
|
||||
#### :bug: Bugfixes
|
||||
* Fix an issue where ImproveOSM would not load due to non-HTTPS endpoints
|
||||
|
||||
# 2.14.0
|
||||
##### 2019-Feb-20
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ export function setAreaKeys(value) {
|
||||
|
||||
export function coreContext() {
|
||||
var context = {};
|
||||
context.version = '2.14.0';
|
||||
context.version = '2.14.1';
|
||||
|
||||
// create a special translation that contains the keys in place of the strings
|
||||
var tkeys = _cloneDeep(dataEn);
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "2.14.0",
|
||||
"version": "2.14.1",
|
||||
"description": "A friendly editor for OpenStreetMap",
|
||||
"main": "iD.js",
|
||||
"repository": "openstreetmap/iD",
|
||||
|
||||
Reference in New Issue
Block a user