From 82d394457297a4ab69fae09f260d5a9c76c6c909 Mon Sep 17 00:00:00 2001 From: Claus Nagel Date: Fri, 8 Oct 2021 11:23:15 +0200 Subject: [PATCH] updated readme and changelog --- CHANGES.md | 2 +- README.md | 6 +++--- properties.gradle | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e1e2d4c..cf440d4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ Change Log ========== -### 2.0.0 - tbd +### 2.0.0 - 2021-10-08 ##### Breaking changes * This version is implemented against the new Plugin API introduced with **version 5.0.0** of the diff --git a/README.md b/README.md index 7c8107a..1359468 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ See the `LICENSE` file for more details. Latest release -------------- -The latest stable release of the ADE Manager Plugin is 1.2.0. +The latest stable release of the ADE Manager Plugin is 2.0.0. -Download the software [here](https://github.com/3dcitydb/plugin-ade-manager/releases/download/v1.2.0/plugin-ade-manager-1.2.0.zip). +Download the software [here](https://github.com/3dcitydb/plugin-ade-manager/releases/download/v2.0.0/plugin-ade-manager-2.0.0.zip). Previous releases are available from the [releases section](https://github.com/3dcitydb/plugin-ade-manager/releases). Installation @@ -46,7 +46,7 @@ Please check the release notes of the version you want to use for more informati Documentation ------------- A complete and comprehensive user manual on the ADE Manager Plugin is available -[online](https://3dcitydb-docs.readthedocs.io/en/release-v4.3.0/plugins/ade-manager/). +[online](https://3dcitydb-docs.readthedocs.io/en/version-2021.1/plugins/ade-manager/). Contributing ------------ diff --git a/properties.gradle b/properties.gradle index 8b0604d..7d40ab3 100644 --- a/properties.gradle +++ b/properties.gradle @@ -20,9 +20,9 @@ ext { // Importer/Exporter impexpName = citydbName + ' Importer/Exporter' - impexpVersion = '4.3.0' + impexpVersion = '5.0.0' // documentation - docUrl = 'https://3dcitydb-docs.readthedocs.io/en/release-v4.3.0/plugins/ade-manager' + docUrl = 'https://3dcitydb-docs.readthedocs.io/en/latest/plugins/ade-manager' testADEUrl = 'https://github.com/3dcitydb/extension-test-ade' } \ No newline at end of file