Skip to content
Alejandro Mostajo edited this page Mar 22, 2019 · 1 revision

Change Log

Migrating to core version 3.1 (Feb 2019)

Wordpress version 5.1 brought a couple of compatibility issues. To migrate the framework to the latest core release do the following:

  1. Update boot Replace the app/Boot/bootstrap.php file located in your project, with the one in the repo.
  2. Update config Review the app/Config/app.php file located in the repo, we have updated the paths to cache and log, and added the auto-load localization files feature.
  3. Update composer.json Review and update your composer.json file so it points to core version 3.1.
"10quality/wpmvc-core": "^3.1"

After those changes are in place. Run composer update to update your project.

Clone this wiki locally