visiblevc / wordpress-starter

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

Misc housekeeping tasks / issue resolutions #164

Closed dsifford closed 4 years ago

dsifford commented 4 years ago

This PR isn't very exciting. It does the following:

  1. bumps the default theme to the newly available twentytwenty theme.
  2. includes the must-use plugins directory in the search for plugin volumes.
  3. bumps the max upload filesize to 50M (context here)
  4. runs shfmt on run.sh
  5. Address contradicting examples.
  6. Improve plugin volumes check to also include plugins that are a single php file

Closes #160 Closes #152

Ping @karellm

farshidhss commented 4 years ago

Thank you for making these changes :)