This commit is contained in:
Squidly271 2024-07-06 09:54:21 -04:00
parent 4dd81b57ca
commit d48856ebe3
4 changed files with 9 additions and 4 deletions

Binary file not shown.

View File

@ -2,8 +2,8 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "community.applications">
<!ENTITY author "Andrew Zawadzki">
<!ENTITY version "2024.06.08a">
<!ENTITY md5 "2540c4c3995122366cc09e5b41c983ee">
<!ENTITY version "2024.07.06">
<!ENTITY md5 "48a3eef15f7f7815f88aca3e413868b5">
<!ENTITY launch "Apps">
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
<!ENTITY github "Squidly271/community.applications">
@ -13,6 +13,11 @@
<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.07.06
- Fixed: Display aberrations on cards when application name is very long
- Fixed: Various PHP8 warnings
- Added: Infrastructure changes for auto filling templates in certain circumstances
###2024.06.08
- Fixed: Various PHP8 warnings

View File

@ -20,7 +20,7 @@ c11415ac49ba9cd6af2b5dc022aa3367 ./scripts/notices.php
17ec6260bb0cd621b5c826d3145503fd ./scripts/showStatistics.php
4425f8fd4ef662a7dc65cee01de3e419 ./scripts/updatePLG.sh
7592f203dca78dce476051b85f7ca133 ./scripts/updatePluginSupport.php
a84d40579c8f42498e34b15ff4e2d3b4 ./skins/Narrow/css.php
817d4586a062e3949884d2b281779d76 ./skins/Narrow/css.php
f7d48fdb63e116ecc3ec49cbbf6b2dc2 ./skins/Narrow/skin.html
6230591d8cf47956420bd7ef6c380076 ./skins/Narrow/skin.php
c26b187a50c966adff7bfb9cab6fca16 ./event/disks_mounted

View File

@ -147,7 +147,7 @@ body{scrollbar-gutter:stable;cursor:default !important;}
.caHomeSpotlight{height:29rem !important;}
.caMenuDisabled{cursor:default;opacity:0.5;}
.caMenuEnabled{cursor:pointer;opacity:1;}
.ca_applicationName{font-size:2rem;max-height:3rem;overflow:hidden;font-weight:bold;padding-top:1.5rem;margin-left:0.75rem;}
.ca_applicationName{font-size:2rem;width:25rem;max-height:3rem;overflow:hidden;font-weight:bold;padding-top:1.5rem;margin-left:0.75rem;}
a.ca_appPopup{text-decoration:none;cursor:pointer;}
.ca_appPopup{cursor:pointer;}
div.ca_appPopup{cursor:pointer;}