visiblevc / wordpress-starter

A slightly less shitty wordpress development workflow
688 stars 167 forks source link

perform db update on import + improve docs #147

Closed dsifford closed 6 years ago

dsifford commented 6 years ago

This PR adds an extremely minor change that mitigates a small annoyance.

Typically, if a user imports an existing database into a nightly wordpress site, when logging it they'll be hit with a "you must update your database to continue" message. This PR adds a check that automatically does this on build.

This PR also fixes minor documentation issues.

Once approved, I'll build targeting the latest builds of each PHP minor version that we're tracking (we're behind a few).

cc: @karellm