Releases: php-censor/php-censor
Releases · php-censor/php-censor
1.2.4 (Summer Smith)
1.2.3 (Summer Smith)
1.2.2 (Summer Smith)
2020-11-08
Fixed
- [SQLite] PDO initialization. Issue #377.
- [BitbucketNotify] Parameter
repository_lug->repository_slug. Issue #395. - Installation with Composer version 2. Issue #391.
- Case when working directory creation failed interpolation variables don't initialize. Issue #382.
- Case when comments on Github/Bitbucket failed all plugin fail too. Issue #383.
Changed
- Improved TravisCI config.
1.2.1 (Summer Smith)
1.2.0 (Summer Smith)
2020-06-15
Added
- [PhpUnit] Badge for PhpUnit plugin coverage level (shields.io). Issue #306.
- [PhpUnit] Options
required_classes_coverage,required_methods_coverage,required_lines_coverage. Issue #299. Pull request #354. Thanks to @slavkluev. - [Shell] Option
execute_allfor Shell plugin. - [MySQL, PostgreSQL, SQLite] Option
options(For PDO additional options) for plugins MySQL, PostgreSQL and SQLite (Optional). - [MySQL, PostgreSQL] Options
portanddbnamefor plugins MySQL and PostgreSQL (Optional). - [MySQL] Option
charsetfor MySQL plugin (Optional). - [PhpTalLint] Options "allowed_errors" and
allowed_warnings. - [BitbucketNotify] PhpUnit code coverage for BitbucketNotify. Pull requests #308, #309, #312, #323. Thanks to @lugark.
- [WebhookNotify] New WebhookNotify plugin. Issue #184. Pull request #367. Thanks to @leewillis77.
- Default value for DB port parameter during the installation (
3306for MySQL and5432for PostgreSQL). Issue #316. - Yaml project config validation for project edit web-interface. Pull requests #332, #336. Thanks to @lugark.
- Ability to stopping worker by several strategies (
soon,doneandidle). Pull request #359. Thanks to @SimonHeimberg. - Priority option for builds. Pull request #360. Thanks to @SimonHeimberg.
- New console command for removing old builds. Pull request #314. Thanks to @Dave13h.
Fixed
- [PHPCodeSniffer] PHPCodeSniffer plugin dependencies for PHP
7.3. Issue #334. Pull request #335. Thanks to @xl32. - Many database scheme issues (Added foreign keys, improved columns types etc.). Issue #365.
Changed
- [PhpCsFixer, PhpDocblockChecker] Improved plugins output. Pull request #357. Thanks to @SimonHeimberg.
- [SecurityChecker] Now you may use
symfonybinary for security check with optionbinary_name
(symfony security:check). Pull request #358. Thanks to @SimonHeimberg. - [PhpUnit] Improved catching coverage output. Pull request #355. Thanks to @SimonHeimberg.
- [SlackNotify] Changed unsupported package
maknz/slackfor Slack integration to packagealek13/slack. Pull request #364. Thanks to @alek13. - Improved code style, documentation and localizations. Pull requests #331, #330, #329, #328, #322, #317, #356, #361. Thanks to @Ultra9, @mixo and @SimonHeimberg.
- Default value of global configuration param
allow_public_artifacts(true->false). - Build branch default (
master->master|default|trunkforgit|hg|svn). - Deprecated in this version:
- [PackageBuild] Special variables for plugin PackageBuild (
%build.commit%,%build.id%,%build.branch%,%project.title%,%date%and%time%) are deprecated and will be deleted in version 2.0. Use interpolated variables instead (%COMMIT_ID%,%BUILD_ID%,%BRANCH%,%PROJECT_TITLE%,%CURRENT_DATE%,CURRENT_TIME). - [Shell] Option
commandand commands list without any named option for plugin Shell are deprecated and will be deleted in version 2.0. Use optioncommandsinstead. - [MySQL and PostgreSQL] Options
passfor plugins MySQL and PostgreSQL is deprecated will be deleted in version 2.0. Use optionpasswordinstead. - [MySQL, PostgreSQL, SQLite] Queries list without option for plugins MySQL, PostgreSQL and SQLite is deprecated and will be deleted in version 2.0. Use the options
queriesinstead. - [MySQL] Imports list without option for MySQL plugin is deprecated and will be deleted in version 2.0. Use
the optionsimportsinstead. - [Mage, Mage3] Section
mageandmage3in the global application config and optionbinis deprecated and will be deleted in version 2.0. Use the plugin optionsbinary_pathandbinary_nameinstead.
- [PackageBuild] Special variables for plugin PackageBuild (
1.1.6 (Birdperson)
2020-06-14
Fixed
- Deprecation error on PHP 7.4 by Phinx (Phinx version upgraded from version 0.10 to 0.11). Issue #363.
Changed
- Updated dependencies.
- Improved change log markup.
1.0.16 (Morty Smith)
2020-06-14
Fixed
- Deprecation error on PHP 7.4 by Phinx (Phinx version upgraded from version 0.10 to 0.11). Issue #363.
Changed
- Updated dependencies.
- Improved change log markup.
1.1.5 (Birdperson)
1.0.15 (Morty Smith)
1.1.4 (Birdperson)
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).