hju
parent
ecbe95fa35
commit
258e80ce64
Binary file not shown.
|
@ -2,8 +2,8 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "community.applications">
|
||||
<!ENTITY author "Andrew Zawadzki">
|
||||
<!ENTITY version "2023.02.16">
|
||||
<!ENTITY md5 "755b8c3a0f28fd9734a8691b08fbeb85">
|
||||
<!ENTITY version "2023.02.17">
|
||||
<!ENTITY md5 "1073cfd6e7170e8dad9883ef3810a7af">
|
||||
<!ENTITY launch "Apps">
|
||||
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
|
||||
<!ENTITY github "Squidly271/community.applications">
|
||||
|
@ -13,6 +13,9 @@
|
|||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;" min="6.9.0" support="https://unraid.net/forums/topic/38582-plug-in-community-applications" icon="users">
|
||||
|
||||
<CHANGES>
|
||||
###2023.02.17
|
||||
- Dismissable AC banner warning
|
||||
|
||||
###2023.02.16
|
||||
- PHP8 Upgrades
|
||||
- Added: Treat developer profile pics as a screenshot (click and zoom)
|
||||
|
|
|
@ -3072,7 +3072,7 @@ function setupActionCentre() {
|
|||
if ( ret.status == "action" ) {
|
||||
if ( !$(".actionCentre").is(":visible") ) {
|
||||
if ( ! actionCentreRestoreState ) {
|
||||
acBanner = addBannerWarning("<?tr("Action Centre Enabled")?>",false,true);
|
||||
acBanner = addBannerWarning("<?tr("Action Centre Enabled")?>",false);
|
||||
setTimeout(function() {
|
||||
removeBannerWarning(acBanner);
|
||||
},10000);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
fe201eecae8fbf79fc3cb7cea172c99f ./Apps.page
|
||||
a99376272564dbc06b7c90bd5248923e ./Apps.page
|
||||
106b521c1feebda4d7b3f558cc016cda ./CA_notices.page
|
||||
eb1f0ee4148747c0473e73e4e973994f ./ca_settings.page
|
||||
e8d29607ec792ddf9f6832b10ee70fdc ./default.cfg
|
||||
|
|
Loading…
Reference in New Issue