You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Update boot Replace the app/Boot/bootstrap.php file located in your project, with the one in the repo.
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.
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.