Releases: php-censor/php-censor
Releases · php-censor/php-censor
1.0.14 (Morty Smith)
2019-12-25
Added
- TravisCI configuration for
PHP 7.4
.
Fixed
- Atoum plugin output.
- Sqlite plugin queries option.
Changed
- Updated dependencies (Fixed CVE-2019-18889: Forbid serializing AbstractAdapter and TagAwareAdapter instances in
symfony/cache:v3.4.34
).
1.1.3 (Birdperson)
1.0.13 (Morty Smith)
1.1.2 (Birdperson)
1.0.12 (Morty Smith)
1.1.1 (Birdperson)
2019-06-15
Added
FUNDING.yml
config for GitHub.
Fixed
- Information about versions in
README.md
file. - Potential bug with
Symfony\Component\Process\Process::_construct
parametercwd
.
Changed
- Updated dependencies.
1.0.11 (Morty Smith)
2019-06-15
Added
FUNDING.yml
config for GitHub.
Fixed
- Potential bug with
proc_open
function parametercwd
.
Changed
- Updated dependencies.
1.1.0 (Birdperson)
2019-05-25
Release includes all changes from release 1.0.10 and additionally:
Added
- Phlint plugin. Pull request #280. Thanks to @panosru.
- Phpstan plugin. Pull request #279. Thanks to @panosru.
- Pahout plugin. Pull request #278. Thanks to @panosru.
- Psalm plugin. Pull request #277. Thanks to @panosru.
- BitbucketNotify plugin. Pull request #302. Thanks to @EugenGanshorn.
- BitBucket Server project source (Like Github, Bitbucket, etc.). Pull request #286. Thanks to @fejal.
- PostgreSQL
SSLMODE
connection option. Pull request #283. Thanks to @mikebronner. - New build sources for rebuild from WEB and CLI with pointer to parent build. Issue #272.
- Some additional types for Github (Git type) and Bitbucket (Git and Hg types) webhooks. Issue #284.
Fixed
- Webhook for private Bitbucket repositories. Pull request #281. Thanks to @EduardMalik.
- Environment variables for child processes. Issue #212, #261. Pull requests #269, #250. Thanks to @jwmwalrus.
Changed
- Flushing errors before executing stage
complete
to make them available forcomplete
stage plugins. Pull request #294. Thanks to @EugenGanshorn. - Configuration section
b8.database
is deprecated. Use instead sectionphp-censor.database
. Issue
#289.
1.0.10 (Morty Smith)
1.0.9 (Morty Smith)
2019-05-12
Fixed
- Fixed warning on exception page when user don't loggin.
Changed
- Improved default value of installation URL for support both http-protocols (
http
andhttps
). Issue #303.