<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/constants.php, branch 1.25.0</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.25.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.25.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2024-12-23T10:46:02+00:00</updated>
<entry>
<title>Release FreshRSS 1.25.0</title>
<updated>2024-12-23T10:46:02+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-12-23T10:46:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2bfa0d9b68c0e5555354822c368a88ab8217ed43'/>
<id>urn:sha1:2bfa0d9b68c0e5555354822c368a88ab8217ed43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to PHP 8.1 (#6711)</title>
<updated>2024-09-06T07:06:46+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-09-06T07:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a81656c3ed5b8fe0f31794a4fbe0d1a907fca8e8'/>
<id>urn:sha1:a81656c3ed5b8fe0f31794a4fbe0d1a907fca8e8</id>
<content type='text'>
* Upgrade to PHP 8.1
As discussed in https://github.com/FreshRSS/FreshRSS/discussions/5474

https://www.php.net/releases/8.0/en.php
https://www.php.net/releases/8.1/en.php

Upgrade to available native type declarations
https://php.net/language.types.declarations

Upgrade to https://phpunit.de/announcements/phpunit-10.html which requires PHP 8.1+ (good timing, as version 9 was not maintained anymore)

Upgrade `:oldest` Docker dev image to oldest Alpine version supporting PHP 8.1: Alpine 3.16, which includes PHP 8.1.22.

* Include 6736
https://github.com/FreshRSS/FreshRSS/pull/6736</content>
</entry>
<entry>
<title>Start 1.25.0-dev</title>
<updated>2024-09-06T06:49:40+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-09-06T06:49:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=da13a4b663580a13376f5d15a136c9fb5380d979'/>
<id>urn:sha1:da13a4b663580a13376f5d15a136c9fb5380d979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.24.3</title>
<updated>2024-09-06T06:33:17+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-09-06T06:33:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4461784b8a519fe5f77e374be8e79818422933a0'/>
<id>urn:sha1:4461784b8a519fe5f77e374be8e79818422933a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Start FreshRSS 1.24.3-dev</title>
<updated>2024-08-23T14:45:34+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-08-23T14:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b6f208f5181789dab927621856e2b7e58803a8fa'/>
<id>urn:sha1:b6f208f5181789dab927621856e2b7e58803a8fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.24.2</title>
<updated>2024-08-23T14:28:56+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-08-23T14:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ca28c90f8bf1603594a1489bdeefd2d72e7e18bb'/>
<id>urn:sha1:ca28c90f8bf1603594a1489bdeefd2d72e7e18bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Empty title guid or first words (#6240)</title>
<updated>2024-06-05T19:04:33+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-06-05T19:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fec9e53d0ebcd74d9fc366da4951f1a1415314c5'/>
<id>urn:sha1:fec9e53d0ebcd74d9fc366da4951f1a1415314c5</id>
<content type='text'>
* settings

* add comments for better understanding

* Update reading.phtml

* overhaul the code

* i18n

* typo

* add a constant to configure the amount of chars

* fix

* simplify

* Update Entry.php

* clean

* Update Entry.php

* Update app/Models/Entry.php

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

* Update constants.php

* Update app/Models/Entry.php

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Start 1.24.2-dev</title>
<updated>2024-06-05T15:37:48+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-06-05T15:37:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e17c2c447906deb471e25cdc889b9f74e1d715d2'/>
<id>urn:sha1:e17c2c447906deb471e25cdc889b9f74e1d715d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.24.1</title>
<updated>2024-06-05T15:30:42+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-06-05T15:30:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9b2bb50e410607fc67ecafbdaf85ffc4830723e2'/>
<id>urn:sha1:9b2bb50e410607fc67ecafbdaf85ffc4830723e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Start 1.24.1-dev</title>
<updated>2024-05-23T10:00:43+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-05-23T10:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6d7b5bf99708a8559d098528aef91650e1294462'/>
<id>urn:sha1:6d7b5bf99708a8559d098528aef91650e1294462</id>
<content type='text'>
</content>
</entry>
</feed>
