Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Releases: alexdebril/feed-io

Turn relative links into absolute ones

24 Oct 15:19
7c206ea

Choose a tag to compare

What's Changed

Full Changelog: v5.3.1...v5.3.2

Turn relative links into absolute ones

16 Oct 14:15
0bde9ae

Choose a tag to compare

Fix: Relative links (#419)

* Fix: Relative URLs in links

Feed discovery with relative URLs in links
Example: https://k47.cz/
Solution to the problem: #417

* Update Feed.php (Fix relative URLs in links)

We will replace the links (add the host if it doesn’t exist) in the content as well

* Update Node.php (Fix relative URLs in links)

* Update Reader.php (Fix relative URLs in links)

Remember the URL for further processing

* Update Link.php (Fix relative URLs in links)

* Update XmlParser.php (Fix relative URLs in links)

* Update Explorer.php

* Update Node.php

Delete tabs

Improved feed discovery

26 Oct 20:20

Choose a tag to compare

v5.3.1

Fix sample file path

Improved feed discovery

26 Oct 20:18

Choose a tag to compare

v4.9.15

Fix sample file path

Workaround for atom-like links in RSS feeds

26 Oct 20:42

Choose a tag to compare

v6.0.2

Fix sample file path

Improved feed discovery

26 Oct 20:35

Choose a tag to compare

v6.0.1

Fix sample file path

Support HTTP-Plug + new way to build `FeedIo`

09 Jun 08:28

Choose a tag to compare

v6.0.0

Merge branch 'bezin-httplug' into main

Deprecate the factory

09 Jun 08:20
63dd6ea

Choose a tag to compare

v5.3.0

Factory is Deprecated on version 5.3

Support for date format RFC822

09 Jun 08:11
cfe775b

Choose a tag to compare

v5.2.1

Fix #402 : missing RFC822 format (#404)

Support for date format RFC822

09 Jun 08:10

Choose a tag to compare

v4.9.14

Fix #402 : missing RFC822 format