From b6b6771d8d7dcf13938d1578099074b0123a5d5e Mon Sep 17 00:00:00 2001 From: Nils Gotzhein Date: Tue, 17 Aug 2021 22:18:46 +0200 Subject: pull latest readability-php via composer --- .../vendor/andreskrey/readability.php/CHANGELOG.md | 145 --------------------- 1 file changed, 145 deletions(-) delete mode 100644 plugins/af_readability/vendor/andreskrey/readability.php/CHANGELOG.md (limited to 'plugins/af_readability/vendor/andreskrey/readability.php/CHANGELOG.md') diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/CHANGELOG.md b/plugins/af_readability/vendor/andreskrey/readability.php/CHANGELOG.md deleted file mode 100644 index 20aef9e3a..000000000 --- a/plugins/af_readability/vendor/andreskrey/readability.php/CHANGELOG.md +++ /dev/null @@ -1,145 +0,0 @@ -# Change Log -All notable changes to this project will be documented in this file. - -## Unreleased - -## [v2.1.0](https://github.com/andreskrey/readability.php/releases/tag/v2.1.0) -- Avoid overwriting extracted metadata with similarly named keys (like `og:image` and `og:image:width`) -- Imported new `getSiteName()` feature from JS version as of [21 Dec 2018](https://github.com/mozilla/readability/pull/504) -- Added getFirstElementChild function to NodeTrait + test case (Issue #83) -- Reworked the test suit to use TestPage objects and give more hints about what failed -- Removed getWordThreshold and setWordThreshold configuration functions -- Added NodeUtility::filterTextNodes and deprecated NodeTrait getChildren() -- Added new DOMNodeList fake class that mimics the original DOMNodeList class but allows to add new nodes to the list -- Added new Dockerfiles that pulls different versions of PHP and libxml. Now we are supporting 4 versions of PHP and 6 versions of libxml! - -## [v2.0.1](https://github.com/andreskrey/readability.php/releases/tag/v2.0.1) -- Fixed small issue that prevented the main image from showing up in the results - -## [v2.0.0](https://github.com/andreskrey/readability.php/releases/tag/v2.0.0) - -- [BREAKING CHANGE] Bumped the minimum supported version of PHP to 7.0 -- Clean `