From ed6aff3bdf2f26070b2920c989ba59572b788d79 Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Tue, 3 Mar 2020 12:01:45 +0100 Subject: [PATCH] Release of 3.2.8 --- .travis.yml | 16 +++++++++------- CHANGELOG.md | 7 +++++++ lizmap/metadata.txt | 7 ++++++- 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 34c1e43c..225faf08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,10 @@ python: 3.7 services: - docker -branches: - only: - - master - - dev +#branches: +# only: +# - master +# - dev jobs: include: @@ -29,9 +29,7 @@ jobs: - docker exec -it qgis-testing-environment sh -c "qgis_testrunner.sh lizmap.qgis_plugin_tools.infrastructure.test_runner.test_package" - stage: Deploy - if: branch = master - on: - tags=true + # if: branch = master name: Create release, plugins.qgis.org install: @@ -50,6 +48,10 @@ jobs: file: . name: ${RELEASE_TITLE} api_key: ${GH_TOKEN} + on: + tags: true - provider: script script: qgis-plugin-ci release ${TRAVIS_TAG} --github-token ${GH_TOKEN} --osgeo-username ${OSGEO_USERNAME} --osgeo-password {OSGEO_PASSWORD} --create-plugin-repo + on: + tags: true diff --git a/CHANGELOG.md b/CHANGELOG.md index db753039..0a7dbea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## Version 3.2.8 + +* Fix using the plugin with QGIS 3.10 +* Refactoring the code about drag&drop forms layout +* Move up/down tooltip layers +* Alternate row colors in all tables + ## Version 3.2.7 * Refactor dataviz to be editable diff --git a/lizmap/metadata.txt b/lizmap/metadata.txt index 7de7b1bc..3e8c3f6a 100644 --- a/lizmap/metadata.txt +++ b/lizmap/metadata.txt @@ -7,11 +7,16 @@ description=Publish QGIS maps to the Web via Lizmap Web Client, by 3liz.com about=Publish QGIS maps to the Web via Lizmap Web Client, by 3liz.com. Documentation : https://docs.lizmap.com category=Web # set -beta for dev version -version=3.2.7 +version=3.2.8 ; end of mandatory metadata ; start of optional metadata changelog= + Version 3.2.8 + * Fix using the plugin with QGIS 3.10 + * Refactoring the code about drag&drop forms layout + * Add up/down buttons in tooltip layers + * Alternate row colors in all tables Version 3.2.7 * Refactor dataviz to be editable * Warn the user if there is an existing tooltip when using drap/drop layout