1.26.3
FreshRSS 1.26.3
Added 4
- Keep sort and order criteria during navigation
- Implement loading spinner for marking as favourite/read
- Add info about PDO::ATTR_CLIENT_VERSION for MySQL / MariaDB with obsolete driver
- Provide theme class for CSS
Changed 3
- Strip more HTML deprecated styles attributes: bgcolor, text, background, link, alink, vlink
- Use HTTP Cache-Control: immutable for some files
- Update to PHPMailer 6.10.0
Fixed 9
- Fix SQL request for user labels with custom sort affecting PostgreSQL
- Fix regression for favicon in GReader and Fever APIs
- Fix newest articles within last second not shown
- Fix duplicate HTTP header for POST
- Fix important articles on reader view
- Fix remove last share method
- Fix API handling of default category
- Fix user self-deletion
- Move PHP minimum version check
Removed 1
- Drop Apache 2.2 support, only support Apache 2.4+
Security 2
- Fix encoding of themes
- Fix .htaccess.dist for access to /scripts/vendor/
This is a bug-fix release for FreshRSS 1.26.x
A few highlights ✨:
- Keep sort and order criteria during navigation
- Implement loading spinner for marking as favourite/read
- Many bug fixes
This release has been made by @Alkarex, @Inverle and newcomers @CarelessCaution, @the7thNightmare
Full changelog:
- Features
- Bug fixing
- Fix SQL request for user labels with custom sort (affecting PostgreSQL) #7588
- Fix regression for favicon in GReader and Fever APIs #7573
- Fix newest articles (within last second) not shown #7577
- Fix duplicate HTTP header for POST #7556
- Fix important articles on reader view #7602
- Fix remove last share method #7613
- Fix API handling of default category #7610
- Fix user self-deletion #7626
- Move PHP minimum version check #7560
- Security
- SimplePie
- Strip more HTML deprecated styles attributes:
bgcolor, text, background, link, alink, vlink#7606
- Strip more HTML deprecated styles attributes:
- UI
- Deployment
- I18n
- Misc.