This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
v0.20.1
0.20.1 (2023-03-07)
Features
- add configMap() Display a list of constants defined by Setup. (68f1fa5)
- Adds 'wordpress' => 'wp', (16f5804)
- Adds
asset_url()
(47d33b8) - Adds
Asset::url
(d8572c2) - Adds
env()
function (c9ce38b) - Adds
HttpKernel
default args (5e4a020) - Adds
static::detect_error()
andstatic::env()
(b310e16) - adds a list of setup options (9dea7b3)
- adds config method in class Setup (5a5502b)
- Adds docs dir (4f89446)
- adds Environment::secure() (8a2f109)
- adds Exception try catch block (c71034f)
- adds getEnvironment() to get the current Environment setup (46f65d5)
- Adds Kernel (8fc96c2)
- adds more error reporting for
debug
(7c55d36) - Adds tests for
HttpKernel
(b18b06c) - can now disable and bypass the default setup process (617938a)
- constant can be overridden in wp-config.php, add Directory $path (e9fa1b5)
- defines Environment types (36e7778)
- simplify environment setup, allow bypass of default setup (8ef04d5)