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

Releases: devuri/wp-env-config

v3.3.0

14 Feb 22:11
01f20b5
Compare
Choose a tag to compare

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

v3.2.0

12 Feb 05:44
ffb584d
Compare
Choose a tag to compare

3.2.0 (2024-02-12)

Features

  • add REQUIRE_TENANT_CONFIG enforces a strict requirement (60fe441)
  • enable Tenant-Specific Configuration with app.php (b5b9c23)

Miscellaneous Chores

v3.1.2

11 Feb 15:48
13f95de
Compare
Choose a tag to compare

3.1.2 (2024-02-11)

Bug Fixes

  • better message for missing landlord data (73447a1)

v3.1.1

11 Feb 15:25
8404e6e
Compare
Choose a tag to compare

3.1.1 (2024-02-11)

Bug Fixes

  • do not show message it may contain dir info and full serv path (d2acbc0)

v3.1.0

11 Feb 14:46
6dafbe9
Compare
Choose a tag to compare

3.1.0 (2024-02-11)

Features

  • auto generate env file if it does not exist (58e8214)

Miscellaneous Chores

v3.0.1

10 Feb 15:00
7c6ac51
Compare
Choose a tag to compare

3.0.1 (2024-02-10)

Miscellaneous Chores

v3.0.0

10 Feb 00:37
4aeb4e9
Compare
Choose a tag to compare

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 plugin Tenancy (363d2c0)
  • simplify multi-tenant switching using defined database tables (63936ce)

Bug Fixes

Miscellaneous Chores

v2.2.1

08 Feb 18:59
ae9926b
Compare
Choose a tag to compare

2.2.1 (2024-02-08)

Bug Fixes

  • adds EnvTypes class (721bcec)
  • fix config location (05a53d9)
  • if use WP_ENVIRONMENT_TYPE if defined in config will override .env (dfcc1ea)

Miscellaneous Chores

v2.2.0

08 Feb 17:35
504a2d8
Compare
Choose a tag to compare

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

v2.1.1

06 Feb 20:57
cc2cd8e
Compare
Choose a tag to compare

2.1.1 (2024-02-06)

Bug Fixes

  • include psr/log version to fix php7.4 errors (e9b038d)
  • psr fix (d78fecf)
  • Update symfony/error-handler (4222d9a)