wpstarter

Easily bootstrap whole site Composer packages for WordPress.

MIT License

Downloads
134.4K
Stars
244
Committers
13

Bot releases are hidden (Show)

wpstarter - v.1.3.3

Published by gmazzap over 9 years ago

PHP 5.3 compatibility issue fixed.

wpstarter - v.1.3.2

Published by gmazzap over 9 years ago

wpstarter - v.1.3.0

Published by gmazzap over 9 years ago

  • Before creating .gitignore user is required of a confirm, even if no .gitignore exists. (If it exists creation is skipped at all, a warning is printed to console)
  • When .gitignore is created it contains:
    • wp-config.php
    • .env
    • WordPress folder
    • wp-content folder
    • vendor folder
    • a bunch of common irrelevant files
  • Improvements to console messages and a new class to handle them
  • Genaral Refactoring
wpstarter - v1.2.1

Published by gmazzap over 9 years ago

Better .gitignore flow.

wpstarter - v1.2.0

Published by gmazzap over 9 years ago

When the server that install package is not the same of the one that uses it, absolute paths fail. Always use relative paths.