Files
FreshRSS/lib
Alexandre Alapetite 442019a054 SimplePie fix base (#4565)
* SimplePie fix base
#fix https://github.com/FreshRSS/FreshRSS/issues/4562
See `<xml:base>` example in https://datatracker.ietf.org/doc/html/rfc4287#section-1.1
First uses item `<xml:base>` if it exists, or the item own link, or the feed's base URL rules (feed URL, or Web site URL)

* Minor formatting
2022-09-05 09:15:20 +02:00
..
2022-08-21 22:44:03 +02:00
2022-09-05 09:15:20 +02:00
2022-08-18 11:14:40 +02:00
2022-08-18 11:14:40 +02:00
2022-08-21 22:44:03 +02:00

Libraries

Updating libraries

Some of the libraries in this folder can be updated semi-automatically by invoking:

cd ./FreshRSS/lib/
composer update --no-autoloader

Remember to read the change-logs, proof-read the changes, preserve possible local patches, add irrelevant files to .gitignore (minimal installation), and test before committing.