Skip to content

Commit

Permalink
Updated changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
wondie committed May 20, 2017
1 parent 9a01303 commit 1968e06
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log
# Change Log
All notable changes of the Social Tenure Domain Model(STDM) is documented in this file.
## [1.6.1] - 2017-05-21
### Fixed
- **Database and Configuration**: Fixed the draft configuration not deleting automatically issue.
- **Database and Configuration**: Fixed inability to delete lookup values.
- **Database and Configuration**: Fixed inability to save lookup values to the database.

## [1.6.0] - 2017-05-01
### Fixed
- **Language**: Added full translation of the plugin in French, German and Portuguese.
Expand Down
2 changes: 0 additions & 2 deletions data/configuration/entity_updaters.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,5 +247,3 @@ def value_list_updater(value_list, engine, metadata):
).one()
if not lookup_obj is None:
lookup_obj.delete()


2 changes: 1 addition & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name=Social Tenure Domain Model
qgisMinimumVersion=2.14
description=A pro-poor land information tool that offers a complimentary land administration system that is pro-poor, gender-sensitive, affordable and sustainable for the promotion of secure land and property rights for all.
version=1.6
version=1.6.1

tags=land administration, tenure security, continuum of land rights, fit for purpose land administration, gltn, stdm, cadastre

Expand Down

0 comments on commit 1968e06

Please sign in to comment.