Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

v3.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 22:11
01f20b5

3.3.0 (2024-02-14)

Features

  • adds md5 hash for APP_TENANT_ID (775b00b)
  • in tenancy.php we can override PUBLIC_WEB_DIR and APP_CONTENT_DIR (74b6524)
  • tenant ID is always set even in non multi-tenat (6d1fdae)
  • use wp_terminate for maintenance 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