From 04f66c9710faf9438adcc69028eed082c98a5178 Mon Sep 17 00:00:00 2001 From: Daniel Schaal Date: Wed, 4 Jan 2017 11:09:46 +0100 Subject: Add updatedDate to item model (#81) * Update picoFeed to v0.1.28 * Add updated_date to database and bump version to 10.1.1 * Add updatedDate to item model * Check for updatedDate when updating a feed * Fix unit test to check for newer updatedDate --- appinfo/database.xml | 7 +++++++ appinfo/info.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'appinfo') diff --git a/appinfo/database.xml b/appinfo/database.xml index 8c1b4ae95..5ea1ed13c 100644 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -328,6 +328,13 @@ true false + + updated_date + integer + 8 + true + false + body clob diff --git a/appinfo/info.xml b/appinfo/info.xml index 75574d582..f3189c146 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).]]> - 10.1.0 + 10.1.1 agpl Bernhard Posselt Alessandro Cosentino -- cgit v1.2.3