Skip to content

Releases: wecodemore/wpstarter

v2.1.2

13 Jul 19:02
Compare
Choose a tag to compare
Fix CS and minor issues on wp-config template

v2.1.1

01 Aug 16:04
Compare
Choose a tag to compare

Fix HTTPS when a load balancer is in use.

v2.1.0

12 May 10:00
Compare
Choose a tag to compare

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

v2.0.2

11 May 22:05
Compare
Choose a tag to compare

Fixed a bug in Config class

v2.0.1

13 Apr 14:17
Compare
Choose a tag to compare
Merge pull request #6 from kai-jacobsen/patch-1

Fixed bug in Env::normalise() method

Version 2.0

08 Apr 00:41
Compare
Choose a tag to compare
  • 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/

v.1.3.4

18 Mar 10:52
Compare
Choose a tag to compare

Fixed issue with MuLoader on installing.

v.1.3.3

10 Mar 12:35
Compare
Choose a tag to compare

PHP 5.3 compatibility issue fixed.

v.1.3.2

06 Mar 18:27
Compare
Choose a tag to compare
Handle edge cases for folders to git-ignore

v1.3.1

01 Aug 15:51
Compare
Choose a tag to compare

Hotfix