This release marks the 10th anniversary of Chyrp Lite! 🎂
Thank you to all the contributors and users who keep this project moving forward. ❤️
New in this release:
- Added "matter" route action to display standalone twigs. (suggested by @mord0d).
- Remote fetches use the cURL library, enabling support for HTTP 1.1/2/3 connections.
- Markdown has much-improved conformance to the CommonMark specification.
- New Markdown features: fenced blockquotes and asides.
- Partial French translation (contributed by @jerrywham).
- Admin console and blog theme improvements for RTL languages.
- Bug fix to monospace font setting.
- Bug fix to
oneof()
helper and date handling in the core (reported by @roughnecks). - Uploads can be sorted in the admin console.
- Support for sending UTF-8 emails.
- Improvements to internal token validation procedures.
- Added Docker support files (contributed by @DiffuseHyperion).
- Added constant
COOKIE_LIFETIME
. - Added constant
PASSWORD_RESET_TOKEN_LIFETIME
. - Tags module: tags can be sorted in the admin console.
- Categorize module: improved support for non-Latin category names.
- Updated Twig to 3.10.2.
- Preparations for Twig 4.0.
- Various other bug fixes and refinements.