Releases: php-censor/php-censor
Releases · php-censor/php-censor
1.0.8 (Morty Smith)
2019-04-26
Fixed
- CVE-2019-10910 and CVE-2019-10912 in Symfony components (Updated components versions).
Changed
- Renamed PHPUnit config (
phpunit.xml->phpunit.xml.dist).
1.0.7 (Morty Smith)
2019-03-30
Added
- Optional port for queue (
Pheanstalk) and fixed documentation about worker setting up. Issue #288.
Fixed
- Config path for PHPCodeSniffer config. Issue #287.
- GitHub sources links for errors with only one line.
Changed
- Improved code style.
- Improved documentation (About configuring projects).
1.0.6 (Morty Smith)
2019-03-06
Added
- Information about actual releases and release branches to
README.md.
Fixed
- Validation for fields
project.access_informationandbuild.extrain modelsProjectandBuild.
Changed
- Improved code style.
1.0.5 (Morty Smith)
2019-02-10
Fixed
- Overload for plugin options: "directory" and "binary_path". Issue #270.
- Models creation for cases when we have more columns in DB then model fields (Case: new feature with new columns in the another branch). Issue #270.
- Guzzle version for correct Slack plugin working. Issue #270.
- Behavior of application config option
email_settings.from_addressfor case whenfrom_addresslike
[email protected]without user name (Now the addresses like[email protected]will be transform automatically to format:PHP Censor <[email protected]>). Issue #270.
Changed
1.0.4 (Morty Smith)
1.0.3 (Morty Smith)
2019-01-27
Fixed
- Errors trend processing (total errors count and previous build errors count).
- Rebuild without debug for builds with debug.
- PhpCodeSniffer and PhpMessDetector plugins output for non-debug mode.
- Codeception plugin config (codeception.yml) path. Issue #262.
- Paths with symlinks for plugins.
- Arrow icon for build errors trend for pending/running builds (Arrow removed).
- Method
getDiffLineNumberfor case errors without file ($file = NULL).
1.0.2 (Morty Smith)
1.0.1 (Morty Smith)
1.0.0 (Morty Smith)
2019-01-08
Added
- Total errors trend to the dashboard for builds.
PHP_CENSOR_*env variables (LikePHPCI_*).- Several missing interpolation variables (
%PHPCI_BRANCH%,%PHPCI_BRANCH_URI%,%PHPCI_ENVIRONMENT%). - A lot of notices about deprecated features for version 1.0 (It will be delete in version 2.0): cronjob worker (Use worker instead),
phpci.yml/.phpci.ymlconfigs (Use.php-censor.ymlinstead), a lot of plugin options,PHPCi_*interpolation and env variables etc.
Fixed
- Wrong namespace in BuildInterpolator for PHP version 5.6.
- Wrong namespace in PHPSpec plugin constructor.
0.25.0
2019-01-01
Added
- PHP 7.3 to TravisCI config (
.travis.yml). .htaccessto.gitignore. Pull request #228. Thanks to @jwmwalrus..gitattributesconfig.- Global options
directoryfor all plugins (build_settings.derectory). Pull request #240. Thanks to @vinpel. - Plugins options
binary_pathandbinary name(and newpriority_pathvariant:priority_path) for use your own alternative executable file for plugin. Pull request #240. Thanks to @vinpel. - Relative path resolving and interpolation for
directoryandignoreplugin options. Issue #245. - Dependencies for notification plugins (Slack, Hipchat and Flowdock) to the project. Issue #233.
- Build total errors count to web interface.
- Plugins: Telegram and DeployerOrg
to repository.
Changed
- Improved documentation.
- Upgrade SensioLabs Security Checker version (v4 -> v5. See: https://twitter.com/fabpot/status/1067085006542118913).
- Unified plugins options (
path->directoryetc.). Old options is DEPRECATED and will be deleted in v2.0. Pull request #240. Thanks to @vinpel. - Improved issue/pull request templates and etc Github stuff.
- Improved Codecov config (
.codecov.yml). - Updated dependencies.
Removed
- Very verbose flag (
-vvv) from Codeception's command by default. Pull request #248. Thanks to @jwmwalrus.
Fixed
- Worker freezing after long commands (Codeception plugin). Issue #217. Pull request #229. Thanks to @jwmwalrus.
- Codeception plugin command for execution (Moved the
--xmlflag to the end of the command). Pull request #230. Thanks to @jwmwalrus. - Logging for builds in debug mode.
- Error messages for PHPDocBlockChecker plugin. Issue #234.
- Nullable types for PHPDocBlockChecker plugin. Issue #235.
- Migrations from scratch. Pull request #238. Thanks to @vinpel.
- CopyBuild plugin working with files with first '.' in the name. Issue #242.
- PHPDocblockChecker notices. Issue #246.