Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed an internal server error on ownCloud and added a notice to se…
…tup a cronjob
  • Loading branch information
pbek committed Nov 22, 2016
1 parent fb6f4f8 commit d8bbb75
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
8 changes: 8 additions & 0 deletions 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
- `<year of release>.<month of release>.<release number in the month>`

## v0.3.8
- made the database restore functionality work again on ownCloud 9.0

Expand Down
5 changes: 2 additions & 3 deletions appinfo/info.xml
Expand Up @@ -3,13 +3,12 @@
<!-- metadata -->
<id>ownbackup</id>
<name>OwnBackup</name>
<description>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!</description>
<description>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!</description>
<licence>AGPL</licence>
<author>Patrizio Bekerle</author>
<version>0.3.8</version>
<version>16.11.0</version>
<namespace>OwnBackup</namespace>
<category>tools</category>
<namespace>OwnBackup</namespace>
<ocsid>170674</ocsid>

<!-- admin -->
Expand Down
7 changes: 7 additions & 0 deletions templates/admin.php
Expand Up @@ -50,5 +50,12 @@
<div class="icon-loading wait-spinner">&nbsp;</div>
</div>
<div id="ownbackup-cover"></div>
<div class="box">
<em>
<?php p($l->t("Don't forget to setup a cronjob to get periodic backups."));?><br />
<?php p($l->t("If you want an easy Webcron solution you might want to try"));?>:
<a href="https://www.easycron.com?ref=70375" target="_blank">EasyCron</a>
</em>
</div>
</div>
</div>

0 comments on commit d8bbb75

Please sign in to comment.