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

v2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 17:35
504a2d8

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 default config.php (b31d7bb)
  • separate uploads for multi tenant. (9c8d82c)
  • user needs 'manage_tenant' or Remove delete action link for plugins (f3df3ec)

Miscellaneous Chores