mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
v2.11.1
This commit is contained in:
@@ -28,6 +28,15 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
|
||||
[@xxxx]: https://github.com/xxxx
|
||||
-->
|
||||
|
||||
# 2.11.1
|
||||
##### Aug 29, 2018
|
||||
|
||||
#### :bug: Bugfixes
|
||||
* Fix handling of `.gpx` files passed in via url ([#5253])
|
||||
|
||||
[#5253]: https://github.com/openstreetmap/iD/issues/5253
|
||||
|
||||
|
||||
# 2.11.0
|
||||
##### Aug 26, 2018
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ export function setAreaKeys(value) {
|
||||
|
||||
export function coreContext() {
|
||||
var context = {};
|
||||
context.version = '2.11.0';
|
||||
context.version = '2.11.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.11.0",
|
||||
"version": "2.11.1",
|
||||
"description": "A friendly editor for OpenStreetMap",
|
||||
"main": "iD.js",
|
||||
"repository": "openstreetmap/iD",
|
||||
|
||||
Reference in New Issue
Block a user