Changeset 3269979 for display-environment-type
- Timestamp:
- 04/09/2025 07:42:57 PM (9 months ago)
- Location:
- display-environment-type/trunk
- Files:
-
- 3 edited
-
css/admin.css (modified) (1 diff)
-
display-environment-type.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
display-environment-type/trunk/css/admin.css
r3267781 r3269979 65 65 } 66 66 67 #wpadminbar ul li#wp-admin-bar-det_env_type.det-staging li { 68 color: #fff; 69 } 70 67 71 #dashboard_right_now li>span.det-env-type.det-staging, #dashboard_right_now li>span.det-env-type.det-staging::before { 68 72 color: #d79d00; -
display-environment-type/trunk/display-environment-type.php
r3267781 r3269979 4 4 * Plugin URI: https://roytanck.com/2020/08/21/new-wordpress-plugin-display-environment-type/ 5 5 * Description: Display the site's environment type in wp-admin. 6 * Version: 1.4. 06 * Version: 1.4.1 7 7 * Requires at least: 5.5 8 8 * Requires PHP: 7.4 … … 18 18 defined( 'ABSPATH' ) || exit; 19 19 20 define( 'DET_VERSION', '1.4. 0' );20 define( 'DET_VERSION', '1.4.1' ); 21 21 define( 'DET_TEXTDOMAIN', 'display-environment-type' ); 22 22 define( 'DET_NAME', 'Display Environment Type' ); -
display-environment-type/trunk/readme.txt
r3267781 r3269979 5 5 Tested up to: 6.7.2 6 6 Requires PHP: 7.4 7 Stable tag: 1.4. 07 Stable tag: 1.4.1 8 8 License: GPLv3 9 9 … … 52 52 == Changelog == 53 53 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) = 55 58 * Code improvements and UI fixes - showing icon on mobile, and set colors on At a Glance. Added WP version in drop-down menu. 56 59 57 = 1.3.5 (2025-0 3-04) =60 = 1.3.5 (2025-04-04) = 58 61 * Added a drop-down submenu with WP constants and their values (enabled / disabled). 59 62
Note: See TracChangeset
for help on using the changeset viewer.