All Versions
28
Latest Version
Avg Release Cycle
56 days
Latest Release
1162 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.7 Changes
January 19, 2022 -
v2.0.6 Changes
December 19, 2021๐ Fixed
- [Codeception] Updated Codeception version (See: CVE-2021-23420).
๐ Changed
- ๐ Several documentation improvements.
- ๐ Improved code style.
-
v2.0.5 Changes
August 22, 2021๐ Fixed
- ๐ Bug with wrong type when field "access_information" is empty (null).
- [PhpCsFixer] Support for version 3.0+. Pull request #414. Thanks to @StudioMaX.
- [Mysql, Pgsql, Sqlite] Variables interpolation for queries. Pull requests #415, #416. Thanks to @KieranFYI.
โ Removed
- ๐ Useless TravisCI and CodeCov configs.
-
v2.0.4 Changes
June 12, 2021๐ Fixed
- [PhpStan] Option
directories
anddirectory
. Issue #408. Pull request #409. Thanks to @StudioMaX. - [SecurityChecker] Option
allowed_warnings
. - ๐ Security issue with old Chart.js version (Chart.js upgraded from version
1.1.1
to3.3.0
).
- [PhpStan] Option
-
v2.0.3 Changes
April 20, 2021๐ Fixed
-
v2.0.2 Changes
March 21, 2021๐ Fixed
- ๐ SSH keys generating (Removed unwanted symbols). Issue #403.
- Environments (Case when you may get environment from another project). Issue #405.
- ๐ Localizations for "Notify" plugins.
- ๐ Deprecations from PHP 8.0. Pull request #404. Thanks to @ismaail.
๐ Changed
- [SecurityChecker] Reimplement the plugin because package
sensiolabs/security-checker
was archived/abandoned ๐ (See README). Now plugin usessymfony
๐ binary (Symfony CLI) orfabpot/local-php-security-checker
tool for working. See ๐ documentation.
โ Removed
- ๐ท Useless empty doc file about cronjob.
- ๐ Useless empty ru doc pages.
-
v2.0.1 Changes
January 17, 2021๐ Fixed
- [PhpCpd] Param "--names-exclude" for plugin PhpCpd (version 6+). Issue #401.
๐ Changed
- โ Added
.phpunit.result.cache
file to.gitignore
. - ๐ Improved
CHANGELOG.md
. - ๐ Improved
.php-censor.yml
config.
-
v2.0.0 Changes
January 10, 2021โฌ๏ธ How to upgrade from v1 to v2
๐ Changed
- Minimal PHP version increased to 7.4 (from 5.6).
โ Removed
- ๐ Deprecations from versions 1.x:
- Cronjob worker:
php-censor:run-builds
(Use daemon worker instead:php-censor:worker
). - Project configs
phpci.yml
and.phpci.yml
(use.php-censor.yml
instead). PHPCI_*
interpolation and env variables (UsePHP_CENSOR_*
instead).- Global application config section
b8.database
(Usephp-censor.database
instead). - Options
authToken
,api_key
,api_token
,token
for several plugins:CampfireNotify
,HipchatNotify
,FlowdockNotify
,TelegramNotify
,SensiolabInsight
,BitbucketNotify
(Useauth_token
instead). - Plugin names:
campfire
,telegram
,xmpp
,email
,irc
,phpstan
(Use:campfire_notify
,telegram_notify
, ๐xmpp_notify
,email_notify
,irc_notify
,php_stan
instead). - [Codeception] Option
path
(Use optionoutput_path
instead). - [Codeception] Option
executable
(Use the optionsbinary_path
andbinary_name
instead). - [Grunt] Option
grunt
(Use optionsbinary_path
andbinary_name
instead). - [Gulp] Option
gulp
(Use optionsbinary_path
andbinary_name
instead). - [PHPCodeSniffer] Option
path
(Use optiondirectory
instead). - [PHPCpd] Option
path
(Use optiondirectory
instead). - [PHPDocblockChecker] Option
path
(Use optiondirectory
instead). - [PHPMessDetector] Option
path
(Use optiondirectory
instead). - [PHPUnit] Option
directory
(Use optiondirectories
instead). - [SensiolabsInsight] Option
executable
(Use the optionsbinary_path
andbinary_name
instead). - [Shell] Option
command
and commands list without any named option. Use optioncommands
instead. - [PackageBuild] Special variables for plugin (
%build.commit%
,%build.id%
,%build.branch%
,%project.title%
,%date%
and%time%
). Use interpolated variables instead (%COMMIT_ID%
,%BUILD_ID%
,%BRANCH%
,%PROJECT_TITLE%
,%CURRENT_DATE%
,CURRENT_TIME
). - [MySQL and PostgreSQL] Options
pass
for plugins MySQL and PostgreSQL. Use optionpassword
instead. - [MySQL, PostgreSQL, SQLite] Queries list without option for plugins MySQL, PostgreSQL and SQLite. Use the options
queries
instead. - [MySQL] Imports list without option for plugin MySQL. Use the options
imports
instead. - [Mage, Mage3] Section
mage
andmage3
in the global application config and optionbin
. Use the plugin optionsbinary_path
andbinary_name
instead. - [CampfireNotify] Variable
%buildurl%
(Use the variable%BUILD_LINK%
instead).
- Cronjob worker:
-
v1.2.3 Changes
November 12, 2020 -
v1.2.2 Changes
November 08, 20202020-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.