Releases: mekras/php-speller
Releases · mekras/php-speller
2.3.0
Removed
- Dropped support for php 7.3
- Dropped support for symfony < 5.4
Fixed
- Added
resetProcess
toAspell::getSupportedLanguages
to avoid cached process - Added
resetProcess
toExternalSpeller::checkText
to avoid cached process by @icanhazstring in #53
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed
- composer(deps-dev): update squizlabs/php_codesniffer requirement from ^3.5 to ^3.6 by @dependabot in #34
- Support Symfony 6 by @genericmilk in #33
- Drop support for PHP 7.1 and 7.2
New Contributors
- @dependabot made their first contribution in #34
- @genericmilk made their first contribution in #33
Full Changelog: 2.1.4...2.2.0
Add support for PHP 8
Changed
- Add support for PHP 8
Removed
- Removed
getMessage
fromPhpSpellerException
as it already declared fromThrowable
Fix escaping of hunspell command
Fixed
- Fix incorrect escaping of hunspell command (#29)
Malformed HTML tags fix
Fixed
- HtmlFilter raises Error with malformed HTML tags (#27)
Fix release for swedish language
Fixed
- Fixed an issue where
:
(colon) made the suggestions break for swedish as its a valid text sign (#25)
Raise minimum requirements and fix symfony/process 5 support
Fixed
- Fixed issue with removed and deprecated methods for
symfony/process:^4.0
Changed
- Add requirement for
php:^7.2
- Changed minimum requirement for
symfony/process
to^4.4
Update symfony/process
Fix Release
Add support for older versions
Add backward support for:
- php: ^7.1
- symfony/process: ^3.4