Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Commifreak committed Dec 5, 2022
1 parent 3d330f8 commit f18937c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ca.backup2.plg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "ca.backup2">
<!ENTITY author "Andrew Zawadzki / Robin Kluth">
<!ENTITY version "2022.12.04">
<!ENTITY md5 "03e7c820fd9ded5834eb49964f510250">
<!ENTITY version "2022.12.05">
<!ENTITY md5 "ba5efbb7115c8a8f1c779ee597c81539">
<!ENTITY launch "Settings/BackupMainV2">
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
<!ENTITY github "Commifreak/ca.backup2">
Expand All @@ -13,6 +13,11 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;" icon="shield">

<CHANGES>
###2022.12.05
- Fix `Allowed memory size of xxx exhausted` error, which was caused by a too big logfile from previous plugin version.
- Also copy the log in case of an error
- Fixed the exclusion of subfolders

###2022.12.04
- Fixed a permission issue, which prevented the backup to run

Expand Down

0 comments on commit f18937c

Please sign in to comment.