Releases: wecodemore/wpstarter
Releases · wecodemore/wpstarter
v2.3.2
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
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
Added
- Make
WPSTARTER_PATH
available in wp-config.php
(see #30)
Changed
Nothing
Fixed
Nothing
v2.2.5
- 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
Fixed
Require wpackagist with https. (Only relevant when used as root package.)
v2.2.3
Removed WP_LANG
and FORCE_SSL_LOGIN
props @GaryJones
v2.2.2
- Fix MuLoader throws notice (see #18) - Thanks @schlessera
- Remove duplicate settings form
.env.example
template - Thanks @GaryJones
v2.2.1
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
- Updated
Dotenv
version
- Add possibility to use custom name .env file
- General improvements to environment variables handling
v2.1.3
Add missing constants in Env $isString - Fixes #10