File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 5
5
A QGIS plugin
6
6
Automatic attribute updates when creating or modifying vector features
7
7
-------------------
8
- begin : 2016-05-22
8
+ begin : 2016-05-22
9
9
copyright : (C) 2016 by Germán Carrillo (GeoTux)
10
-
10
+
11
11
***************************************************************************/
12
12
13
13
/***************************************************************************
19
19
* *
20
20
***************************************************************************/
21
21
"""
22
- def name ():
23
- return "AutoFields"
22
+ def name ():
23
+ return "AutoFields"
24
24
25
25
def description ():
26
26
return "Automatic vector field updates when modifying or creating features"
27
27
28
- def version ():
29
- return "Version 0.4.0"
28
+ def version ():
29
+ return "Version 0.5.1"
30
30
31
31
def qgisMinimumVersion ():
32
32
return "2.12"
@@ -37,8 +37,6 @@ def icon():
37
37
def authorName ():
38
38
return "Germán Carrillo"
39
39
40
- def classFactory ( iface ):
40
+ def classFactory ( iface ):
41
41
from AutoFields import AutoFields
42
42
return AutoFields ( iface )
43
-
44
-
Original file line number Diff line number Diff line change 1
1
Changes:
2
+ [0.5.1] (20171021)
3
+ - Fix #3 (Unicode issue when exporting).
4
+ - New donations section in about tab.
2
5
[0.5.0] (20170420)
3
6
- New buttons to export and import AutoFields to/from JSON files.
4
7
- Context menu in 'List of AutoFields' tab to assing a disabled AutoField to
Original file line number Diff line number Diff line change 1
1
[general]
2
2
name=AutoFields
3
3
description=Automatic attribute updates when creating or modifying vector features
4
- version=0.5.0
4
+ version=0.5.1
5
5
qgisMinimumVersion=2.12
6
6
category=Vector
7
7
author=Germán Carrillo (GeoTux)
8
8
9
9
changelog=
10
+ [0.5.1] (20171021)
11
+ - Fix #3 (Unicode issue when exporting).
12
+ - New donations section in about tab.
10
13
[0.5.0] (20170420)
11
14
- New buttons to export and import AutoFields to/from JSON files.
12
15
- Context menu in 'List of AutoFields' tab to assing a disabled AutoField to
You can’t perform that action at this time.
0 commit comments