All Versions
22
Latest Version
Avg Release Cycle
94 days
Latest Release
1308 days ago

Changelog History
Page 1

  • v2.1.3 Changes

    September 23, 2020

    🛠 Fixed

    • 🛠 Fix incorrect escaping of hunspell command (#29)
  • v2.1.2 Changes

    August 20, 2020

    🛠 Fixed

    • HtmlFilter raises Error with malformed HTML tags (#27)
  • v2.1.1 Changes

    June 18, 2020

    🛠 Fixed

    • 🛠 Fixed an issue where : (colon) made the suggestions break for swedish as its a valid text sign (#25)
  • v2.1 Changes

    May 06, 2020

    🛠 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
  • v2.0.4 Changes

    April 30, 2020

    ➕ Added

    • ➕ Added support for symfony/process:^5.0 to work with laravel 7 (thanks @ #21)
  • v2.0.3 Changes

    April 28, 2020

    🛠 Fixed

    • Resolve an issue with malformed html input (thanks to @rouliane #20)
  • v2.0.2 Changes

    January 25, 2019

    🛠 Fixed

    • 👍 backward support for php:^7.1 andsymfony/process: 3.4`
  • v2.0.1 Changes

    January 18, 2019

    🚀 Patch release to fix Hunspell windows paths

    Thanks @caugner.

  • v2.0 Changes

    January 17, 2019

    ➕ Added

    • ➕ Add custom dictionary support for aspell

    🔄 Changed

    • Raise PHP requirement to 7.2

    ✂ Removed

    • ⬇️ Dropped @deprecated interfaces
  • v1.7.2 Changes

    April 30, 2017

    🛠 Fixed

    • HtmlFilter: <script> content should be filtered out.
    • HtmlFilter: only for "keywords" and "description" meta tags "content" attribute should be treated as string.