From d8bbb758d942f357917243a5bfcf58db71c914f8 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Tue, 22 Nov 2016 16:38:15 +0100 Subject: [PATCH] fixed an `internal server error` on ownCloud and added a notice to setup a cronjob --- CHANGELOG.md | 8 ++++++++ appinfo/info.xml | 5 ++--- templates/admin.php | 7 +++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 684c495..8a3d140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # OwnBackup Change Log +## 16.11.0 +- fixed an `internal server error` on ownCloud 9.1.2 + (for [Issue #7](https://github.com/pbek/ownbackup/issues/7)) +- added a notice to setup a cronjob to get periodic backups +- switched release versioning to a more *rolling release style*, + so it doesn't get confused with semantic versioning + - `..` + ## v0.3.8 - made the database restore functionality work again on ownCloud 9.0 diff --git a/appinfo/info.xml b/appinfo/info.xml index 3e83456..68063b3 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -3,13 +3,12 @@ ownbackup OwnBackup - OwnBackup is the simple database backup solutions for your ownCloud 8.1+ installation. Use this app at your own risk! Data loss may occur! This app is no replacement for a more professional backup solution! + OwnBackup is the simple database backup solutions for your ownCloud 8.1+ or Nextcloud installation. Use this app at your own risk! Data loss may occur! This app is no replacement for a more professional backup solution! AGPL Patrizio Bekerle - 0.3.8 + 16.11.0 OwnBackup tools - OwnBackup 170674 diff --git a/templates/admin.php b/templates/admin.php index ce3ac64..d411352 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -50,5 +50,12 @@
 
+
+ + t("Don't forget to setup a cronjob to get periodic backups."));?>
+ t("If you want an easy Webcron solution you might want to try"));?>: + EasyCron +
+