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
v3.3.0
3.3.0 (2024-02-14)
Features
- adds md5 hash for
APP_TENANT_ID
(775b00b) - in
tenancy.php
we can overridePUBLIC_WEB_DIR
andAPP_CONTENT_DIR
(74b6524) - tenant ID is always set even in non multi-tenat (6d1fdae)
- use
wp_terminate
formaintenance
which now can be per tenant (baba0c9)
Bug Fixes
- add tenat_id in admin footer (a474e79)
- adds plugin loader to load plugins via
option_active_plugins
filter (9f453dd) - APP_TENANT_ID can be set to false in the .env to short-cercuit the custom uploads directory behavior. (66763cc)
- is
env( 'IS_MULTITENANT' )
(290089a) - update
APP_CONTENT_DIR
so it does not require/
(24069bf)
Miscellaneous Chores
v3.2.0
v3.1.2
v3.1.1
v3.1.0
v3.0.1
v3.0.0
3.0.0 (2024-02-10)
⚠ BREAKING CHANGES
- get tenants from database table
tenants
requires plugin Tenancy
Features
- get tenant from DB for multi-tenant support (6854fdf)
- get tenants from database table
tenants
requires pluginTenancy
(363d2c0) - simplify multi-tenant switching using defined database tables (63936ce)
Bug Fixes
- add _is_multitenant() (a528712)
Miscellaneous Chores
v2.2.1
v2.2.0
2.2.0 (2024-02-08)
Features
- add
AppHostManager
to streamline how we handle http, replaces http functions (a7d10d1) - adds new
wp_terminate()
function (116af93) - Improvements for multi-tenant applications (e32166c)
Bug Fixes
- ensure we have tenant ID (b3e392c)
- fix FILTER_UNSAFE_RAW (2b4c2df)
- Loads tenant-specific
config.php
or defaultconfig.php
(b31d7bb) - separate uploads for multi tenant. (9c8d82c)
- user needs 'manage_tenant' or Remove delete action link for plugins (f3df3ec)