From 7d02d59d671f2d63737bc49510693c1cf3df711b Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Fri, 27 Dec 2019 08:36:57 +0100 Subject: Release 14.1.0 (#597) Changed - Minimum PHP version is now 7.2 - Reimplement full-text scraping #563 - Update for nextcloud 18 #593 #583 - Update httpLastModified from the feed response #594 Signed-off-by: Benjamin Brahmer --- AUTHORS.md | 1 + CHANGELOG.md | 8 ++++++++ appinfo/info.xml | 2 +- composer.json | 2 +- composer.lock | 2 +- 5 files changed, 12 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 2ad12a2e3..78d02f40f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -111,6 +111,7 @@ * [blackcrack](mailto:blackcrack@blackysgate.de) * [comradekingu](mailto:epost@anotheragency.no) * [joeplus](mailto:joerg@honululu.Speedport_W_723V_1_32_000) +* [kesselb](mailto:mail@danielkesselberg.de) * [kondou](mailto:kondou@ts.unde.re) * [markusj](mailto:markusj@users.noreply.github.com) * [nexus-uw](mailto:you@example.com) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddee6b5c5..e85b70afb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. ## Unreleased +## 14.1.0 + +### Changed +- Minimum PHP version is now 7.2 +- Reimplement full-text scraping #563 +- Update for nextcloud 18 #593 #583 +- Update httpLastModified from the feed response #594 + ## 14.0.2 ### Changed diff --git a/appinfo/info.xml b/appinfo/info.xml index dc56f60d6..a9a81db8a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -29,7 +29,7 @@ Before you update to a new version, [check the changelog](https://github.com/nex https://raw.githubusercontent.com/nextcloud/news/master/screenshots/3.png - pgsql + pgsql sqlite mysql libxml diff --git a/composer.json b/composer.json index 6f2609856..dc9ec5d73 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "ezyang/htmlpurifier": "4.12.0", "pear/net_url2": "2.2.2", "riimu/kit-pathjoin": "1.2.0", - "debril/feed-io": "^4.4", + "debril/feed-io": "^4.5", "arthurhoaro/favicon": "^1.2", "ext-json": "*", "ext-simplexml": "*", diff --git a/composer.lock b/composer.lock index d0d886a35..5a1dc935b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "03f971debae1540040f4920fa45fe92e", + "content-hash": "bfa19511b33aa02162fc87b7406e9bc0", "packages": [ { "name": "andreskrey/readability.php", -- cgit v1.2.3