summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-24 09:12:54 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-24 09:12:54 +0200
commite783212262e57c7cc5f9282dc79a59c1f0a360f3 (patch)
treebb760a397622f7a32990ef5289a8416aff305306
parent514b340fda944e288facab6799ba5c67056c2501 (diff)
version bump
-rw-r--r--CHANGELOG.md2
-rw-r--r--appinfo/app.json2
-rw-r--r--appinfo/info.xml2
-rw-r--r--appinfo/version2
-rw-r--r--js/bower.json2
-rw-r--r--js/package.json2
6 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f8db29ff..75d30d4e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@ owncloud-news (3.105)
* **Bugfix**: Various wording fixes
* **Bugfix**: Do not use Import/Export caption for settings buttons to avoid UX bugs in translated versions
* **Bugfix**: Catch all exceptions for feed update to not stop on db errors
+* **Bugfix**: Register error handler only once
+* **Bugfix**: Fix German translation
owncloud-news (3.104)
* **Bugfix**: Backport ownCloud CSS z-index fix to ownCloud 7 for settings popup that made it difficult to access the administration tab
diff --git a/appinfo/app.json b/appinfo/app.json
index 0f71356ac..64082176b 100644
--- a/appinfo/app.json
+++ b/appinfo/app.json
@@ -3,7 +3,7 @@
"id": "news",
"description": "ownCloud News App",
"licence": "AGPL",
- "version": "3.104",
+ "version": "3.105",
"authors": [
{
"name": "Bernhard Posselt",
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3ec4b12b3..ff8bcb459 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,6 +5,6 @@
<description>An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.rst in the apps top directory</description>
<licence>AGPL</licence>
<author>Alessandro Cosentino, Bernhard Posselt, Jan-Christoph Borchardt. Powered by SimplePie (Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors).</author>
- <version>3.104</version>
+ <version>3.105</version>
<require>7</require>
</info>
diff --git a/appinfo/version b/appinfo/version
index 759fb524b..b6aa36c63 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-3.104 \ No newline at end of file
+3.105 \ No newline at end of file
diff --git a/js/bower.json b/js/bower.json
index d1391416e..fdc95532e 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "3.1.4",
+ "version": "3.1.5",
"homepage": "https://github.com/owncloud/news",
"authors": [
"Bernhard Posselt <dev@bernhard-posselt.com>"
diff --git a/js/package.json b/js/package.json
index 127f735e8..50269d4fb 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "3.1.4",
+ "version": "3.1.5",
"description": "An RSS/Atom feed reader",
"main": "build/app.js",
"scripts": {