mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-09 19:15:42 +02:00
add news app releases page to example feeds
This commit is contained in:
parent
e1965f1f28
commit
af50a6cf34
@ -2,7 +2,9 @@ owncloud-news (6.0.0)
|
||||
* **New dependency**: Require PHP 5.5
|
||||
* **Bugfix**: Fix bug that would not delete a user's table entries after deletion
|
||||
* **Enhancement**: Add **news:verify-install** command to help diagnosing missing or out of date files
|
||||
* **Enhancement**: Rather than always enhancing feeds based on rules, use picoFeeds full text feed capability that has to be turned on per feed and can deal with more feeds
|
||||
* **Enhancement**: Rather than always enhancing feeds based on rules, use picoFeeds full text feed capability
|
||||
* **Enhancement**: Enable enhancers per feed rather than globally for rules available
|
||||
* **Enhancement**: Add News app releases to example feeds in explore section
|
||||
|
||||
owncloud-news (5.3.9)
|
||||
* **Bugfix**: Also warn when webcron is enabled since it is possible that the update will time out or only work sporadically, #828
|
||||
|
File diff suppressed because one or more lines are too long
@ -9,6 +9,15 @@
|
||||
"image": "https://raw.githubusercontent.com/owncloud/promo/master/ownCloud%20sticker%20A8.jpg",
|
||||
"votes": 1000
|
||||
},
|
||||
{
|
||||
"title": "News app releases",
|
||||
"favicon": "http://owncloud.org/wp-content/themes/owncloudorgnew/assets/img/common/favicon.png",
|
||||
"url": "https://github.com/owncloud/news/releases",
|
||||
"feed": "https://github.com/owncloud/news/releases.atom",
|
||||
"description": "ownCloud News app releases page. Get notified when a new release comes out",
|
||||
"image": "https://raw.githubusercontent.com/owncloud/promo/master/ownCloud%20sticker%20A8.jpg",
|
||||
"votes": 900
|
||||
},
|
||||
{
|
||||
"title": "Slashdot",
|
||||
"favicon": "http://slashdot.org/favicon.ico",
|
||||
@ -69,4 +78,4 @@
|
||||
"votes": 500
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user