Changeset 2909192
- Timestamp:
- 05/07/2023 09:49:35 PM (3 years ago)
- Location:
- environment-debug-admin-toolbar
- Files:
-
- 9 edited
-
assets/screenshot-1.png (modified) (1 prop) (previous)
-
assets/screenshot-2.png (modified) (1 prop) (previous)
-
assets/screenshot-3.png (modified) (1 prop) (previous)
-
assets/screenshot-4.png (modified) (1 prop) (previous)
-
assets/screenshot-5.png (modified) (1 prop) (previous)
-
assets/screenshot-6.png (modified) (1 prop) (previous)
-
assets/screenshot-7.png (modified) (1 prop) (previous)
-
tags/1.1.0/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
environment-debug-admin-toolbar/assets/screenshot-1.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
environment-debug-admin-toolbar/assets/screenshot-2.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
environment-debug-admin-toolbar/assets/screenshot-3.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
environment-debug-admin-toolbar/assets/screenshot-4.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
environment-debug-admin-toolbar/assets/screenshot-5.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
environment-debug-admin-toolbar/assets/screenshot-6.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
environment-debug-admin-toolbar/assets/screenshot-7.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
environment-debug-admin-toolbar/tags/1.1.0/readme.txt
r2909187 r2909192 15 15 If you have only one version of your site this plugin may not be for you. 16 16 17 Make sure every version of your site has its ENVdefined in the `wp-config.php`. We support both the new official `WP_ENVIRONMENT_TYPE` constant, and the community classic `WP_ENV`.17 Make sure every version 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`. 18 18 19 19 `define( 'WP_ENVIRONMENT_TYPE', 'production' );` … … 23 23 = What are environment types? = 24 24 25 Instead of displaying the e nvironment you've set, we show types. A type is a group of environments that roughly have the same purpose.25 Instead of displaying the exact environment you've set, we show types. A type is a group of environments that roughly have the same purpose. 26 26 27 27 Like `local`, `dev`, 'develop' and `development`. … … 64 64 = Can I set my own colors? = 65 65 66 `add_action( 'admin_head', function () { 66 ` 67 add_action( 'admin_head', function () { 67 68 echo '<style> 68 69 #wp-admin-bar-edt-group .env-type-1 { background-color: rgba(255,255,255,.1); } … … 72 73 #wp-admin-bar-edt-group .env-type-0 { background-color: #B12229; } 73 74 </style>'; 74 });` 75 }); 76 ` 75 77 76 78 = Can I disable all styles? = -
environment-debug-admin-toolbar/trunk/readme.txt
r2909187 r2909192 15 15 If you have only one version of your site this plugin may not be for you. 16 16 17 Make sure every version of your site has its ENVdefined in the `wp-config.php`. We support both the new official `WP_ENVIRONMENT_TYPE` constant, and the community classic `WP_ENV`.17 Make sure every version 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`. 18 18 19 19 `define( 'WP_ENVIRONMENT_TYPE', 'production' );` … … 23 23 = What are environment types? = 24 24 25 Instead of displaying the e nvironment you've set, we show types. A type is a group of environments that roughly have the same purpose.25 Instead of displaying the exact environment you've set, we show types. A type is a group of environments that roughly have the same purpose. 26 26 27 27 Like `local`, `dev`, 'develop' and `development`. … … 64 64 = Can I set my own colors? = 65 65 66 `add_action( 'admin_head', function () { 66 ` 67 add_action( 'admin_head', function () { 67 68 echo '<style> 68 69 #wp-admin-bar-edt-group .env-type-1 { background-color: rgba(255,255,255,.1); } … … 72 73 #wp-admin-bar-edt-group .env-type-0 { background-color: #B12229; } 73 74 </style>'; 74 });` 75 }); 76 ` 75 77 76 78 = Can I disable all styles? =
Note: See TracChangeset
for help on using the changeset viewer.