Skip to content

Commit

Permalink
Bump minimum required version of LMS to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvijge committed Sep 19, 2023
1 parent 0b5fe31 commit 2f28ec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<defaultState>enabled</defaultState>
<targetApplication>
<id>SlimServer</id>
<minVersion>8.1</minVersion>
<minVersion>8.2</minVersion>
<maxVersion>*</maxVersion>
</targetApplication>
<optionsURL>plugins/MixCloud/settings/basic.html</optionsURL>
Expand Down
2 changes: 1 addition & 1 deletion public.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title lang="EN">Mixcloud Plugin</title>
</details>
<plugins>
<plugin name="MixCloud" version="{{ env['VERSION'] }}" minTarget="8.1" maxTarget="*">
<plugin name="MixCloud" version="{{ env['VERSION'] }}" minTarget="8.2" maxTarget="*">
<title lang="EN">Mixcloud</title>
<desc lang="EN">Play music from Mixcloud</desc>
<url>https://danielvijge.github.io/lms_mixcloud/{{ env['FOLDER'] }}/lms_mixcloud-{{ env['VERSION'] }}.zip</url>
Expand Down

0 comments on commit 2f28ec9

Please sign in to comment.