Skip to content

Commit 4c0bcf7

Browse files
author
Axel Hörteborn
committed
Update to version 2.13.1
1 parent 8400e6c commit 4c0bcf7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

GeoDataFarm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def add_iso_field(self):
245245

246246
def add_shape_field(self):
247247
self.find_shape_field = FindShapeField(self)
248-
if self.test_mode:
248+
if not self.test_mode:
249249
self.find_shape_field.run()
250250

251251
def reload_layer(self):

metadata.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name=GeoDataFarm
1111
qgisMinimumVersion=2.99
1212
qgisMaximumVersion=3.99
1313
description=For farmers, tracking efforts on the field, planing for next season etc.
14-
version=2.13.0
14+
version=2.13.1
1515
author=Axel Horteborn
1616
email=geodatafarm@gmail.com
1717

@@ -25,6 +25,8 @@ repository=https://github.com/axelande/geodatafarm3
2525

2626
# Uncomment the following line and add your changelog:
2727
changelog=
28+
Version 2.13.1 (2025-08-19)
29+
- [bug] fixed failed import statement
2830
Version 2.13.0 (2025-08-13)
2931
- [bug] fixed some bad string formating causing strange errors
3032
- [feature] added the possbility to add fields based on a shape file

0 commit comments

Comments
 (0)