Skip to content

πŸ“¦ v0.8.0 – PHP 8.4 & Symfony 5+ Compatibility

Choose a tag to compare

@tigitz tigitz released this 09 Apr 16:30
88e1d08

This release focuses on modernizing the codebase and ensuring compatibility with recent PHP and Symfony versions, while introducing performance improvements and bug fixes.

βœ… Highlights

  • βœ… PHP 8.4 Compatibility
    Updated code to remove deprecated usages (e.g. \Safe\sprintf) for full support of PHP 8.4.

  • βœ… Symfony 5+ Compatibility
    Ensures smooth integration with Symfony 5 and newer, including improved cache and dependency management.

πŸ”§ Enhancements

  • PSR-6 Cache Support
    Added PSR-6 cache support to optimize spellchecking performance by avoiding repeated checks.

πŸ› Fixes

  • Markdown Remover Cleanup
    Improved MarkdownRemover logic using updated preg_replace patterns to better handle Markdown formatting.

🧹 Maintenance

  • Synced php-cs-fixer version with CI to enforce consistent code style.
  • General cleanup for long-term maintainability.

➑️ Compare 0.7.0...0.8.0 for the full changelog.