Skip to content

Commit fdbb581

Browse files
authored
Merge pull request #564 from Neriderc/release-prep
Release prep for 2.2.4
2 parents 31f5bbf + 1ff6409 commit fdbb581

File tree

10 files changed

+2357
-98512
lines changed

10 files changed

+2357
-98512
lines changed

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
GVExport module for Webtrees
44
=====================================================================
55

6+
Version 2.2.4 (2025-05-19)
7+
- New : Menu now accessible in full screen
8+
- New : Now translated into Chinese (simplified)
9+
- Fix : Resolved issue where Graphviz on server won't run when SERVER_NAME environment variable is set
10+
- Fix : Resolved issue where download file name control panel setting wasn't used if Graphviz not installed on server
11+
612
Version 2.2.3 (2025-04-02)
713
- New : Added option to use random arrow colours
814
- New : Added option to exclude settings from saved settings that don't affect the diagram

module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class GVExport extends AbstractModule implements ModuleCustomInterface, ModuleCh
7676
use ModuleCustomTrait;
7777
use ModuleChartTrait;
7878
use ModuleConfigTrait;
79-
public const CUSTOM_VERSION = '2.2.3';
79+
public const CUSTOM_VERSION = '2.2.4';
8080
public const CUSTOM_MODULE = "GVExport";
8181
public const CUSTOM_LATEST = 'https://raw.githubusercontent.com/Neriderc/' . self::CUSTOM_MODULE. '/main/latest-version.txt';
8282
public const SUPPORT_URL = 'https://github.com/Neriderc/GVExport';

0 commit comments

Comments
 (0)