summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-10-02 17:00:49 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-10-02 17:00:49 +0200
commite4e226c394ccbbfd952ab38d2317d354211ead6d (patch)
treecfcab8c30c172185c6224ee7d0aea0f57ca71288
parent3edb2fbe51a3ce1a0cd7b8dac50af00d544978c5 (diff)
update lockfile, bump version
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--composer.lock14
3 files changed, 13 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1d3a9047..565f12259 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+news (9.1.0)
+* **Enhancement**: Include changelog in release download
+* **Enhancement**: Update picoFeed to the latest release
+* **Enhancement**: Parse and save updated date
+
news (9.0.4)
* **Bugfix**: Pad API last modified timestamp to milliseconds in updated items API to return only new items. API users however need to re-sync their complete contents, #24
* **Bugfix**: Do not pad milliseconds for non millisecond timestamps in API
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d1e311bd9..db245079f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.
**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/owncloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
- <version>9.0.5</version>
+ <version>9.1.0</version>
<licence>agpl</licence>
<author>Bernhard Posselt</author>
<author>Alessandro Cosentino</author>
diff --git a/composer.lock b/composer.lock
index 9f29b275e..d91bcc909 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "010bbed448270e58892a326d72da0e8b",
- "content-hash": "2f5f2d3822b3881fe37f38548918cd00",
+ "hash": "1d5827525dca81ff15a6d4d688fa44c9",
+ "content-hash": "c814f60c2a19e57143d6bea7d9dd0b44",
"packages": [
{
"name": "ezyang/htmlpurifier",
@@ -53,16 +53,16 @@
},
{
"name": "fguillot/picofeed",
- "version": "v0.1.23",
+ "version": "v0.1.25",
"source": {
"type": "git",
"url": "https://github.com/fguillot/picoFeed.git",
- "reference": "a7c3d420c239fe9ffc39b0d06b6e57db39ce3797"
+ "reference": "2bf5bc40361e788eda6b1bd5d444630986721e69"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/a7c3d420c239fe9ffc39b0d06b6e57db39ce3797",
- "reference": "a7c3d420c239fe9ffc39b0d06b6e57db39ce3797",
+ "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/2bf5bc40361e788eda6b1bd5d444630986721e69",
+ "reference": "2bf5bc40361e788eda6b1bd5d444630986721e69",
"shasum": ""
},
"require": {
@@ -97,7 +97,7 @@
],
"description": "Modern library to handle RSS/Atom feeds",
"homepage": "https://github.com/fguillot/picoFeed",
- "time": "2016-04-17 22:31:55"
+ "time": "2016-08-30 01:33:18"
},
{
"name": "pear/net_url2",