Skip to content

Commit

Permalink
Release of 3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Mar 3, 2020
1 parent 2323ae4 commit ed6aff3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
16 changes: 9 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ python: 3.7
services:
- docker

branches:
only:
- master
- dev
#branches:
# only:
# - master
# - dev

jobs:
include:
Expand All @@ -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:
Expand All @@ -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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 6 additions & 1 deletion lizmap/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed6aff3

Please sign in to comment.