2.1.0
This commit is contained in:
parent
9d407c6b06
commit
8d9468df00
2 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 2.1.0 - Soon
|
## 2.1.0 - 2024-03-25
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
* deal with i18n in oembed URLs #1688
|
* deal with i18n in oembed URLs #1688
|
||||||
* set CORS-related header for oEmbed and map views #1689
|
* set CORS-related header for oEmbed and map views #1689
|
||||||
* only use location bias in search for close zoom #1690
|
* only use location bias in search for close zoom #1690
|
||||||
|
* catch click event on "See all" buttons #1705
|
||||||
|
|
||||||
### Internal changes
|
### Internal changes
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
VERSION = "2.0.4"
|
VERSION = "2.1.0"
|
||||||
|
|
Loading…
Reference in a new issue