Version 1.0.4
We have released WordPress MVC version 1.0.4 upon some several updates to some package modules.
Migrating to 1.0.4
File: .gitignore
Add the following line to your .gitignore
file:
package-lock.json
File: gulpfile.js
All custom gulp tasks must be located above wpmvc()
function call, see the example below:
// -------------- // START - CUSTOM TASKS // ... Custom gulp tasks here ... // END - CUSTOM TASKS // -------------- // Init WPMVC default tasks. wpmvc(gulp, config);
Module updates
Each module repository has its changelog information detailed at its Releases
tab.