Skip to content

Releases: wecodemore/wpstarter

v.1.3.0

06 Mar 06:03
Compare
Choose a tag to compare
  • 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

v1.2.1

05 Mar 22:25
Compare
Choose a tag to compare

Better .gitignore flow.

v1.2.0

05 Mar 21:26
Compare
Choose a tag to compare

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

v1.1.0

01 Aug 15:51
Compare
Choose a tag to compare

First attempt for a README

v1.0.0

01 Aug 15:52
Compare
Choose a tag to compare

First commit – First version