Skip to content

Commit 32b0eeb

Browse files
committed
Merge Fix crash in IsFamilyFilterMatchEvent filter rule#990
Also update 2 filters that were incorrectly targeted for 6.0 branch instead of 6.1 branch
1 parent f2344d6 commit 32b0eeb

15 files changed

Lines changed: 18 additions & 18 deletions

FilterRules/activepersonrule.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
id="ActivePerson",
2727
name=_("The active Person"),
2828
description=_("The active Person"),
29-
version = '0.0.18',
29+
version = '0.0.19',
3030
authors=["Paul Culley"],
3131
authors_email=["paulr2787@gmail.com"],
3232
gramps_target_version="6.1",

FilterRules/ageatdeath.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
id="ageatdeath",
2525
name=_("Filter people by their age at death"),
2626
description=_("Filter rule that matches people by their age at death"),
27-
version = '1.0.19',
27+
version = '1.0.20',
2828
authors=["Matthias Kemmer"],
2929
authors_email=["matt.familienforschung@gmail.com"],
3030
gramps_target_version="6.1",

FilterRules/associationsofpersonmatch.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
id="associationsofpersonmatch",
2525
name=_("Match associations of <person filter>"),
2626
description=_("Match associations of <person filter>"),
27-
version = '1.0.20',
27+
version = '1.0.21',
2828
authors=["Matthias Kemmer"],
2929
authors_email=["matt.familienforschung@gmail.com"],
3030
gramps_target_version="6.1",

FilterRules/degreesofseparation.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
id="degreesofseparation",
2525
name=_("People separated less than <N> degrees of <person>"),
2626
description=_("Filter rule that matches relatives by degrees of " "separation"),
27-
version = '1.1.19',
27+
version = '1.1.20',
2828
authors=["Matthias Kemmer"],
2929
authors_email=["matt.familienforschung@gmail.com"],
3030
gramps_target_version="6.1",

FilterRules/familieswitheventfiltermatch.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
id="familieswitheventfiltermatch",
2525
name=_("Families matching <event filter>"),
2626
description=_("Matches families that are matched by an event filter"),
27-
version = '1.0.26',
27+
version = '1.0.27',
2828
authors=["Matthias Kemmer"],
2929
authors_email=["matt.familienforschung@gmail.com"],
3030
gramps_target_version="6.1",

FilterRules/hasrolerule.gpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
id="HasPersonEventRole",
2727
name=_("People with events with a selected role"),
2828
description=_("Matches people with an event with a selected role"),
29-
version = '0.0.31',
29+
version = '0.0.32',
3030
authors=["Paul Culley"],
3131
authors_email=["paulr2787@gmail.com"],
3232
gramps_target_version="6.1",
@@ -42,7 +42,7 @@
4242
id="HasFamilyEventRole",
4343
name=_("Families with events with a selected role"),
4444
description=_("Matches families with an event with a selected role"),
45-
version = '0.0.31',
45+
version = '0.0.32',
4646
authors=["Paul Culley"],
4747
authors_email=["paulr2787@gmail.com"],
4848
gramps_target_version="6.1",

FilterRules/hassourcefilter.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
id="HasSourceParameter",
2828
name=_("Source matching parameters"),
2929
description=_("Matches Sources with values containing the chosen parameters"),
30-
version = '0.0.31',
30+
version = '0.0.32',
3131
authors=["Dave Scheipers", "Paul Culley"],
3232
authors_email=["paulr2787@gmail.com"],
3333
gramps_target_version="6.1",

FilterRules/infamilyrule.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
id="PersonsInFamilyFilterMatch",
2626
name=_("People who are part of families matching <filter>"),
2727
description=_("People who are part of families matching <filter>"),
28-
version = '1.0.26',
28+
version = '1.0.27',
2929
authors=["Matthias Kemmer", "Paul Culley"],
3030
authors_email=["matt.familienforschung@gmail.com", "paulr2787@gmail.com"],
3131
gramps_target_version="6.1",

FilterRules/isfamilyfiltermatchevent.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
id="isfamilyfiltermatchevent",
2525
name=_("Events of families matching a <family filter>"),
2626
description=_("Events of families matching a <family filter>"),
27-
version = '1.0.23',
27+
version = '1.0.24',
2828
authors=["Matthias Kemmer"],
2929
authors_email=["matt.familienforschung@gmail.com"],
3030
gramps_target_version="6.1",

FilterRules/isrelatedwithfiltermatch.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
description=_(
2929
"Matches people who are related to anybody matched by " "a person filter"
3030
),
31-
version = '1.0.29',
31+
version = '1.0.30',
3232
authors=["Matthias Kemmer"],
3333
authors_email=["matt.familienforschung@gmail.com"],
3434
gramps_target_version="6.1",

0 commit comments

Comments
 (0)