Skip to content

Releases: wecodemore/wpstarter

v2.3.2

28 Jul 10:27
Compare
Choose a tag to compare

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

v2.3.1

14 Jul 13:02
Compare
Choose a tag to compare

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

v2.3.0

30 May 09:58
Compare
Choose a tag to compare

Added

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

Changed

Nothing

Fixed

Nothing

v2.2.5

13 Apr 14:20
Compare
Choose a tag to compare
  • 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

v2.2.4

06 Mar 23:24
Compare
Choose a tag to compare

Fixed

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

v2.2.3

29 Feb 16:24
Compare
Choose a tag to compare

Removed WP_LANG and FORCE_SSL_LOGIN props @GaryJones

v2.2.2

18 Jan 11:58
Compare
Choose a tag to compare
  • Fix MuLoader throws notice (see #18) - Thanks @schlessera
  • Remove duplicate settings form .env.example template - Thanks @GaryJones

v2.2.1

29 Oct 12:25
Compare
Choose a tag to compare

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.

v2.2.0

28 Sep 13:36
Compare
Choose a tag to compare
  • Updated Dotenv version
  • Add possibility to use custom name .env file
  • General improvements to environment variables handling

v2.1.3

15 Jul 00:40
Compare
Choose a tag to compare
Add missing constants in Env $isString - Fixes #10