From e25f0e0f0f41327a8f663fa11c6ef78a6db8444c Mon Sep 17 00:00:00 2001 From: "arnaud.morvan@camptocamp.com" <arnaud.morvan@camptocamp.com> Date: Sun, 6 Oct 2024 11:40:22 +0200 Subject: [PATCH] Set experimental to False --- PreCourlis/metadata.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PreCourlis/metadata.txt b/PreCourlis/metadata.txt index 137b34f..dc4cfb0 100644 --- a/PreCourlis/metadata.txt +++ b/PreCourlis/metadata.txt @@ -44,7 +44,7 @@ homepage=https://github.com/msecher/PreCourlis category=Plugins icon=resources/icon.png # experimental flag -experimental=True +experimental=False # deprecated flag (applies to the whole plugin, not just a single version) deprecated=False -- GitLab