diff --git a/CHANGELOG.md b/CHANGELOG.md index 63133ac2a2..5f0bd15507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Change Log +## 3.2.1 [2021-07-08] + +
  • Wed Jul 7 13:55:24 2021 +0200: stefano bovio #274: Switching to visual editor for raster layer style throws an error (#296)
  • +
  • Mon Jun 7 17:24:16 2021 +0200: stefano bovio Update mapstore submodule to include bug fixes related to text symbolizer (#227)
  • +
  • Thu Jun 3 17:38:25 2021 +0200: stefano bovio [Backport 2.1.x] #218: Add toolbar icons are not visible when a GeoStory is empty (#222)
  • +
  • Thu Jun 3 15:44:44 2021 +0200: Giovanni Allegri set default tile size for WMS layers in map configurations (#220) (#221)
  • +
  • Wed May 26 11:52:30 2021 +0200: stefano bovio [Client Bundle] #203: SaveAs is not working anymore after returning an error in the response (#210)
  • +
  • Wed May 26 05:10:02 2021 -0400: NAGGINDA MARTHA - [Fixes #204]: Ceating a New GeoStory Displays a Network Error (#208)
  • +
  • Wed May 26 10:51:44 2021 +0200: stefano bovio #203: SaveAs is not working anymore after returning an error in the response (#207)
  • +
  • Wed May 26 04:23:59 2021 -0400: NAGGINDA MARTHA add link to resources response (#202)
  • +
  • Tue May 25 18:42:35 2021 +0200: stefano bovio #199: Upgrade MapStore submodule to include latest fixes (#200)
  • +
  • Tue May 25 09:13:20 2021 -0400: NAGGINDA MARTHA - Add client_version (#196)
  • +
  • Mon May 24 15:14:59 2021 +0200: stefano bovio #191: /style_edit#/ subpath doesn't trigger the opening of the style editor (#194)
  • +
  • Tue May 18 18:30:19 2021 +0200: stefano bovio #103: GeoNode CSW catalog requires the dc:type=dataset filtert (#184)
  • +
  • Tue May 18 17:45:23 2021 +0200: stefano bovio Update mapstore to support unique interval classification in visual style editor (#183)
  • +
  • Tue May 18 17:22:22 2021 +0200: stefano bovio [Backport 2.1.x] 157: Read layers permissions from API v2 instead of using style-check and edit-check requests (#182)
  • +
  • Tue May 18 10:33:08 2021 -0400: NAGGINDA MARTHA - Change permissions name to perms (#153)
  • +
  • Tue May 18 10:36:31 2021 +0200: stefano bovio update client bundle (#181)
  • +
  • Tue May 11 17:40:00 2021 +0300: Muhwezi Deo #145: Add check for resource permission (#155)
  • +
  • Tue May 11 14:08:01 2021 +0300: Muhwezi Deo Only show a notification on map and geostory Save action #134 (#140)
  • +
  • Mon May 3 05:27:35 2021 -0400: NAGGINDA MARTHA - Hide create apps for anonymous users (#142)
  • + ## 2.1.4 [2020-04-14]
  • Wed Apr 14 13:11:43 2021 +0200: afabiani [Fixes #130] REST API v2 endpoint for GeoStories throws an exception
  • diff --git a/VERSION b/VERSION index 7d2ed7c702..e4604e3afd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.4 +3.2.1 diff --git a/geonode_mapstore_client/client/package.json b/geonode_mapstore_client/client/package.json index 2e34be8166..c09e1da400 100644 --- a/geonode_mapstore_client/client/package.json +++ b/geonode_mapstore_client/client/package.json @@ -1,6 +1,6 @@ { "name": "geonode-mapstore-client", - "version": "2.0.9", + "version": "3.2.1", "description": "MapStore 2 Api bundle specific to geonode framework", "main": "api.js", "eslintConfig": { diff --git a/setup.cfg b/setup.cfg index 8757d42eae..7603575b47 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-geonode-mapstore-client -version = 2.1.4 +version = 3.2.1 description = Use GeoNode client in your django projects author = Alessio Fabiani author_email = alessio.fabiani@geo-solutions.it