Add a --collect-commands
option to the following commands which can be used to generate a list of commands
which can be executed as script (e.g. in combination with --dry-run
option).
pimcore5:migrate:filesystem
pimcore5:migrate:areabrick
pimcore5:views:rename
Added possibility to exclude fixers by their name by passing the --exclude-fixer
option. Fixer names can be listed with
the --list-fixers
option.
- Updated to PHP-CS-Fixer 2.6 and changed calls to work with immutable tokens
Added controller fixers which are able to:
- Add an
AppBundle\Controller
controller namespace - Change the controller parent class to
FrontendController
- Add a
Request $request
argument to controller actions - Change calls from
$this->getParam()
to$request->get()
- Added
self-update
command
- Move files by default and add pimcore5:views:update-db-references command
- Call pimcore5:config:fix implicitely when migrating filesystem
- Add pimcore5:config:fix command
- Refine command names
- Add shell completion
- Bootstrap application
- Implement
migration.sh
as command and add additional Pimcore 5 related commands