wpstarter

Easily bootstrap whole site Composer packages for WordPress.

MIT License

Downloads
134.4K
Stars
244
Committers
13

Bot releases are hidden (Show)

wpstarter - v2.1.1

Published by thefuxia about 8 years ago

Fix HTTPS when a load balancer is in use.

wpstarter - v1.0.0

Published by franz-josef-kaiser about 8 years ago

First commit – First version

wpstarter - v1.1.0

Published by franz-josef-kaiser about 8 years ago

First attempt for a README

wpstarter - v1.3.1

Published by gmazzap about 8 years ago

Hotfix

wpstarter - v2.3.2

Published by gmazzap about 8 years ago

Fixed

Nothing

Added

Nothing

Changed

  • Changed bootstrap line in index.php template to be similar to what WP core uses. This avoid issues with scripts parsing index.php with regular expression. Props @schlessera, see #35
wpstarter - v2.3.1

Published by gmazzap over 8 years ago

Fixed

Nothing

Added

Nothing

Changed

  • wp-content-related constants are defined only when actually different from default, otherwise network installation screen will complain for no reason
  • Documentation improvement and fixes, thanks to @schlessera
wpstarter - v2.3.0

Published by gmazzap over 8 years ago

Added

  • Make WPSTARTER_PATH available in wp-config.php (see #30)

Changed

Nothing

Fixed

Nothing

wpstarter - v2.2.5

Published by gmazzap over 8 years ago

  • Add Setup::runAsRoot script to post-update-cmd to ensure installation script on update when WP Starter is used as root package
  • Update "Quick Start" example to include Setup::run script to post-update-cmd
wpstarter - v2.2.4

Published by gmazzap over 8 years ago

Fixed

Require wpackagist with https. (Only relevant when used as root package.)

wpstarter - v2.2.3

Published by gmazzap over 8 years ago

Removed WP_LANG and FORCE_SSL_LOGIN props @GaryJones

wpstarter - v2.2.2

Published by gmazzap over 8 years ago

  • Fix MuLoader throws notice (see #18) - Thanks @schlessera
  • Remove duplicate settings form .env.example template - Thanks @GaryJones
wpstarter - v2.2.1

Published by gmazzap almost 9 years ago

Salt keys are not forced to be unique per environment by default.

This has proven to be an issue is some cases, even if issue was not consistently reproducible.

As always salts can be set via environment vars.

wpstarter - v2.2.0

Published by gmazzap about 9 years ago

  • Updated Dotenv version
  • Add possibility to use custom name .env file
  • General improvements to environment variables handling
wpstarter - v2.1.3

Published by gmazzap over 9 years ago

wpstarter - v2.1.2

Published by gmazzap over 9 years ago

wpstarter - v2.1.0

Published by gmazzap over 9 years ago

Better folder handling: now all paths are internally managed as relative to root. Nothing change for API.

wpstarter - v2.0.2

Published by gmazzap over 9 years ago

Fixed a bug in Config class

wpstarter - v2.0.1

Published by gmazzap over 9 years ago

wpstarter - Version 2.0

Published by gmazzap over 9 years ago

  • Massive refactoring: code is now more modular and the entire workflow is organized into "steps".
  • Content folder is not moved anymore, but an additional theme folder is registered. As per discussion in #2
  • Configurations disscuded in #3 is now available.
  • Documenation added in gh-pages branch, see http://wecodemore.github.io/wpstarter/
wpstarter - v.1.3.4

Published by gmazzap over 9 years ago

Fixed issue with MuLoader on installing.