master
Squidly271 2024-04-06 21:38:07 -04:00
parent bc5d3f7fb7
commit 604441b64f
1 changed files with 6 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "community.applications">
<!ENTITY author "Andrew Zawadzki">
<!ENTITY version "2024.03.17">
<!ENTITY md5 "d8050f9eb0bc7b13f7ce62cbfe8493de">
<!ENTITY version "2024.04.06">
<!ENTITY md5 "658faf60b504d93f7f61d11eb7a63bd4">
<!ENTITY launch "Apps">
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
<!ENTITY github "Squidly271/community.applications">
@ -13,6 +13,10 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;" min="6.12.0" support="https://forums.unraid.net/topic/38582-plug-in-community-applications" icon="users">
<CHANGES>
###2024.04.06
- Fixed: Edge case of installing an application where a duplicate template was present and the other template was deprecated could result in CA thinking the deprecated template was installed
- Fixed: CSS fixes for Branch selection on 6.13+
###2024.03.17
- Fixed: PHP8 errors
- Fixed: Placement of download log button in settings incorrect in 6.13+