diff --git a/DRAFT_CHANGELOG.md b/DRAFT_CHANGELOG.md index 4cbb7dff0..54f3f4e40 100644 --- a/DRAFT_CHANGELOG.md +++ b/DRAFT_CHANGELOG.md @@ -5,6 +5,7 @@ ## Summary +Nouveau widget de profil altimétrique et correctif sur le SearchEngine ## Changelog @@ -22,17 +23,17 @@ - fix sur la prise en compte du paramètre ssl=false pour les controles qui interrogent les services (a71811bb85785af93759a77de793be0c9d313fbf) - fix sur l'interface des options données au controle SearchEngine (ee5130f376f83702328d55659ad73bd30f561a02) - - correctif sur l'export de la version en mode module * [Security] --- -# Extension Geoportail Itowns, version __VERSION__ + +# Extension Geoportail __UP_LIBRARY__, version __VERSION__ **__DATE__** -> Release Extension Geoportail Itowns +> Release Extension Geoportail __LO_LIBRARY__ ## Summary @@ -44,15 +45,10 @@ * [Deprecated] - - remplacement du parametre déprecié : projection -> crs - * [Removed] * [Fixed] - - fix sur la prise en compte du paramètre ssl=false du mousePosition (cfa88c4546cb146902357b0a75b790acfb405c7d) - - correctif sur l'export de la version en mode module - * [Security] --- diff --git a/doc/CHANGELOG-itowns.md b/doc/CHANGELOG-itowns.md index 6005a304c..606849e0f 100644 --- a/doc/CHANGELOG-itowns.md +++ b/doc/CHANGELOG-itowns.md @@ -52,6 +52,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [Extension Geoportail Itowns, version 2.1.0](#extension-geoportail-itowns-version-210-1) * [Summary](#summary-14) * [Changelog](#changelog-13) +- [Extension Geoportail Itowns, version 2.3.1](#extension-geoportail-itowns-version-231) + * [Summary](#summary-15) + * [Changelog](#changelog-14) @@ -383,3 +386,30 @@ Documentation : * Mise à jour de la documentation des fichiers README : version des releases, liens d'accès direct, documentation des widgets d'échelle et du miniglobe --- +# Extension Geoportail Itowns, version 2.3.1 + +**12/02/2021** +> Release Extension Geoportail Itowns + +## Summary + +## Changelog + +* [Added] + +* [Changed] + +* [Deprecated] + + - remplacement du parametre déprecié : projection -> crs + +* [Removed] + +* [Fixed] + + - fix sur la prise en compte du paramètre ssl=false du mousePosition (cfa88c4546cb146902357b0a75b790acfb405c7d) + - correctif sur l'export de la version en mode module + +* [Security] + +--- diff --git a/package.json b/package.json index f94521331..c1a16ea79 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "leafletExtName": "French Geoportal Extension for Leaflet", "leafletExtVersion": "2.1.7", "olExtName": "French Geoportal Extension for OpenLayers", - "olExtVersion": "3.0.13", + "olExtVersion": "3.0.14", "itownsExtName": "French Geoportal Extension for Itowns", "itownsExtVersion": "2.3.1", "main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js",