diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6026f40e..7608ecfcb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log +## 2.1.3 [2020-04-12] + +- **Deprecated** `django-mapstore-adapter`; this library has been now merged into `django-geonode-mapstore-client` +- You don't have to change anything on your `settings.py` but you will have to **remove** `django-mapstore-adapter` from `requirements.txt` and `setup.cfg` + +### Setup +- Install `pip install django-geonode-mapstore-client==2.1.2` instructions [Here](https://pypi.org/project/django-geonode-mapstore-client/2.1.2/) +- Based on [MapStore2 - v2021.01.01](https://github.com/geosolutions-it/MapStore2/releases/tag/v2021.01.01) + +### Commits + +[Full Changelog](https://github.com/GeoNode/geonode-mapstore-client/compare/2.1.2...2.1.3) + +
  • Fri Apr 9 11:49:43 2021 +0200: stefano bovio #118: Unable to edit symbol of css style (#124)
  • +
  • Thu Apr 8 18:45:15 2021 +0200: stefano bovio #117: Widgets on map are not saved (#120)
  • +
  • Thu Apr 8 11:53:06 2021 -0400: NAGGINDA MARTHA add style to capability in layer_params (#116)
  • +
  • Tue Apr 6 17:05:47 2021 +0200: stefano bovio Missing search config reducer (#113)
  • +
  • Tue Apr 6 11:32:10 2021 +0200: stefano bovio Update MapStore submodule to include fix for video with autoplay and audio enabled in geostory (#111)
  • +
  • Fri Apr 2 17:50:29 2021 +0200: stefano bovio Update customization section of readme (#107)
  • +
  • Wed Mar 31 17:29:04 2021 +0200: stefano bovio Update readme related to template and configuration refactor (#105)
  • +
  • Tue Mar 30 19:40:36 2021 +0200: stefano bovio [Backport 2.1.x] Fix loading of app templates (#102)
  • +
  • Tue Mar 30 15:42:59 2021 +0200: stefano bovio Backport 2.1.x - refactor of templates and js entry points (#100)
  • +
  • Tue Mar 30 10:59:22 2021 +0300: NAGGINDA MARTHA modify resource check (#95)
  • + ## 2.1.2 [2020-03-22] ### Breaking Changes diff --git a/VERSION b/VERSION index eca07e4c1a..ac2cdeba01 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.2 +2.1.3 diff --git a/setup.cfg b/setup.cfg index defaf22c2c..1235816cc6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-geonode-mapstore-client -version = 2.1.2 +version = 2.1.3 description = Use GeoNode client in your django projects author = Alessio Fabiani author_email = alessio.fabiani@geo-solutions.it