forked from sourcepole/pgversion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.txt
112 lines (107 loc) · 2.92 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0
# This file should be included when you package your plugin.
[general]
name=PgVersion
description=Client for the Postgres Versioning System pgvs
category=Database
version=2.1.32
qgisMinimumVersion=2.0
qgisMaximumVersion=2.99
class_name=PgVersion
website=http://www.sourcepole.com
author=Horst Duester Sourcepole AG Zürich
about=Sourcepole AG - Linux & Open Source Solutions, Weberstrasse 5, 8004 Zurich, Switzerland
; Optional items:
changelog=
2.1.32
- Bugfixing
2.1.31
- Fix #3 data provider bug
2.1.30
- Merge pull request #2 from rdbath/master - Windows compatibility
2.1.29
- reorder of column action in diff
2.1.28
- Tag checkout bug fixed
2.1.27
- Diff layer as memory layer
- Diff only in canvas extent
2.1.26
- Bugfixing, new DB SQL Scripts
2.1.25
- Layer management improved
2.1.24
- Layer management improved
2.1.23
- check revision bug fixed
2.1.22
- PG error message during installation process removed
2.1.21
- Changes in SQL creation scripts
2.1.20
- check of existing role 'versions' added to sql create script
2.1.19
- Set plugin check pgvs DB revision to 2.1.3
- incremental upgrade of minor db upgrades introduced
2.1.18
- Set plugin check pgvs DB revision to 2.1.2
2.1.17
- QGIS user and system path removed
- translations improved
2.1.16
- Fix path to upgrade and install script
2.1.15
- db serial check introduced
- set DB functions to revision 2.1.2
2.1.14
- merge bug fixed
- improved layer state handling
- set DB functions to revision 2.1.1
2.1.13
- set DB functions to revision 2.1.0
- Improved installation and upgrade scripts
2.1.12
- Mixed cased table name handling improved
2.1.11
- SQL creation script improvements
2.1.10
- behavior of the delete button improved
2.1.9
- case sensitive table name management improved
2.1.8
- translations improved
- sponsoring tab added to about
2.1.7
- diff layer stored as temp shape
2.1.6
- delete version bug fixed
2.1.5
- lost dialog recreated
2.1.4
- bugfixing
2.1.3
- DB init improved
2.1.2
- tags indtroduced
- bug fixes
2.1.0
- layer checkout introduced
- local diff to head introduced
- bug fixes
2.0.4
- some minor fixes
2.0.3
- Fix of doInit bug
2.0.2
- Fix of #3837
2.0.1
- More robust DB Handling
2.0.0
- First release for QGIS 2 API
homepage=https://github.com/sourcepole/pgversion
tracker=https://github.com/sourcepole/pgversion/issues
repository=https://github.com/sourcepole/pgversion.git