Files
FreshRSS/lib
Thomas Renes 0c023a7b5c Fix: Favicon with protocol-relative URLs have duplicate slashes. (#6068)
The URL of favicons with protocol-relative URL's already start with "//" so by adding it again it will result in "http:////url" and the icon will never be retrieved.
2024-01-26 11:08:10 +01:00
..
2024-01-15 10:36:30 +01:00
2023-05-11 13:08:49 +02:00
2023-11-16 22:43:00 +01:00
2023-11-16 22:43:00 +01:00
2024-01-15 10:36:30 +01: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.