This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
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)