This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
Releases: devuri/wp-env-config
Releases · devuri/wp-env-config
v0.5.0
0.5.0 (2023-06-18)
⚠ BREAKING CHANGES
breaking change
refactor
Features
breaking change
refactor (20f7150)nino
is now available invendor/bin
(561c27d)- Add
config(false)
to use WP_ENVIRONMENT_TYPE (5d5f2e4) - add
get_http_env()
Get the current set wp app env (ce3bcdb) - add configMap() Display a list of constants defined by Setup. (68f1fa5)
- Adds 'wordpress' => 'wp', (16f5804)
- Adds
asset_url()
(47d33b8) - Adds
Asset::url
(d8572c2) - Adds
CryptTrait
, Encrypts the values of sensitive data in the given configuration array (e0d8760) - Adds
DEVELOPER_ADMIN
const an int user ID (d935426) - Adds
env()
function (c9ce38b) - Adds
generate:composer
to create composer file (3612106) - Adds
HTTP_ENV_CONFIG
get_environment()
(8737d11) - Adds
HttpKernel
default args (5e4a020) - adds
nino install
to install plugin or theme (e704045) - Adds
Nino
Cli (299a889) - Adds
oops
error handler (3cbb8f2) - Adds
overrides
forconfig.php
(f5c2c6c) - Adds
set_env_secret( string $key )
to define secret env vars (f5a4b84) - Adds
SSL
support bycertbot
(9ccb5cf) - Adds
static::detect_error()
andstatic::env()
(b310e16) - Adds
USE_APP_THEME
check (d55fd95) - Adds
uuid
(15c61c1) - Adds
wpc_app
function (593e767) - adds a list of setup options (9dea7b3)
- Adds changes
.env
db prefix if set towp_
(39b03e7) - Adds cookie-related override for WordPress constants (5039404)
- Adds custom theme dir (39f97ba)
- Adds docs dir (4f89446)
- adds Environment::secure() (8a2f109)
- Adds Generator to create
htpasswd
(3190fc9) - adds getEnvironment() to get the current Environment setup (46f65d5)
- Adds Kernel (8fc96c2)
- adds more error reporting for
debug
(7c55d36) - Adds multiple
env
file support: vlucas/phpdotenv#394 (a4f97b3) - Adds new
core
plugin (cb219d8) - Adds suggest
spatie/ssh
(cf0befa) - Adds support for
aaemnnosttv/wp-sqlite-db
(f8b3d80) - Adds support for custom log dir
year-month-day.log
(54c4ba0) - Adds tests for
HttpKernel
(b18b06c) - can now disable and bypass the default setup process (617938a)
- create
uuid
dir path to store phpmyadmin or adminer (a968668) - defines Environment types (36e7778)
- error handler can now be passed in as a
Kernel
argument (da5419c) - Hash env output on the command line (05a6eb2)
- optionally pass in the
HttpKernel
instance (50f2d92) - Prevent Admin users from deactivating plugins. (1326209)
- register custom theme directory in
Core Plugin
(7162fcd) - Set slug of the default theme (147fe09)
- simplify environment setup, allow bypass of default setup (8ef04d5)
- Validate
.env
port matcheslocal
server port (df8297c) - when
null
orfalse
theWP_ENVIRONMENT_TYPE
is used (5adb242)
Bug Fixes
- Adds
Error Handler
docs (1292dde) - bin missing from package (0d93d5c)
- consolidate
env
methods (1f093c7) - create
.env
before we serve in cases where it does not exist (c952204) - dump error message for dotenv (a186bbd)
- fix ConfigInterface (3570754)
- fix example file (c84cd88)
- fix the return type of
env
should be mixed (5e10591) - fixes
root_dir_path
(f3481af) - fixes
strtolower
conversion (92f5820) - fixes debug error handlers based on
environment
(434b06f) - fixes error log location (e884570)
- fixes interface in v0.30.01 (813ac64)
- fixes return type for
Setup::get_environment()
(3d9d8fc) - fixes rreturn type set to ConfigInterface (338912a)
- fixes symfony compatability (155b0a7)
- fixes the
APP_THEME_DIR
(2123cd6) - fixes the
env
funct...
v0.4.0
0.30.9 (2023-06-18)
Features
- add
get_http_env()
Get the current set wp app env (ce3bcdb) - Adds
generate:composer
to create composer file (3612106) - adds
nino install
to install plugin or theme (e704045) - Adds
USE_APP_THEME
check (d55fd95) - Adds
wpc_app
function (593e767) - Adds custom theme dir (39f97ba)
- error handler can now be passed in as a
Kernel
argument (da5419c) - Prevent Admin users from deactivating plugins. (1326209)
- register custom theme directory in
Core Plugin
(7162fcd)
Bug Fixes
v0.30.8
0.30.8 (2023-03-23)
Features
- Adds
uuid
(15c61c1) - Adds cookie-related override for WordPress constants (5039404)
- Adds Generator to create
htpasswd
(3190fc9) - Adds multiple
env
file support: vlucas/phpdotenv#394 (a4f97b3) - Adds suggest
spatie/ssh
(cf0befa) - create
uuid
dir path to store phpmyadmin or adminer (a968668) - Set slug of the default theme (147fe09)
- Validate
.env
port matcheslocal
server port (df8297c)
Bug Fixes
v0.30.7
v0.30.6
v0.30.5
v0.30.4
v0.30.3
v0.30.2
0.30.2 (2023-03-14)
Features
- Adds
HTTP_ENV_CONFIG
get_environment()
(8737d11) - Adds
Nino
Cli (299a889) - Adds
oops
error handler (3cbb8f2) - Adds
set_env_secret( string $key )
to define secret env vars (f5a4b84) - Adds new
core
plugin (cb219d8) - Hash env output on the command line (05a6eb2)
- optionally pass in the
HttpKernel
instance (50f2d92)
Bug Fixes
- fix the return type of
env
should be mixed (5e10591) - fixes interface in v0.30.01 (813ac64)
- fixes symfony compatability (155b0a7)
- fixes the
env
function more reliable output (64559af) - fixes translation string (994e7d2)
- fixes white lable plugin (be9fb1b)
- fixes WP_DEBUG not set (c0129b5)
- improve and fix the
get_config_map()
(3ba1a9b) - symfony debug now only depends on
environment
value (b84171e)