Changeset 2908746
- Timestamp:
- 05/06/2023 01:12:21 AM (3 years ago)
- Location:
- environment-debug-admin-toolbar
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
environment-debug-admin-toolbar/tags/1.0.0/readme.txt
r2908744 r2908746 13 13 This plugin will tell you what environment you are on, and what the `WP_DEBUG` settings are. 14 14 15 If you only haveone version of your site, no development or test environment, this plugin may not be for you.15 If you have only one version of your site, no development or test environment, this plugin may not be for you. 16 16 17 17 To use this plugin, you **must** make sure every copy of your site has its ENV defined in the `wp-config.php`. We support both the new official `WP_ENVIRONMENT_TYPE` constant, and the community classic `WP_ENV`. Pick your favorite. … … 20 20 21 21 Your environment options are: 22 *`local` | `dev` | `develop` | `development`23 *`staging` | `stage` | `testing` | `test` | `accept` | `acceptance` | `integration`24 *`production` | `prod` | `live`22 - `local` | `dev` | `develop` | `development` 23 - `staging` | `stage` | `testing` | `test` | `accept` | `acceptance` | `integration` 24 - `production` | `prod` | `live` 25 25 26 26 We want to support all possible environments, so the list may grow. Soon you'll also be able to add *any* custom environment with a code snippet. -
environment-debug-admin-toolbar/trunk/readme.txt
r2908744 r2908746 13 13 This plugin will tell you what environment you are on, and what the `WP_DEBUG` settings are. 14 14 15 If you only haveone version of your site, no development or test environment, this plugin may not be for you.15 If you have only one version of your site, no development or test environment, this plugin may not be for you. 16 16 17 17 To use this plugin, you **must** make sure every copy of your site has its ENV defined in the `wp-config.php`. We support both the new official `WP_ENVIRONMENT_TYPE` constant, and the community classic `WP_ENV`. Pick your favorite. … … 20 20 21 21 Your environment options are: 22 *`local` | `dev` | `develop` | `development`23 *`staging` | `stage` | `testing` | `test` | `accept` | `acceptance` | `integration`24 *`production` | `prod` | `live`22 - `local` | `dev` | `develop` | `development` 23 - `staging` | `stage` | `testing` | `test` | `accept` | `acceptance` | `integration` 24 - `production` | `prod` | `live` 25 25 26 26 We want to support all possible environments, so the list may grow. Soon you'll also be able to add *any* custom environment with a code snippet.
Note: See TracChangeset
for help on using the changeset viewer.