Skip to content

Commit 5756e1a

Browse files
committed
2.2.6
1 parent 2726a23 commit 5756e1a

3 files changed

Lines changed: 40 additions & 4 deletions

File tree

_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.5"
9-
latest_version_22: "2.2.5"
10-
latest_version_21: "2.1.26"
8+
latest_version: "2.2.6"
9+
latest_version_22: "2.2.6"
10+
latest_version_21: "2.1.27"
1111
latest_version_20: "2.0.26"
1212
latest_version_17: "1.7.20"
1313
latest_version_14: "1.4.6"

_posts/2026-01-13-new-webtrees-release-2-2-5.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.2.5 released"
44
date: 2026-01-13
55
sitemap:
6-
priority: 1.0
6+
priority: 0.7
77
---
88

99
webtrees 2.2.5 is now available for download.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: post
3+
title: "webtrees 2.2.6 released"
4+
date: 2026-99-99
5+
sitemap:
6+
priority: 1.0
7+
---
8+
9+
webtrees 2.2.6 is now available for download.
10+
11+
The major changes are listed below
12+
13+
* Ensure CLI commands only run from the CLI
14+
* Increase the number of generations available in charts
15+
* The hideshowpassword plugin is abandoned and has been replaced
16+
* Fix double HTTP request when logging out
17+
* Loading indicators now fade in after a second to avoid flashing for fast requests
18+
* Configurable delay for slide show images
19+
* Add error handling for modules that fail to boot
20+
* Update list of bad robots
21+
* HEAD:SUBM missing from GEDCOM export when privacy filters are disabled
22+
* Fix CLI tools cannot access private trees
23+
* Improve searching for Arabic text with diacritics
24+
* Performance - lazy-load privacy restrictions
25+
* Performance - remove unnecessary SQL queries for null users
26+
* Build .ZIP archives on disk instead of in memory to allow larger exports
27+
* Don't compress media files in .ZIP exports to improve performance
28+
* Fix Postgres compatibility for media types
29+
* Fix Markdown in notes in reports breaks formatting
30+
* Add SQL debug logging for developers
31+
* Add watermarks to images in reports
32+
* Fix name overflow in pedigree reports
33+
34+
A few of these changes have been backported to the 2.1 branch to create webtrees 2.1.27.
35+
36+
See the [change log](https://github.com/fisharebest/webtrees/compare/2.2.5...2.2.6) for details.

0 commit comments

Comments
 (0)