diff --git a/.travis.yml b/.travis.yml index b61ab4b..8fe0538 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,35 +3,27 @@ language: php sudo: false php: - - 7.1 - 7.2 - 7.3 - -env: - - PHPCS_FLAGS="--standard=PSR12" + - 7.4 matrix: fast_finish: true include: - - php: 7.1 - env: - - COMPOSER_FLAGS="--prefer-stable --prefer-lowest" - - PHPCS_FLAGS="--standard=PSR2" - php: 7.2 env: - PHPUNIT_FLAGS="--coverage-clover build/logs/clover.xml" - - PHPCS_FLAGS="--standard=PSR12" before_install: - travis_retry composer self-update - - sudo apt-get install aspell + - sudo apt-get install aspell aspell-en install: - - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction + - travis_retry composer install --no-interaction script: - mkdir -p build/logs - - vendor/bin/phpcs ${PHPCS_FLAGS} src/ tests/ + - vendor/bin/phpcs --standard=PSR12 src/ tests/ - vendor/bin/phpunit ${PHPUNIT_FLAGS} after_script: diff --git a/CHANGELOG.md b/CHANGELOG.md index 81a5c42..d3e0334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,54 +1,60 @@ # Changelog -## Unreleased - -### Deleted +## 2.1 - 2020-05-06 +### Fixed +- Fixed issue with removed and deprecated methods for `symfony/process:^4.0` -- Dropped PHP 5.4 support. -- Dropped Symfony 2 support. +### Changed +- Add requirement for `php:^7.2` +- Changed minimum requirement for `symfony/process` to `^4.4` +## 2.0.4 - 2020-04-30 ### Added +- Added support for `symfony/process:^5.0` to work with laravel 7 (thanks [@](https://github.com/ibarrajo) [#21](https://github.com/mekras/php-speller/pull/21)) -- PHP 7 support. +## 2.0.3 - 2020-04-28 +### Fixed +- Resolve an issue with malformed html input (thanks to [@rouliane](https://github.com/rouliane) [#20](https://github.com/mekras/php-speller/pull/20)) -## 2.0 +## 2.0.2 - 2019-01-25 +### Fixed +- backward support for `php:^7.1 and `symfony/process: ^3.4` + +## 2.0.1 - 2019-01-18 +### Fixed +- Fixed support for hunspell paths on windows OS +## 2.0 - 2019-01-17 +### Added - Add custom dictionary support for aspell + +### Changed - Raise PHP requirement to 7.2 + +### Removed - Dropped `@deprecated` interfaces ## 1.7.2 - 2017-04-30 - ### Fixed - - HtmlFilter: `