Skip to content

Releases: fivefilters/readability.php

v3.2.0 - 21 April 2024

21 Apr 13:36
Compare
Choose a tag to compare
  • Update dependencies to newer versions (League/URI version 7) to improve compatibility with projects already relying on those versions
  • Minimum PHP version set to 8.1 (required by League/URI 7)
  • Update Docker tests to use PHP 8.1, 8.2 and 8.3

Full Changelog: v3.1.7...v3.2.0

v3.1.7 - 21 April 2024

21 Apr 00:39
Compare
Choose a tag to compare
  • Fixes URL syntax errors when bad URLs are encountered when rewriting relative URLs - reported by @marcelklehr
  • Fixes PHP 8 deprecation notice when base URLs (used for rewriting relative URLs) don't have a path component - thanks to @blat and @Markus-GS

Full Changelog: v3.1.6...v3.1.7

v3.1.6 - 15 June 2023

15 Jun 18:09
Compare
Choose a tag to compare

What's Changed

  • Avoid re-parsing source HTML when making multiple attempts to identify content in parse()

Full Changelog: v3.1.5...v3.1.6

v3.1.5 - 6 April 2023

06 Apr 19:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.4...v3.1.5

v3.1.4 - 8 March 2023

08 Mar 14:04
Compare
Choose a tag to compare

What's Changed

  • 🐛 Fixes #15 : Attempt to read property "length" on null. @thedf

Full Changelog: v3.1.3...v3.1.4

v3.1.3 - 3 March 2023

03 Mar 16:51
Compare
Choose a tag to compare

What's Changed

  • 🐛 Fixes #14 : Exception: The scheme href='https is invalid. @jeffbotw

Full Changelog: v3.1.2...v3.1.3

v3.1.2 - 14 January 2023

14 Jan 14:49
Compare
Choose a tag to compare

What's Changed

  • 🐛 Fixes #10 : Warning: Undefined array key 2 by @castroCrea in #11
  • 🐛 Fixes #12 : Notice: Trying to get property '' of non-object by @thedf

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1 - 28 November 2022

28 Nov 18:02
aae0ff5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1