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.7.1
v0.7.0
v0.6.6
0.6.6 (2023-09-08)
Features
- adds
devuri/cpt-meta-box
0.4use DevUri\PostTypeMeta\MetaBox
(a4f8024) - adds
php nino up
andphp nino down
handles maintenance mode,up
will create .maintenance in the public dir anddown
will remove it (4d9705c) - new
config()
function to get config options (757a06f)
Bug Fixes
- autofix port number on local (9437ebc)
- only enable auto login if
WPENV_AUTO_LOGIN_SECRET_KEY
is available (e8aed54)
Miscellaneous Chores
v0.6.5
v0.6.4
0.6.4 (2023-08-06)
Features
wpi
is nowwp:install
(483f349)- add blog title to install options (c81e11f)
- add support for file
Exception
usingDefuse\Crypto\File
(0e4ecc9) - adds
config('key')
for accessing nested data using dot notation (a21ab49) - adds
devuri/dot-access
(d975244) - adds
php-encryption
andEncryption
class (d02bd3d) - adds Auto-Login MU Plugin and CLI (6b50e33)
- adds Elementor Pro activation class (557f696)
- adds encrypted backup option (4251bcf)
- adds s3 backup option (30d4e3f)
- adds TODO Setup Activity Logs. (939ee99)
- better handle on
S3_BACKUP_DIR
now uses domain as default (3e44c3e) - can generate key file with:
php nino config cryptkey
(518f63c) - fix filename and use month name, add
DELETE_LOCAL_S3BACKUP
(51bd6e7) - s3backup_dir env option
S3_BACKUP_DIR
(f30e6fc) - use
devuri/encryption
replacesEncryption
class (e54da9f)
Bug Fixes
- append login secret (7c52612)
- better login and token handling (bae96fd)
- create bucket is not always an option (a29c51e)
- deactivate is true (f36b67e)
- encode and ecode ciphertext (839f667)
- fix backup, same day backups now use timestamp (5751540)
- fixes bucket creation (12f9378)
- missing Encryption (b9a7ab0)
- move auto login to core Plugin so its always available (5df8a86)
- remove detects the error (11cabef)
- use
symfony/console:5.4.*
for php 7.4 (ae8b85e) - use
WPENV_AUTO_LOGIN_SECRET_KEY
(55a9743)
Miscellaneous Chores
v0.6.3
v0.6.2
0.6.2 (2023-07-07)
Features
- add
DatabaseBackup
clidb:backup
(648bfc5) - add backups by month and year to backup command, include snap.json (b856ed7)
- add upgrade to use
devuri/secure-password
(5c485a7) - adds Restricted Admin (d308ca6)
- adds
basic auth
plugin option (ef3c868) - adds
PublicKey
support for encryption or verification purposes (c019481) - adds
sudo_admin_group
users with higher privileges (90f4dc3) - adds
wpi -u admin
cli wp installerQuickInstaller
(d20f90a) - disable error handler with
false
(5b9f186)
Bug Fixes
- comment fix (faf94ea)
- deps (3d88f46)
- do not lock out the admin with basic auth (fd96d60)
- fix extra theme directory (0d60b40)
- fixes require (e29ada0)
Miscellaneous Chores
v0.6.1
0.6.1 (2023-07-01)
Features
- adds
Setup
and application error handling toApp
(453d5e9) - adds
sudo_admin
and CustomSucuri settings
Disable Sucuri WAF ui (214e1d8) - adds try catch block to
wpc_app
helper (3e449ec) - app config options:
security
, smtpmailer
andredis cache
(5744c54) - use
ConstantTrait
and addredis
andsecurity
settings to BaseKernel (80924a4)
Bug Fixes
- replace cli
install
=>i
to install plugins and themes (5f3419b) - trim for 8.1 (7bed1be)
- various fixes for sucuriscan (fba2017)
Miscellaneous Chores
- build (ca71cc7)
v0.6.0
0.6.0 (2023-06-27)
⚠ BREAKING CHANGES
- !BREAKING
symfony/console
is now6.0
requires php8.0.2
Features
- !BREAKING
symfony/console
is now6.0
requires php8.0.2
(01fb09b) templates_dir
replaces theme_dir (b2859dd)- adds
config_file
for overrides (a4bff89) - adds
make:htpass
cli to create htaccess basic auth password file (f2dbd3f) - adds alias
prod
,local
,dev
andsec
for environment switch (f9ee749) - adds dev
laravel/envoy
andspatie/ssh
(824023f) - adds security headers (c929311)
- get installed plugins as composer dependencies (f15ac59)
- rename
Nino Cli => 0.1.3
(41fd1b3)
Bug Fixes
symfony/console:6.0
version constraint for console (1afe274)- 7.3 compat fixes (5765d92)
- adds
APP_TEST_PATH
to fix tests warning (183b8c8) - fix console output for config (110efb1)
- fix htpass cli (924c06d)
- fix test namespace (5f30867)
- fixes for cli tools (8980692)
- php serve cli (db0fc02)
- use gmdate (81b1469)
- version upgrades (52fd71e)