Plugin Directory

Changeset 3064624

Timestamp:
04/04/2024 11:32:51 AM (4 months ago)
Author:
joppuyo
Message:

Update to version 1.0.8 from GitHub

Location:
show-environment-in-editor
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • show-environment-in-editor/tags/1.0.8/README.md

    r3008771 r3064624  
    1010WordPress 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.
    1111
    12 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 it's highly recommended that you use both plugins at the same time.
     12However, 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 because it's highly recommended that you use both plugins at the same time.
    1313
    1414## Requirements
  • show-environment-in-editor/tags/1.0.8/readme.txt

    r3008771 r3064624  
    22
    33Contributors: joppuyo
    4 Tested up to: 6.4
     4Tested up to: 6.
    55License: GPLv2 or later
    66License URI: http://www.gnu.org/licenses/gpl-2.0.html
    77Donate link: https://github.com/sponsors/joppuyo
    8 Stable tag: 1.0.7
     8Stable tag: 1.0.
    99
    1010Show the current server environment in the Gutenberg editor screen.
     
    6666## Changelog
    6767
     68
     69
     70
    6871### 1.0.7
    6972* Update readme
  • show-environment-in-editor/tags/1.0.8/show-environment-in-editor.php

    r3008771 r3064624  
    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.7
     7 * Version: 1.0.
    88 * Requires at least: 5.5
    99 * Requires PHP: 7.2
  • show-environment-in-editor/trunk/README.md

    r3008771 r3064624  
    1010WordPress 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.
    1111
    12 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 it's highly recommended that you use both plugins at the same time.
     12However, 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 because it's highly recommended that you use both plugins at the same time.
    1313
    1414## Requirements
  • show-environment-in-editor/trunk/readme.txt

    r3008771 r3064624  
    22
    33Contributors: joppuyo
    4 Tested up to: 6.4
     4Tested up to: 6.
    55License: GPLv2 or later
    66License URI: http://www.gnu.org/licenses/gpl-2.0.html
    77Donate link: https://github.com/sponsors/joppuyo
    8 Stable tag: 1.0.7
     8Stable tag: 1.0.
    99
    1010Show the current server environment in the Gutenberg editor screen.
     
    6666## Changelog
    6767
     68
     69
     70
    6871### 1.0.7
    6972* Update readme
  • show-environment-in-editor/trunk/show-environment-in-editor.php

    r3008771 r3064624  
    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.7
     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.