summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-23 14:41:29 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-23 14:41:29 +0200
commit402578fc01c2959b63dc83a0d97aaa971e3dae36 (patch)
tree5a4ffa0e81d268c68ac9bdb8980e7a0f54f123a3
parent03b364d3b7e43d8dfe14b36dc388cf21490aecbb (diff)
version bump3.104
-rw-r--r--CHANGELOG.md3
-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, 8 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fa0780ba..f8de2f86c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+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
+
owncloud-news (3.103)
* **Bugfix**: Turn all errors into exceptions to prevent failing all feed updates if one update runs into an error
diff --git a/appinfo/app.json b/appinfo/app.json
index 0e6e541e5..0f71356ac 100644
--- a/appinfo/app.json
+++ b/appinfo/app.json
@@ -3,7 +3,7 @@
"id": "news",
"description": "ownCloud News App",
"licence": "AGPL",
- "version": "3.103",
+ "version": "3.104",
"authors": [
{
"name": "Bernhard Posselt",
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 35bf4d138..3ec4b12b3 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.103</version>
+ <version>3.104</version>
<require>7</require>
</info>
diff --git a/appinfo/version b/appinfo/version
index e6cd2e1c8..759fb524b 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-3.103 \ No newline at end of file
+3.104 \ No newline at end of file
diff --git a/js/bower.json b/js/bower.json
index 5bc5f1aa9..797981205 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "0.0.0",
+ "version": "3.104",
"homepage": "https://github.com/owncloud/news",
"authors": [
"Bernhard Posselt <dev@bernhard-posselt.com>"
diff --git a/js/package.json b/js/package.json
index 95110b6b6..3d16d9d5f 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "0.0.0",
+ "version": "3.104",
"description": "An RSS/Atom feed reader",
"main": "build/app.js",
"scripts": {