Skip to content

Releases: mekras/php-speller

2.3.0

14 Apr 06:55
Compare
Choose a tag to compare

Removed

  • Dropped support for php 7.3
  • Dropped support for symfony < 5.4

Fixed

  • Added resetProcess to Aspell::getSupportedLanguages to avoid cached process
  • Added resetProcess to ExternalSpeller::checkText to avoid cached process by @icanhazstring in #53

Full Changelog: 2.2.0...2.3.0

2.2.0

31 Mar 19:48
e5683c6
Compare
Choose a tag to compare

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

Full Changelog: 2.1.4...2.2.0

Add support for PHP 8

15 Mar 10:42
85841c9
Compare
Choose a tag to compare

Changed

  • Add support for PHP 8

Removed

  • Removed getMessage from PhpSpellerException as it already declared from Throwable

Fix escaping of hunspell command

23 Sep 15:28
ad6e2b8
Compare
Choose a tag to compare

Fixed

  • Fix incorrect escaping of hunspell command (#29)

Malformed HTML tags fix

20 Aug 15:41
3465c4a
Compare
Choose a tag to compare

Fixed

  • HtmlFilter raises Error with malformed HTML tags (#27)

Fix release for swedish language

18 Jun 08:57
a358650
Compare
Choose a tag to compare

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

17 May 20:17
dc54570
Compare
Choose a tag to compare

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

30 Apr 05:39
45eff4a
Compare
Choose a tag to compare

Add support for symfony/process 5.0 to work with laravel 7 (thanks @ibarrajo #21)

Fix Release

28 Apr 21:01
f5f2f69
Compare
Choose a tag to compare
  • Fixed an issue with malformed html input (thanks to @rouliane #20)

Add support for older versions

25 Jan 17:43
5d0a09c
Compare
Choose a tag to compare

Add backward support for:

  • php: ^7.1
  • symfony/process: ^3.4