summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-06 14:34:11 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-06 14:34:11 +0200
commit1ad4b87007a2e288075b40616579c9580299e68b (patch)
tree1dcce8e905f985dbc864fe2ef941a01a74c6c890
parent13abd83c7e532829dfa6d73407c2d47bf1473efb (diff)
version bump3.302
-rw-r--r--CHANGELOG.md1
-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
-rw-r--r--templates/index.php4
7 files changed, 6 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d0805fc7..b36241238 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
owncloud-news (3.302)
* **Bugfix**: Fix text overflow for subscriptions and starred feed
* **Bugfix**: Styles for h4, h5 and h6
+* **Bugfix**: Support 7.0.3 alpha release
* **Enhancement**: Minify CSS
* **Enhancement**: Minify JavaScript
diff --git a/appinfo/app.json b/appinfo/app.json
index 3606c143f..3ba1c87ec 100644
--- a/appinfo/app.json
+++ b/appinfo/app.json
@@ -3,7 +3,7 @@
"id": "news",
"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",
"licence": "AGPL",
- "version": "3.301",
+ "version": "3.302",
"authors": [
{
"name": "Bernhard Posselt",
diff --git a/appinfo/info.xml b/appinfo/info.xml
index bc9a01fd1..71e01f448 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.md in the apps top directory</description>
<licence>AGPL</licence>
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
- <version>3.301</version>
+ <version>3.302</version>
<require>7.0.2.2</require>
</info>
diff --git a/appinfo/version b/appinfo/version
index 9ec31fcab..875f4c9f5 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-3.301 \ No newline at end of file
+3.302 \ No newline at end of file
diff --git a/js/bower.json b/js/bower.json
index a1f81860f..ebc76a6c5 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "3.3.1",
+ "version": "3.3.2",
"homepage": "https://github.com/owncloud/news",
"authors": [
"Bernhard Posselt <dev@bernhard-posselt.com>"
diff --git a/js/package.json b/js/package.json
index f17168bba..9fce0eaf3 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
{
"name": "ownCloud-news",
- "version": "3.3.1",
+ "version": "3.3.2",
"description": "An RSS/Atom feed reader",
"main": "build/app.js",
"scripts": {
diff --git a/templates/index.php b/templates/index.php
index 5ebf8726c..a010d1687 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -14,12 +14,8 @@ script('news', [
'vendor/momentjs/min/moment-with-locales.min',
'build/app.min',
]);
-
-
-
?>
-
<div id="app" ng-app="News" ng-cloak ng-strict-di ng-controller="AppController as App">
<div id="global-loading" class="icon-loading" ng-show="App.loading.isLoading('global')"></div>