From e903981e9e0cb92c815cd2e046ede9087802fbdf Mon Sep 17 00:00:00 2001 From: Andrea Giudiceandrea Date: Wed, 22 Nov 2023 09:11:52 +0100 Subject: [PATCH] Add Max QGIS version in Versions tab (#301) --- qgis-app/plugins/templates/plugins/plugin_detail.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qgis-app/plugins/templates/plugins/plugin_detail.html b/qgis-app/plugins/templates/plugins/plugin_detail.html index 70fccfa5..951862d0 100644 --- a/qgis-app/plugins/templates/plugins/plugin_detail.html +++ b/qgis-app/plugins/templates/plugins/plugin_detail.html @@ -179,7 +179,8 @@

{{ object.name }} {% trans "Version" %} {% if not user.is_anonymous %}{% trans "Approved" %}{% endif %} {% trans "Experimental" %} - {% trans "Minimum QGIS version" %} + {% trans "Min QGIS version" %} + {% trans "Max QGIS version" %} {% trans "Downloads" %} {% trans "Uploaded by" %} {% trans "Date" %} @@ -194,6 +195,7 @@

{{ object.name }} {% if not user.is_anonymous %}{{ version.approved|yesno }}{% endif %} {{ version.experimental|yesno }} {{ version.min_qg_version }} + {{ version.max_qg_version }} {{ version.downloads }} {{ version.created_by }} {{ version.created_on|local_timezone }}