Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 7dceac0

Browse files
authored
lowered max version to 2.98
1 parent ead3f8c commit 7dceac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
foreach($setting as $plugin){
3333
if(isset($plugin['qgisminimumversion'])){$minversion=$plugin['qgisminimumversion'];}else{$minversion="2.0";}
34-
if(isset($plugin['qgismaximumversion'])){$maxversion=$plugin['qgismaximumversion'];}else{$maxversion="2.99";}
34+
if(isset($plugin['qgismaximumversion'])){$maxversion=$plugin['qgismaximumversion'];}else{$maxversion="2.98";}
3535
if($queryversion=="" or (version_compare($queryversion, $minversion, '>=') and version_compare($queryversion, $maxversion, '<=')) ){
3636
$maincontent.="\n\t<pyqgis_plugin name='".$plugin['name']."' version='".$plugin['version']."' plugin_id='".$plugin['id']."'>";
3737
$maincontent.="\n\t\t<description><![CDATA[".$plugin['description']."]]></description>";

0 commit comments

Comments
 (0)