Plugin Directory


Ignore:
Timestamp:
04/09/2025 07:42:57 PM (9 months ago)
Author:
sdobreff
Message:

Adding the v1.4.1

Location:
display-environment-type/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • display-environment-type/trunk/css/admin.css

    r3267781 r3269979  
    6565}
    6666
     67#wpadminbar ul li#wp-admin-bar-det_env_type.det-staging li {
     68    color: #fff;
     69}
     70
    6771#dashboard_right_now li>span.det-env-type.det-staging, #dashboard_right_now li>span.det-env-type.det-staging::before {
    6872    color: #d79d00;
  • display-environment-type/trunk/display-environment-type.php

    r3267781 r3269979  
    44 * Plugin URI:        https://roytanck.com/2020/08/21/new-wordpress-plugin-display-environment-type/
    55 * Description:       Display the site's environment type in wp-admin.
    6  * Version:           1.4.0
     6 * Version:           1.4.1
    77 * Requires at least: 5.5
    88 * Requires PHP:      7.4
     
    1818defined( 'ABSPATH' ) || exit;
    1919
    20 define( 'DET_VERSION', '1.4.0' );
     20define( 'DET_VERSION', '1.4.1' );
    2121define( 'DET_TEXTDOMAIN', 'display-environment-type' );
    2222define( 'DET_NAME', 'Display Environment Type' );
  • display-environment-type/trunk/readme.txt

    r3267781 r3269979  
    55Tested up to: 6.7.2
    66Requires PHP: 7.4
    7 Stable tag: 1.4.0
     7Stable tag: 1.4.1
    88License: GPLv3
    99
     
    5252== Changelog ==
    5353
    54 = 1.4.0 (2024-03-07) =
     54= 1.4.1 (2024-04-09) =
     55* Fixed UI problem with staging and drop-down menu becomes unreadable (thanks @ericsackett).
     56
     57= 1.4.0 (2024-04-07) =
    5558* Code improvements and UI fixes - showing icon on mobile, and set colors on At a Glance. Added WP version in drop-down menu.
    5659
    57 = 1.3.5 (2025-03-04) =
     60= 1.3.5 (2025-04-04) =
    5861* Added a drop-down submenu with WP constants and their values (enabled / disabled).
    5962
Note: See TracChangeset for help on using the changeset viewer.