diff --git a/CHANGELOG.md b/CHANGELOG.md index 3557686..5a08efa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,18 @@ Unreleased --> -# >> 0.1.0 - 2024-02-06 +# [3.0.0] -- First release -- Generated with the [QGIS Plugins templater](https://oslandia.gitlab.io/qgis/template-qgis-plugin/) +### Changed + +- Code refactoring, plugin is now using a QgsProcessing generic class, shared with all algorithms. +- Repository architecture is now based on [QGIS Plugins templater](https://oslandia.gitlab.io/qgis/template-qgis-plugin/). + +### Fixed + +- [pb avec clause where sur les groupes taxo (#109)](https://github.com/lpoaura/PluginQGis-LPOData/issues/109) +- [export xls impossible (#108)](https://github.com/lpoaura/PluginQGis-LPOData/issues/108) +- [[carte synthèse par espèce (#92)] bug ordre](https://github.com/lpoaura/PluginQGis-LPOData/issues/92) +- [code atlas dans extraction données (#91)](https://github.com/lpoaura/PluginQGis-LPOData/issues/91) +- [classement sp / groupe ordre systématique (#90)](https://github.com/lpoaura/PluginQGis-LPOData/issues/90) +- [exclusion données is_valid ? (#88)](https://github.com/lpoaura/PluginQGis-LPOData/issues/90) diff --git a/plugin_qgis_lpo/metadata.txt b/plugin_qgis_lpo/metadata.txt index 3f8b5c1..29946c6 100644 --- a/plugin_qgis_lpo/metadata.txt +++ b/plugin_qgis_lpo/metadata.txt @@ -21,5 +21,5 @@ qgisMinimumVersion=3.16 qgisMaximumVersion=3.99 # versioning -version=3.0.0+dev -changelog= +version=3.0.0 +changelog=https://github.com/lpoaura/PluginQGis-LPOData/blob/master/CHANGELOG.md