From e7831626bca942d7d085a34fb01fcc6d23191efd Mon Sep 17 00:00:00 2001 From: Jefferson49 <81484983+Jefferson49@users.noreply.github.com> Date: Sat, 30 Nov 2024 08:53:50 +0100 Subject: [PATCH] Increased version to 4.1.0 --- DownloadGedcomWithURL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DownloadGedcomWithURL.php b/DownloadGedcomWithURL.php index 2094f3f..5b21aa4 100644 --- a/DownloadGedcomWithURL.php +++ b/DownloadGedcomWithURL.php @@ -145,7 +145,7 @@ class DownloadGedcomWithURL extends AbstractModule implements private array $standard_params; //Custom module version - public const CUSTOM_VERSION = '4.0.2'; + public const CUSTOM_VERSION = '4.1.0'; //Routes protected const ROUTE_REMOTE_ACTION_OLD = '/DownloadGedcomWithURL';