Plugin Directory

Changeset 3444451


Ignore:
Timestamp:
01/21/2026 10:52:00 PM (2 months ago)
Author:
eightface
Message:

Updating readme/assets from GitHub

Location:
dont-mess-up-prod
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • dont-mess-up-prod/tags/1.0.0/readme.txt

    r3444446 r3444451  
    2121The plugin can be installed via the search interface, manually or via composer.
    2222
    23 Right now, there is no admin UI. To customize colors or configure urls, you need to add filters via code (`functions.php` or a mu-plugin). See the FAQ for examples.
     23You can configure colors and environment URLs in **Settings → Don't Mess Up Prod**. Filters are still supported for advanced configuration or for overriding the admin settings.
    2424
    2525
     
    3030The plugin detects your environment automatically in two ways:
    3131
    32 1. **URL Matching** – Configure environment URLs using the `dmup_environment_urls` filter
     321. **URL Matching** – Configure environment URLs in **Settings → Don't Mess Up Prod**, or using the `dmup_environment_urls` filter
    33332. **WP_ENVIRONMENT_TYPE** – Set this constant in your `wp-config.php`:
    3434
     
    3737= How do I customize the colors? =
    3838
    39 Add a filter in your theme's `functions.php` or an mu-plugin:
     39Use **Settings → Don't Mess Up Prod** to set colors, or add a filter in your theme's `functions.php` or a mu-plugin:
    4040
    4141`
     
    7272= How do I add environment URLs for quick switching? =
    7373
    74 Configure environment URLs to show a menu with links to other environments:
     74Configure environment URLs in **Settings → Don't Mess Up Prod** to show a menu with links to other environments, or use the filter:
    7575
    7676`
     
    92924. Local environment indicator (grey)
    93935. Staging environment indicator with environment switcher menu
     946. Admin settings screen
    9495
    9596== Changelog ==
  • dont-mess-up-prod/trunk/readme.txt

    r3444446 r3444451  
    2121The plugin can be installed via the search interface, manually or via composer.
    2222
    23 Right now, there is no admin UI. To customize colors or configure urls, you need to add filters via code (`functions.php` or a mu-plugin). See the FAQ for examples.
     23You can configure colors and environment URLs in **Settings → Don't Mess Up Prod**. Filters are still supported for advanced configuration or for overriding the admin settings.
    2424
    2525
     
    3030The plugin detects your environment automatically in two ways:
    3131
    32 1. **URL Matching** – Configure environment URLs using the `dmup_environment_urls` filter
     321. **URL Matching** – Configure environment URLs in **Settings → Don't Mess Up Prod**, or using the `dmup_environment_urls` filter
    33332. **WP_ENVIRONMENT_TYPE** – Set this constant in your `wp-config.php`:
    3434
     
    3737= How do I customize the colors? =
    3838
    39 Add a filter in your theme's `functions.php` or an mu-plugin:
     39Use **Settings → Don't Mess Up Prod** to set colors, or add a filter in your theme's `functions.php` or a mu-plugin:
    4040
    4141`
     
    7272= How do I add environment URLs for quick switching? =
    7373
    74 Configure environment URLs to show a menu with links to other environments:
     74Configure environment URLs in **Settings → Don't Mess Up Prod** to show a menu with links to other environments, or use the filter:
    7575
    7676`
     
    92924. Local environment indicator (grey)
    93935. Staging environment indicator with environment switcher menu
     946. Admin settings screen
    9495
    9596== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.