Skip to content

Commit c61913d

Browse files
committed
2.2.2 and 2.1.23 releases
1 parent 88c2fb4 commit c61913d

5 files changed

Lines changed: 63 additions & 5 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.1"
9-
latest_version_22: "2.2.1"
10-
latest_version_21: "2.1.22"
8+
latest_version: "2.2.2"
9+
latest_version_22: "2.2.2"
10+
latest_version_21: "2.1.23"
1111
latest_version_20: "2.0.26"
1212
latest_version_17: "1.7.20"
1313
latest_version_14: "1.4.6"

_posts/2024-11-30-new-webtrees-release-2-1-22.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.22 released"
44
date: 2024-11-30
55
sitemap:
6-
priority: 1.0
6+
priority: 0.7
77
---
88

99
webtrees 2.1.22 is now available for download.

_posts/2024-11-30-new-webtrees-release-2-2-1.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.1 released"
44
date: 2024-11-30
55
sitemap:
6-
priority: 1.0
6+
priority: 0.7
77
---
88

99
webtrees 2.2.1 is now available for download.
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.23 released"
4+
date: 2025-07-29
5+
sitemap:
6+
priority: 1.0
7+
---
8+
9+
webtrees 2.1.23 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.22...2.1.23) for details.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
layout: post
3+
title: "webtrees 2.2.3 released"
4+
date: 2025-07-29
5+
sitemap:
6+
priority: 1.0
7+
---
8+
9+
webtrees 2.2.2 is now available for download.
10+
11+
* Security: fix for XSS vulnerability
12+
* Update: logic for detecting and blocking bad robots/crawlers
13+
* Update: use UUIDv7 instead of UUIDv4
14+
* Add: CLI interface for managing sites, trees and users
15+
* Add: Support for PHP 8.5
16+
* Add: Armenian translation
17+
* Fix: date input in advanced search
18+
* Fix: memory limitations when creating ZIP files
19+
* Fix: Rename 'Google Webmaster Tools' to 'Google Search Console'
20+
* Fix: delete user sessions when deleting users
21+
* Fix: first week misaligned on calendar widget when 1st of month is a Sunday
22+
* Fix: highlighting current day in calendar widget
23+
* Fix: missing translations of Godparent and Cemetery
24+
* Fix: incorrect URL in Austrian historic events
25+
* Fix: don't use CDN for bootstrap files during setup
26+
* Fix: Postgres compatibility
27+
* Fix: broken links cause error in re-order media page
28+
* Fix: ignore accented letters in branches list
29+
* Fix: searching individuals/families using accented letters
30+
* Fix: typo in French relationships
31+
* Fix: do not automatically populate new _UID fields
32+
* Fix: timestamps for new/edit news/journal articles
33+
* Fix: support more tags from Heredis
34+
* Fix: use SVG icons as defaults in the welcome blocks
35+
* Fix: statistics for birth/death/marriage/divorce should count individuals/families, not events
36+
* Fix: family submitters should not appear on individual page
37+
* Fix: allow searching by UID/_UID
38+
* Fix: increase indent size for individual numbering
39+
* Fix: system emails sent in wrong language
40+
* Fix: trailing space after empty NOTE tag
41+
* Fix: column widths on research tasks block
42+
* Fix: don't show empty place links
43+
* Fix: wrong default parameters in URL for relationship chart
44+
* Fix: date columns sorting incorrectly in individual/family tables
45+
* Fix: don't close modals when clicking on the backdrop

0 commit comments

Comments
 (0)