Plugin Directory

Changeset 3415548


Ignore:
Timestamp:
12/09/2025 03:03:17 PM (3 months ago)
Author:
mediumraredev
Message:

Update to version 1.4.0 from GitHub

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

Legend:

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

    r3123374 r3415548  
     12025.12.09 - version 1.4.0
     2 * Added support for Troy distribution.
     3
    142024.07.22 - version 1.3.3
    25 * Checked compatibility with WP 6.6.
  • environment-debug-admin-toolbar/tags/1.4.0/environment-debug-admin-toolbar.php

    r3123374 r3415548  
    1414 * Plugin Name:       Environment & Debug Bar
    1515 * Description:       Display your environment and debug info in the toolbar.
    16  * Version:           1.3.3
     16 * Version:           1.4.0
    1717 * Requires at least: 5.5
    1818 * Requires PHP:      7.4
     
    2323 * Text Domain:       environment-debug-toolbar
    2424 * Domain Path:       /languages
     25 * Troy:              troy.mediumrare.dev
    2526 */
    2627
     
    3031define( 'EDT_BASENAME', plugin_basename( EDT_FILE ) );
    3132
    32 define( 'EDT_VERSION', '1.3.3' );
     33define( 'EDT_VERSION', '1.4.0' );
    3334
    3435/**
     
    3637 */
    3738class EDT {
    38 
    39     // > Unsorted Helpers.
    40 
    41     // > Misc Helpers.
    4239
    4340    // > Toolbar Helpers.
  • environment-debug-admin-toolbar/tags/1.4.0/languages/environment-debug-admin-toolbar.pot

    r3123374 r3415548  
    1 # Copyright (C) 2024 Medium Rare
     1# Copyright (C) 2025 Medium Rare
    22# This file is distributed under the GPL v3.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Environment & Debug Bar 1.3.3\n"
     5"Project-Id-Version: Environment & Debug Bar 1.4.0\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: 2024-07-22T15:50:00+00:00\n"
     12"POT-Creation-Date: 2025-12-09T14:26:14+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.10.0\n"
     14"X-Generator: WP-CLI 2.12.0\n"
    1515"X-Domain: environment-debug-toolbar\n"
    1616
    1717#. Plugin Name of the plugin
     18#: environment-debug-admin-toolbar.php
    1819msgid "Environment & Debug Bar"
    1920msgstr ""
    2021
    2122#. Description of the plugin
     23#: environment-debug-admin-toolbar.php
    2224msgid "Display your environment and debug info in the toolbar."
    2325msgstr ""
    2426
    2527#. Author of the plugin
     28#: environment-debug-admin-toolbar.php
    2629msgid "Medium Rare"
    2730msgstr ""
    2831
    2932#. Author URI of the plugin
     33#: environment-debug-admin-toolbar.php
    3034msgid "https://mediumrare.dev/"
    3135msgstr ""
    3236
    33 #: environment-debug-admin-toolbar.php:139
     37#: environment-debug-admin-toolbar.php:136
    3438msgid "No Environment Found"
    3539msgstr ""
    3640
    37 #: environment-debug-admin-toolbar.php:141
     41#: environment-debug-admin-toolbar.php:138
    3842msgid "Development"
    3943msgstr ""
    4044
    41 #: environment-debug-admin-toolbar.php:143
     45#: environment-debug-admin-toolbar.php:140
    4246msgid "Staging"
    4347msgstr ""
    4448
    45 #: environment-debug-admin-toolbar.php:145
     49#: environment-debug-admin-toolbar.php:142
    4650msgid "Production"
    4751msgstr ""
    4852
    49 #: environment-debug-admin-toolbar.php:147
     53#: environment-debug-admin-toolbar.php:144
    5054msgid "Unknown Environment"
    5155msgstr ""
    5256
    53 #: environment-debug-admin-toolbar.php:250
     57#: environment-debug-admin-toolbar.php:247
    5458msgid "Your env is set to:"
    5559msgstr ""
  • environment-debug-admin-toolbar/tags/1.4.0/readme.txt

    r3404554 r3415548  
    44Requires at least: 5.5
    55Tested up to: 6.9
    6 Stable tag: 1.3.3
     6Stable tag: 1.4.0
    77License: GPLv3
    88
     
    9292== Changelog ==
    9393
     94= 1.4.0 =
     95* Added support for Troy distribution.
     96
    9497= 1.3.3 =
    9598* Checked compatibility with WP 6.6.
  • environment-debug-admin-toolbar/trunk/changelog.txt

    r3123374 r3415548  
     12025.12.09 - version 1.4.0
     2 * Added support for Troy distribution.
     3
    142024.07.22 - version 1.3.3
    25 * Checked compatibility with WP 6.6.
  • environment-debug-admin-toolbar/trunk/environment-debug-admin-toolbar.php

    r3123374 r3415548  
    1414 * Plugin Name:       Environment & Debug Bar
    1515 * Description:       Display your environment and debug info in the toolbar.
    16  * Version:           1.3.3
     16 * Version:           1.4.0
    1717 * Requires at least: 5.5
    1818 * Requires PHP:      7.4
     
    2323 * Text Domain:       environment-debug-toolbar
    2424 * Domain Path:       /languages
     25 * Troy:              troy.mediumrare.dev
    2526 */
    2627
     
    3031define( 'EDT_BASENAME', plugin_basename( EDT_FILE ) );
    3132
    32 define( 'EDT_VERSION', '1.3.3' );
     33define( 'EDT_VERSION', '1.4.0' );
    3334
    3435/**
     
    3637 */
    3738class EDT {
    38 
    39     // > Unsorted Helpers.
    40 
    41     // > Misc Helpers.
    4239
    4340    // > Toolbar Helpers.
  • environment-debug-admin-toolbar/trunk/languages/environment-debug-admin-toolbar.pot

    r3123374 r3415548  
    1 # Copyright (C) 2024 Medium Rare
     1# Copyright (C) 2025 Medium Rare
    22# This file is distributed under the GPL v3.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Environment & Debug Bar 1.3.3\n"
     5"Project-Id-Version: Environment & Debug Bar 1.4.0\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: 2024-07-22T15:50:00+00:00\n"
     12"POT-Creation-Date: 2025-12-09T14:26:14+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.10.0\n"
     14"X-Generator: WP-CLI 2.12.0\n"
    1515"X-Domain: environment-debug-toolbar\n"
    1616
    1717#. Plugin Name of the plugin
     18#: environment-debug-admin-toolbar.php
    1819msgid "Environment & Debug Bar"
    1920msgstr ""
    2021
    2122#. Description of the plugin
     23#: environment-debug-admin-toolbar.php
    2224msgid "Display your environment and debug info in the toolbar."
    2325msgstr ""
    2426
    2527#. Author of the plugin
     28#: environment-debug-admin-toolbar.php
    2629msgid "Medium Rare"
    2730msgstr ""
    2831
    2932#. Author URI of the plugin
     33#: environment-debug-admin-toolbar.php
    3034msgid "https://mediumrare.dev/"
    3135msgstr ""
    3236
    33 #: environment-debug-admin-toolbar.php:139
     37#: environment-debug-admin-toolbar.php:136
    3438msgid "No Environment Found"
    3539msgstr ""
    3640
    37 #: environment-debug-admin-toolbar.php:141
     41#: environment-debug-admin-toolbar.php:138
    3842msgid "Development"
    3943msgstr ""
    4044
    41 #: environment-debug-admin-toolbar.php:143
     45#: environment-debug-admin-toolbar.php:140
    4246msgid "Staging"
    4347msgstr ""
    4448
    45 #: environment-debug-admin-toolbar.php:145
     49#: environment-debug-admin-toolbar.php:142
    4650msgid "Production"
    4751msgstr ""
    4852
    49 #: environment-debug-admin-toolbar.php:147
     53#: environment-debug-admin-toolbar.php:144
    5054msgid "Unknown Environment"
    5155msgstr ""
    5256
    53 #: environment-debug-admin-toolbar.php:250
     57#: environment-debug-admin-toolbar.php:247
    5458msgid "Your env is set to:"
    5559msgstr ""
  • environment-debug-admin-toolbar/trunk/readme.txt

    r3404554 r3415548  
    44Requires at least: 5.5
    55Tested up to: 6.9
    6 Stable tag: 1.3.3
     6Stable tag: 1.4.0
    77License: GPLv3
    88
     
    9292== Changelog ==
    9393
     94= 1.4.0 =
     95* Added support for Troy distribution.
     96
    9497= 1.3.3 =
    9598* Checked compatibility with WP 6.6.
Note: See TracChangeset for help on using the changeset viewer.