mainly update_cron
parent
52b04ad1f7
commit
7804183a55
Binary file not shown.
|
@ -2,8 +2,8 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "community.applications">
|
||||
<!ENTITY author "Andrew Zawadzki">
|
||||
<!ENTITY version "2023.08.27">
|
||||
<!ENTITY md5 "7a3ef08367518d5f5c4627a1a8d8de53">
|
||||
<!ENTITY version "2023.09.30">
|
||||
<!ENTITY md5 "948d560a8176de2abb8d12019e03fc65">
|
||||
<!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.9.0" support="https://forums.unraid.net/topic/38582-plug-in-community-applications" icon="users">
|
||||
|
||||
<CHANGES>
|
||||
###2023.09.30
|
||||
- Changed: run update_cron at array_start (fixes issue with OS 6.12.4)
|
||||
- Changed: Don't use CA's awesomplete library when running OS 6.13.x+
|
||||
- Fixed: Maintainer would appear wrong on certain plugins (eg: Dynamix branded)
|
||||
|
||||
###2023.08.27
|
||||
- Fixed: Compliance with gui search on settings page
|
||||
|
||||
|
|
|
@ -23,3 +23,4 @@ a1cb6e1930f2ad689ce9e7fc2e39c846 ./scripts/notices.php
|
|||
5a0516d49f7c195b67e4d61913b12bd5 ./skins/Narrow/css.php
|
||||
53cc49a55e85e0ec20dcd94b965821ed ./skins/Narrow/skin.html
|
||||
c93b47ea6190783d3d8747721f21439a ./skins/Narrow/skin.php
|
||||
c26b187a50c966adff7bfb9cab6fca16 ./event/disks_mounted
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
/usr/local/sbin/update_cron
|
Loading…
Reference in New Issue