Migrating from 1.x to 2.0
In composer.json change "metabolism/wordpress-bundle": "1.4.*" to "metabolism/wordpress-bundle": "2.0.*" then run composer update -o
After update
Remove
src/Service/Context.phpAdd
MIGRATE_FROM_V1in your.envUpdate
src/Controller/BlogController.php, replaceuse App\Service\Contextwithuse Metabolism\WordpressBundle\Service\ContextService as ContextUpdate
src/Controller/BlogController.php, replacefrontActionwithhomeActionEnable
WP Steroidsplugin
Please note that ContextService is deprecated and should be replaced using repository and arguments ( see doc or sample )
Last updated
Was this helpful?