-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45ee878
commit b167c61
Showing
3 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ email: [email protected] | |
description: > | ||
webtrees is a web application that allows you to publish your genealogy online, | ||
collaborate with family members and take control of your data. | ||
latest_version: "2.1.19" | ||
latest_version: "2.1.20" | ||
latest_version_22: "dev" | ||
latest_version_21: "2.1.19" | ||
latest_version_21: "2.1.20" | ||
latest_version_20: "2.0.26" | ||
latest_version_17: "1.7.20" | ||
latest_version_14: "1.4.6" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: post | ||
title: "webtrees 2.1.20 released" | ||
date: 2024-04-08 | ||
sitemap: | ||
priority: 1.0 | ||
--- | ||
|
||
webtrees 2.1.20 is now available for download. | ||
|
||
Fixes: | ||
|
||
* Compatibility with PHP 7.4 and PHP 8.4 | ||
* Compatibility with PostGres | ||
* Revert to older version of datatables for compatibility with Boostrap 5 | ||
* Error in local time conversion in changes log | ||
* Missing location icon in changes block | ||
* Allowed classes/styles in ckEditor | ||
|
||
See the [change log](https://github.com/fisharebest/webtrees/compare/2.1.19...2.1.20) for details. |