- Upgrade your PHP Censor installation to latest v1 release
(
1.3.*
). - If you use cronjob worker, you should migrate to daemon worker.
- Fix all deprecations from v1 on your installation:
- You should rename
phpci.yml
or.phpci.yml
project configs to.php-censor.yml
. - You should rename
PHPCI_*
variables toPHP_CENSOR_*
. - You should rename
b8.database
section of application config tophp-censor.database
. - Etc... (See v2.0.0 changelog).
- You should rename
- Upgrade your PHP Censor installation to v2 (
2.0.0
). - (Optional) You may remove manually DB table
migration
(In v2 uses new tablemigrations
).