Skip to content

Commit 4177fcb

Browse files
authored
Merge pull request #446 from Neriderc/dev
Release prep
2 parents 1202e7a + 5820314 commit 4177fcb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

changelog.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
GVExport module for Webtrees
44
=====================================================================
55

6-
Version 2.1.18 (2023-06-?)
6+
Version 2.1.18.2 (2023-07-19)
7+
- Fixed : Error when webtrees thumbnail option for tree is set to hide thumbnails
8+
- Fixed : JPG quality option not correctly shown or hidden when setting loaded from saved setting
9+
- Fixed : JPG quality option not shown when output type set to JPG
10+
11+
Version 2.1.18.1 (2023-06-05)
12+
- Fixed : Some help translations were not translating
13+
14+
Version 2.1.18 (2023-06-05)
715
- New : Change shape of photos
816
- New : Change size of photos
917
- New : Change resolution of photos

module.php

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

0 commit comments

Comments
 (0)