Skip to content

Commit

Permalink
Prevent user from downloading invalid versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienClairembault committed Mar 1, 2024
1 parent 4a847bb commit a7f94a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ Features
<versions>
<version>
<num>2.13.8</num>
<compatibility>~10.0</compatibility>
<compatibility>~10.0.10</compatibility>
<download_url>https://github.com/pluginsGLPI/formcreator/releases/download/2.13.8/glpi-formcreator-2.13.8.tar.bz2</download_url>
</version>
<version>
<num>2.13.7</num>
<compatibility>~10.0</compatibility>
<compatibility>~10.0.9</compatibility>
<download_url>https://github.com/pluginsGLPI/formcreator/releases/download/2.13.7/glpi-formcreator-2.13.7.tar.bz2</download_url>
</version>
<version>
<num>2.13.6</num>
<compatibility>~10.0</compatibility>
<compatibility>~10.0.7</compatibility>
<download_url>https://github.com/pluginsGLPI/formcreator/releases/download/2.13.6/glpi-formcreator-2.13.6.tar.bz2</download_url>
</version>
<version>
Expand Down

0 comments on commit a7f94a3

Please sign in to comment.