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

Commit

Permalink
Merge pull request #236 from devuri/release-please--branches--master
Browse files Browse the repository at this point in the history
chore(master): release 3.3.0
  • Loading branch information
devuri authored Feb 14, 2024
2 parents bd3d4a7 + 169c35f commit 01f20b5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.2.0"
".": "3.3.0"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [3.3.0](https://github.com/devuri/wp-env-config/compare/v3.2.0...v3.3.0) (2024-02-14)


### Features

* adds md5 hash for `APP_TENANT_ID` ([775b00b](https://github.com/devuri/wp-env-config/commit/775b00ba920b363ae0cf07922d401e3ea792cf8a))
* in `tenancy.php` we can override `PUBLIC_WEB_DIR` and `APP_CONTENT_DIR` ([74b6524](https://github.com/devuri/wp-env-config/commit/74b6524c8b0ddf816335eadb6f11d99097bd133d))
* tenant ID is always set even in non multi-tenat ([6d1fdae](https://github.com/devuri/wp-env-config/commit/6d1fdaed789aad40df2e51d835bda7fa0f88a603))
* use `wp_terminate` for `maintenance` which now can be per tenant ([baba0c9](https://github.com/devuri/wp-env-config/commit/baba0c97d5254500fc603802744e741cc08b3bec))


### Bug Fixes

* add tenat_id in admin footer ([a474e79](https://github.com/devuri/wp-env-config/commit/a474e790f65db2a035f21265eea1ce844968b1e8))
* adds plugin loader to load plugins via `option_active_plugins` filter ([9f453dd](https://github.com/devuri/wp-env-config/commit/9f453ddf9dcab26e7ed538631fb9d9fa0fdfb7c9))
* APP_TENANT_ID can be set to false in the .env to short-cercuit the custom uploads directory behavior. ([66763cc](https://github.com/devuri/wp-env-config/commit/66763cc0a3e4d96e77055bd99540042af78fa4bc))
* is `env( 'IS_MULTITENANT' )` ([290089a](https://github.com/devuri/wp-env-config/commit/290089ab5a7e719c0fc6a5d888afc504db242929))
* update `APP_CONTENT_DIR` so it does not require `/` ([24069bf](https://github.com/devuri/wp-env-config/commit/24069bf608bd0e722f37d88f813caaa990a43625))


### Miscellaneous Chores

* build ([c341a83](https://github.com/devuri/wp-env-config/commit/c341a835ac71683855951678f346ed29e3dfd3b4))
* build ([7062cba](https://github.com/devuri/wp-env-config/commit/7062cba6c555f615e994229903bb8c2836cc2b01))
* codefix ([e8ed662](https://github.com/devuri/wp-env-config/commit/e8ed6625ae8fcda5ccb1ccf7f0a37553ae309da8))

## [3.2.0](https://github.com/devuri/wp-env-config/compare/v3.1.2...v3.2.0) (2024-02-12)


Expand Down

0 comments on commit 01f20b5

Please sign in to comment.