Plugin Directory

Changeset 2909223


Ignore:
Timestamp:
05/08/2023 02:33:52 AM (3 years ago)
Author:
mediumraredev
Message:

Update to version 1.1.1 from GitHub

Location:
environment-debug-admin-toolbar
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • environment-debug-admin-toolbar/tags/1.1.1/changelog.txt

    r2908974 r2909223  
     12023.05.08 - version 1.1.1
     2 * Fixed the name of a filter.
     3
    142023.05.07 - version 1.1.0
    25 * Updated bar colors.
    36 * Added PHP version.
    4  * Added environment as title to the env type.
     7 * Added actual environment as title to the env type.
     8 * Added actual log file as title to WP_DEBUG_LOG.
    59 * Added filters to set environments to types.
    610 * Added a filter for who sees the bar.
  • environment-debug-admin-toolbar/tags/1.1.1/environment-debug-admin-toolbar.php

    r2908974 r2909223  
    1414 * Plugin Name:       Environment Debug Admin Toolbar
    1515 * Description:       Display your environment and debug info in the toolbar.
    16  * Version:           1.1.0
     16 * Version:           1.1.1
    1717 * Requires at least: 5.5
    1818 * Requires PHP:      7.4
     
    3030define( 'EDT_BASENAME', plugin_basename( EDT_FILE ) );
    3131
    32 define( 'EDT_VERSION', '1.1.0' );
     32define( 'EDT_VERSION', '1.1.1' );
    3333
    3434/**
     
    8181        $env = strtolower( $env );
    8282
    83         $env_local = apply_filters(
    84             'edt_env_local',
    85             array(
    86                 'local',
     83        $env_development = apply_filters(
     84            'edt_env_development',
     85            array(
    8786                'development',
    8887                'develop',
    8988                'dev',
    90             )
    91         );
    92 
    93         if ( in_array( $env, $env_local ) ) {
     89                'local',
     90            )
     91        );
     92
     93        if ( in_array( $env, $env_development ) ) {
    9494            return 1;
    9595        }
  • environment-debug-admin-toolbar/tags/1.1.1/languages/environment-debug-admin-toolbar.pot

    r2908974 r2909223  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Environment Debug Admin Toolbar 1.1.0\n"
     5"Project-Id-Version: Environment Debug Admin Toolbar 1.1.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/environment-debug-admin-toolbar\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2023-05-07T01:46:50+00:00\n"
     12"POT-Creation-Date: 2023-05-08T02:26:08+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.7.1\n"
  • environment-debug-admin-toolbar/tags/1.1.1/readme.txt

    r2909221 r2909223  
    44Requires at least: 5.5
    55Tested up to: 6.2
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77License: GPLv3
    88
     
    4747If you have a rare, custom, or localized environment name, we won't be adding those. However, you can add support for them yourself, with these snippets:
    4848
    49 `add_filter( 'edt_env_local', function ( $environments ) {
     49`add_filter( 'edt_env_development', function ( $environments ) {
    5050    $environments[] = 'daring_development';
    5151    return $environments;
     
    8484== Changelog ==
    8585
     86= 1.1.1 =
     87* Fixed the name of a filter.
     88
    8689= 1.1.0 =
    8790* Updated bar colors.
  • environment-debug-admin-toolbar/trunk/changelog.txt

    r2908974 r2909223  
     12023.05.08 - version 1.1.1
     2 * Fixed the name of a filter.
     3
    142023.05.07 - version 1.1.0
    25 * Updated bar colors.
    36 * Added PHP version.
    4  * Added environment as title to the env type.
     7 * Added actual environment as title to the env type.
     8 * Added actual log file as title to WP_DEBUG_LOG.
    59 * Added filters to set environments to types.
    610 * Added a filter for who sees the bar.
  • environment-debug-admin-toolbar/trunk/environment-debug-admin-toolbar.php

    r2908974 r2909223  
    1414 * Plugin Name:       Environment Debug Admin Toolbar
    1515 * Description:       Display your environment and debug info in the toolbar.
    16  * Version:           1.1.0
     16 * Version:           1.1.1
    1717 * Requires at least: 5.5
    1818 * Requires PHP:      7.4
     
    3030define( 'EDT_BASENAME', plugin_basename( EDT_FILE ) );
    3131
    32 define( 'EDT_VERSION', '1.1.0' );
     32define( 'EDT_VERSION', '1.1.1' );
    3333
    3434/**
     
    8181        $env = strtolower( $env );
    8282
    83         $env_local = apply_filters(
    84             'edt_env_local',
    85             array(
    86                 'local',
     83        $env_development = apply_filters(
     84            'edt_env_development',
     85            array(
    8786                'development',
    8887                'develop',
    8988                'dev',
    90             )
    91         );
    92 
    93         if ( in_array( $env, $env_local ) ) {
     89                'local',
     90            )
     91        );
     92
     93        if ( in_array( $env, $env_development ) ) {
    9494            return 1;
    9595        }
  • environment-debug-admin-toolbar/trunk/languages/environment-debug-admin-toolbar.pot

    r2908974 r2909223  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Environment Debug Admin Toolbar 1.1.0\n"
     5"Project-Id-Version: Environment Debug Admin Toolbar 1.1.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/environment-debug-admin-toolbar\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2023-05-07T01:46:50+00:00\n"
     12"POT-Creation-Date: 2023-05-08T02:26:08+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.7.1\n"
  • environment-debug-admin-toolbar/trunk/readme.txt

    r2909221 r2909223  
    44Requires at least: 5.5
    55Tested up to: 6.2
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77License: GPLv3
    88
     
    4747If you have a rare, custom, or localized environment name, we won't be adding those. However, you can add support for them yourself, with these snippets:
    4848
    49 `add_filter( 'edt_env_local', function ( $environments ) {
     49`add_filter( 'edt_env_development', function ( $environments ) {
    5050    $environments[] = 'daring_development';
    5151    return $environments;
     
    8484== Changelog ==
    8585
     86= 1.1.1 =
     87* Fixed the name of a filter.
     88
    8689= 1.1.0 =
    8790* Updated bar colors.
Note: See TracChangeset for help on using the changeset viewer.