Plugin Directory

Changeset 2908746


Ignore:
Timestamp:
05/06/2023 01:12:21 AM (3 years ago)
Author:
mediumraredev
Message:

Updating readme/assets from GitHub

Location:
environment-debug-admin-toolbar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • environment-debug-admin-toolbar/tags/1.0.0/readme.txt

    r2908744 r2908746  
    1313This plugin will tell you what environment you are on, and what the `WP_DEBUG` settings are.
    1414
    15 If you only have one version of your site, no development or test environment, this plugin may not be for you.
     15If you have only one version of your site, no development or test environment, this plugin may not be for you.
    1616
    1717To 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.
     
    2020
    2121Your 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`
    2525
    2626We 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  
    1313This plugin will tell you what environment you are on, and what the `WP_DEBUG` settings are.
    1414
    15 If you only have one version of your site, no development or test environment, this plugin may not be for you.
     15If you have only one version of your site, no development or test environment, this plugin may not be for you.
    1616
    1717To 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.
     
    2020
    2121Your 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`
    2525
    2626We 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.