summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst3
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index efd25db1a..dab5ea3f1 100644
--- a/README.rst
+++ b/README.rst
@@ -29,7 +29,7 @@ Before you install the app check that the following requirements are met:
- `You use a browser that supports the FileReader API <https://developer.mozilla.org/en/docs/DOM/FileReader#Browser_compatibility>`_
- You can use a cron or webcron to call Background Jobs in ownCloud
- You have installed **php-curl** and activated it in the **php.ini**
-- Install ownCloud **5.0.5** (important! comes with required CSS styles)
+- Install ownCloud **5.0.6** (important! comes with required CSS styles)
Should you have upgraded from a prior version, disable the CSS and JavaScript caching by adding this to :file:`owncloud/config/config.php`::
@@ -100,7 +100,6 @@ Keyboard shortcuts
Performance Notices
-------------------
-* It is currently discouraged to use it in large hosted installations since there is no way to restrict the backgroundjob to require a pause of X minutes. This `will be addressed <https://github.com/owncloud/news/issues/103>`_ in the `next ownCloud release <https://github.com/owncloud/core/pull/3051>`_.
* Use MySQL or PostgreSQL for better database performance
Configuration
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c3817a5ac..d20593797 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,5 +6,5 @@
<licence>AGPL</licence>
<author>Alessandro Cosentino, Bernhard Posselt, Jan-Christoph Borchardt. Powered by SimplePie (Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors).</author>
<version>0.99</version>
- <require>5.0.5</require>
+ <require>5.0.6</require>
</info>