Plugin Directory

Changeset 3008771

Timestamp:
12/12/2023 01:08:04 PM (8 months ago)
Author:
joppuyo
Message:

Update to version 1.0.7 from GitHub

Location:
show-environment-in-editor
Files:
2 added
4 deleted
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • show-environment-in-editor/tags/1.0.7/readme.txt

    r3006941 r3008771  
    66License URI: http://www.gnu.org/licenses/gpl-2.0.html
    77Donate link: https://github.com/sponsors/joppuyo
    8 Stable tag: 1.0.6
     8Stable tag: 1.0.
    99
    1010Show the current server environment in the Gutenberg editor screen.
     
    1414WordPress 5.5 [introduced](https://make.wordpress.org/core/2020/07/24/new-wp_get_environment_type-function-in-wordpress-5-5/) the `WP_ENVIRONMENT_TYPE` constant, which allows you to define the current environment where WordPress is running, either **production**, **staging**, **local**, or **development**. You can use the [Display Environment Type](https://wordpress.org/plugins/display-environment-type/) plugin to show this information in the admin bar.
    1515
    16 However, in new WordPress versions, the admin bar is hidden in the post editor and site editor. This plugin adds a new icon in the block editor toolbar to display the environment type. You can think of this as a complimentary plugin to Display Environment Type because you should use both plugins at the same time.
     16However, in new WordPress versions, the admin bar is hidden in the post editor and site editor. This plugin adds a new icon in the block editor toolbar to display the environment type. You can think of this as a complimentary plugin to [Display Environment Type](https://wordpress.org/plugins/display-environment-type/) because it's highly recommended that you use both plugins at the same time.
     17
     18### Support the plugin
     19
     20Maintaining a WordPress plugin is a lot of work. If you like the plugin, please consider rating it on [WordPress.org](https://wordpress.org/support/plugin/show-environment-in-editor/reviews/#new-post). You can also support me on [GitHub sponsors](https://github.com/sponsors/joppuyo). Thank you!
     21
     22If you are interested, you can also check out my other WordPress plugins:
     23
     24* [Disable Media Pages](https://wordpress.org/plugins/disable-media-pages/)
     25* [Disable Customizer](https://wordpress.org/plugins/customizer-disabler/)
     26* [Disable Drop Cap](https://wordpress.org/plugins/disable-drop-cap/)
     27* [ACF Image Aspect Ratio Crop](https://wordpress.org/plugins/acf-image-aspect-ratio-crop/)
    1728
    1829## Installation
     
    4960
    50611. Production environment
    51 2. Production environment, expanded
    52 3. Staging environment
    53 4. Staging environment, expanded
    54 5. Local environment
    55 6. Local environment, expanded
    56 7. Development environment
    57 8. Development environment, expanded
     622. Staging environment
     633. Local environment
     644. Development environment
    5865
    5966## Changelog
     67
     68
     69
    6070
    6171### 1.0.6
  • show-environment-in-editor/tags/1.0.7/show-environment-in-editor.php

    r3006941 r3008771  
    55 * Plugin URI: https://github.com/joppuyo/show-environment-in-editor
    66 * Description: Show the current server environment in the Gutenberg editor screen
    7  * Version: 1.0.6
     7 * Version: 1.0.
    88 * Requires at least: 5.5
    99 * Requires PHP: 7.2
  • show-environment-in-editor/trunk/readme.txt

    r3006941 r3008771  
    66License URI: http://www.gnu.org/licenses/gpl-2.0.html
    77Donate link: https://github.com/sponsors/joppuyo
    8 Stable tag: 1.0.6
     8Stable tag: 1.0.
    99
    1010Show the current server environment in the Gutenberg editor screen.
     
    1414WordPress 5.5 [introduced](https://make.wordpress.org/core/2020/07/24/new-wp_get_environment_type-function-in-wordpress-5-5/) the `WP_ENVIRONMENT_TYPE` constant, which allows you to define the current environment where WordPress is running, either **production**, **staging**, **local**, or **development**. You can use the [Display Environment Type](https://wordpress.org/plugins/display-environment-type/) plugin to show this information in the admin bar.
    1515
    16 However, in new WordPress versions, the admin bar is hidden in the post editor and site editor. This plugin adds a new icon in the block editor toolbar to display the environment type. You can think of this as a complimentary plugin to Display Environment Type because you should use both plugins at the same time.
     16However, in new WordPress versions, the admin bar is hidden in the post editor and site editor. This plugin adds a new icon in the block editor toolbar to display the environment type. You can think of this as a complimentary plugin to [Display Environment Type](https://wordpress.org/plugins/display-environment-type/) because it's highly recommended that you use both plugins at the same time.
     17
     18### Support the plugin
     19
     20Maintaining a WordPress plugin is a lot of work. If you like the plugin, please consider rating it on [WordPress.org](https://wordpress.org/support/plugin/show-environment-in-editor/reviews/#new-post). You can also support me on [GitHub sponsors](https://github.com/sponsors/joppuyo). Thank you!
     21
     22If you are interested, you can also check out my other WordPress plugins:
     23
     24* [Disable Media Pages](https://wordpress.org/plugins/disable-media-pages/)
     25* [Disable Customizer](https://wordpress.org/plugins/customizer-disabler/)
     26* [Disable Drop Cap](https://wordpress.org/plugins/disable-drop-cap/)
     27* [ACF Image Aspect Ratio Crop](https://wordpress.org/plugins/acf-image-aspect-ratio-crop/)
    1728
    1829## Installation
     
    4960
    50611. Production environment
    51 2. Production environment, expanded
    52 3. Staging environment
    53 4. Staging environment, expanded
    54 5. Local environment
    55 6. Local environment, expanded
    56 7. Development environment
    57 8. Development environment, expanded
     622. Staging environment
     633. Local environment
     644. Development environment
    5865
    5966## Changelog
     67
     68
     69
    6070
    6171### 1.0.6
  • show-environment-in-editor/trunk/show-environment-in-editor.php

    r3006941 r3008771  
    55 * Plugin URI: https://github.com/joppuyo/show-environment-in-editor
    66 * Description: Show the current server environment in the Gutenberg editor screen
    7  * Version: 1.0.6
     7 * Version: 1.0.
    88 * Requires at least: 5.5
    99 * Requires PHP: 7.2
Note: See TracChangeset for help on using the changeset viewer.