mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
gopher
This commit is contained in:
parent
1dac8c9226
commit
c3cbbdde6f
BIN
archive/community.applications-2024.11.16-x86_64-1.txz
Normal file
BIN
archive/community.applications-2024.11.16-x86_64-1.txz
Normal file
Binary file not shown.
@ -2,8 +2,8 @@
|
|||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "community.applications">
|
<!ENTITY name "community.applications">
|
||||||
<!ENTITY author "Andrew Zawadzki">
|
<!ENTITY author "Andrew Zawadzki">
|
||||||
<!ENTITY version "2024.11.09a">
|
<!ENTITY version "2024.11.16">
|
||||||
<!ENTITY md5 "47c43ed8ff0946ef090e24aae68b3f34">
|
<!ENTITY md5 "03f84a12bde95d1b685f2aceec80e361">
|
||||||
<!ENTITY launch "Apps">
|
<!ENTITY launch "Apps">
|
||||||
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
|
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
|
||||||
<!ENTITY github "Squidly271/community.applications">
|
<!ENTITY github "Squidly271/community.applications">
|
||||||
@ -13,6 +13,12 @@
|
|||||||
<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">
|
<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>
|
<CHANGES>
|
||||||
|
###2024.11.16
|
||||||
|
- Added: In the event a plugin after installation didn't clear the "pending" flag, offer the user to clear it when attempting another installation
|
||||||
|
- Added: Preserve previous log file for debugging purposes
|
||||||
|
- Added: Automatically adjust any template that has a host path pointing to the default appdata path that is not mapped to /config to the current appdata path
|
||||||
|
- Fixed: After installation from a search result, upon returning back to Apps, the search results displayed would be random apps
|
||||||
|
|
||||||
###2024.11.09
|
###2024.11.09
|
||||||
- Fixed: PHP8 warnings under certain circumstances
|
- Fixed: PHP8 warnings under certain circumstances
|
||||||
- Fixed: Popup blocked warning wouldn't disappear
|
- Fixed: Popup blocked warning wouldn't disappear
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
2defe45163697e40c813a57ae9a50231 ./CA_notices.page
|
2defe45163697e40c813a57ae9a50231 ./CA_notices.page
|
||||||
c12622d8281346d37398e96cbb6b8b69 ./ca_settings.page
|
c12622d8281346d37398e96cbb6b8b69 ./ca_settings.page
|
||||||
01ed7990078dee7cecfeda9a4e49377e ./default.cfg
|
01ed7990078dee7cecfeda9a4e49377e ./default.cfg
|
||||||
56496053016f879e5250173110f38d02 ./include/exec.php
|
6e8aca2286654d325a8ac63a0988e6a3 ./include/exec.php
|
||||||
becfd5ed96c03d27d4f031d7db3546f2 ./include/helpers.php
|
becfd5ed96c03d27d4f031d7db3546f2 ./include/helpers.php
|
||||||
01457d3df08ca53c584c428e0a4b3c68 ./include/paths.php
|
01457d3df08ca53c584c428e0a4b3c68 ./include/paths.php
|
||||||
7234caf6800479df03abb222aaedaca5 ./javascript/libraries.js
|
7234caf6800479df03abb222aaedaca5 ./javascript/libraries.js
|
||||||
|
@ -2694,7 +2694,6 @@ function clearPluginInstallFlag() {
|
|||||||
global $caPaths;
|
global $caPaths;
|
||||||
|
|
||||||
$pluginsPending = glob("{$caPaths['pluginPending']}/*");
|
$pluginsPending = glob("{$caPaths['pluginPending']}/*");
|
||||||
file_put_contents("/tmp/blah",print_r($pluginsPending,true));
|
|
||||||
array_walk($pluginsPending,function($val,$key) {
|
array_walk($pluginsPending,function($val,$key) {
|
||||||
@unlink($val);
|
@unlink($val);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user