Skip to content

Commit b358738

Browse files
committed
2.2.3 and 2.1.24 releases
1 parent b379aac commit b358738

7 files changed

Lines changed: 40 additions & 6 deletions

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ email: greg@subaqua.co.uk
55
description: >
66
webtrees is a web application that allows you to publish your genealogy online,
77
collaborate with family members and take control of your data.
8-
latest_version: "2.2.2"
9-
latest_version_22: "2.2.2"
10-
latest_version_21: "2.1.23"
8+
latest_version: "2.2.3"
9+
latest_version_22: "2.2.3"
10+
latest_version_21: "2.1.24"
1111
latest_version_20: "2.0.26"
1212
latest_version_17: "1.7.20"
1313
latest_version_14: "1.4.6"

_posts/2024-11-22-new-webtrees-release-2-2-0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ priority: 0.7
99
webtrees 2.2.0 is now available for download.
1010

1111
It raises the minimum supported PHP version to 8.3 which allows us to use a newer version of a graphics library, which fixes image autorotation issues.
12+
13+
See the [change log](https://github.com/fisharebest/webtrees/compare/2.2.0...2.1.21) for details.

_posts/2024-11-30-new-webtrees-release-2-2-1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ webtrees 2.2.1 is now available for download.
2222

2323

2424
It raises the minimum supported PHP version to 8.3 which allows us to use a newer version of a graphics library, which fixes image autorotation issues.
25+
26+
See the [change log](https://github.com/fisharebest/webtrees/compare/2.2.0...2.2.1) for details.

_posts/2025-07-29-new-webtrees-release-2-1-23.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: "webtrees 2.1.23 released"
44
date: 2025-07-29
55
sitemap:
6-
priority: 1.0
6+
priority: 0.7
77
---
88

99
webtrees 2.1.23 is now available for download.

_posts/2025-07-29-new-webtrees-release-2-2-2.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout: post
3-
title: "webtrees 2.2.3 released"
3+
title: "webtrees 2.2.2 released"
44
date: 2025-07-29
55
sitemap:
6-
priority: 1.0
6+
priority: 0.7
77
---
88

99
webtrees 2.2.2 is now available for download.
@@ -42,3 +42,5 @@ webtrees 2.2.2 is now available for download.
4242
* Fix: wrong default parameters in URL for relationship chart
4343
* Fix: date columns sorting incorrectly in individual/family tables
4444
* Fix: don't close modals when clicking on the backdrop
45+
46+
See the [change log](https://github.com/fisharebest/webtrees/compare/2.2.1...2.2.2) for details.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: post
3+
title: "webtrees 2.1.24 released"
4+
date: 2025-07-30
5+
sitemap:
6+
priority: 1.0
7+
---
8+
9+
webtrees 2.1.24 is now available for download.
10+
11+
It contains backported updates from 2.2.2.
12+
13+
See the [change log](https://github.com/fisharebest/webtrees/compare/2.1.23...2.1.24) for details.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: post
3+
title: "webtrees 2.2.3 released"
4+
date: 2025-07-30
5+
sitemap:
6+
priority: 1.0
7+
---
8+
9+
webtrees 2.2.3 is now available for download.
10+
11+
* Fix: compatibility with some JustCarmen modules
12+
* Fix: problems upgrading from webtrees 2.1
13+
* Fix: show why robots are blocked to help debugging
14+
15+
See the [change log](https://github.com/fisharebest/webtrees/compare/2.2.2...2.2.3) for details.

0 commit comments

Comments
 (0)