Changeset 3415548
- Timestamp:
- 12/09/2025 03:03:17 PM (3 months ago)
- Location:
- environment-debug-admin-toolbar
- Files:
-
- 8 edited
- 1 copied
-
tags/1.4.0 (copied) (copied from environment-debug-admin-toolbar/trunk)
-
tags/1.4.0/changelog.txt (modified) (1 diff)
-
tags/1.4.0/environment-debug-admin-toolbar.php (modified) (4 diffs)
-
tags/1.4.0/languages/environment-debug-admin-toolbar.pot (modified) (2 diffs)
-
tags/1.4.0/readme.txt (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/environment-debug-admin-toolbar.php (modified) (4 diffs)
-
trunk/languages/environment-debug-admin-toolbar.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
environment-debug-admin-toolbar/tags/1.4.0/changelog.txt
r3123374 r3415548 1 2025.12.09 - version 1.4.0 2 * Added support for Troy distribution. 3 1 4 2024.07.22 - version 1.3.3 2 5 * Checked compatibility with WP 6.6. -
environment-debug-admin-toolbar/tags/1.4.0/environment-debug-admin-toolbar.php
r3123374 r3415548 14 14 * Plugin Name: Environment & Debug Bar 15 15 * Description: Display your environment and debug info in the toolbar. 16 * Version: 1. 3.316 * Version: 1.4.0 17 17 * Requires at least: 5.5 18 18 * Requires PHP: 7.4 … … 23 23 * Text Domain: environment-debug-toolbar 24 24 * Domain Path: /languages 25 * Troy: troy.mediumrare.dev 25 26 */ 26 27 … … 30 31 define( 'EDT_BASENAME', plugin_basename( EDT_FILE ) ); 31 32 32 define( 'EDT_VERSION', '1. 3.3' );33 define( 'EDT_VERSION', '1.4.0' ); 33 34 34 35 /** … … 36 37 */ 37 38 class EDT { 38 39 // > Unsorted Helpers.40 41 // > Misc Helpers.42 39 43 40 // > Toolbar Helpers. -
environment-debug-admin-toolbar/tags/1.4.0/languages/environment-debug-admin-toolbar.pot
r3123374 r3415548 1 # Copyright (C) 202 4Medium Rare1 # Copyright (C) 2025 Medium Rare 2 2 # This file is distributed under the GPL v3. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Environment & Debug Bar 1. 3.3\n"5 "Project-Id-Version: Environment & Debug Bar 1.4.0\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/environment-debug-admin-toolbar\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 4-07-22T15:50:00+00:00\n"12 "POT-Creation-Date: 2025-12-09T14:26:14+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2.1 0.0\n"14 "X-Generator: WP-CLI 2.12.0\n" 15 15 "X-Domain: environment-debug-toolbar\n" 16 16 17 17 #. Plugin Name of the plugin 18 #: environment-debug-admin-toolbar.php 18 19 msgid "Environment & Debug Bar" 19 20 msgstr "" 20 21 21 22 #. Description of the plugin 23 #: environment-debug-admin-toolbar.php 22 24 msgid "Display your environment and debug info in the toolbar." 23 25 msgstr "" 24 26 25 27 #. Author of the plugin 28 #: environment-debug-admin-toolbar.php 26 29 msgid "Medium Rare" 27 30 msgstr "" 28 31 29 32 #. Author URI of the plugin 33 #: environment-debug-admin-toolbar.php 30 34 msgid "https://mediumrare.dev/" 31 35 msgstr "" 32 36 33 #: environment-debug-admin-toolbar.php:13 937 #: environment-debug-admin-toolbar.php:136 34 38 msgid "No Environment Found" 35 39 msgstr "" 36 40 37 #: environment-debug-admin-toolbar.php:1 4141 #: environment-debug-admin-toolbar.php:138 38 42 msgid "Development" 39 43 msgstr "" 40 44 41 #: environment-debug-admin-toolbar.php:14 345 #: environment-debug-admin-toolbar.php:140 42 46 msgid "Staging" 43 47 msgstr "" 44 48 45 #: environment-debug-admin-toolbar.php:14 549 #: environment-debug-admin-toolbar.php:142 46 50 msgid "Production" 47 51 msgstr "" 48 52 49 #: environment-debug-admin-toolbar.php:14 753 #: environment-debug-admin-toolbar.php:144 50 54 msgid "Unknown Environment" 51 55 msgstr "" 52 56 53 #: environment-debug-admin-toolbar.php:2 5057 #: environment-debug-admin-toolbar.php:247 54 58 msgid "Your env is set to:" 55 59 msgstr "" -
environment-debug-admin-toolbar/tags/1.4.0/readme.txt
r3404554 r3415548 4 4 Requires at least: 5.5 5 5 Tested up to: 6.9 6 Stable tag: 1. 3.36 Stable tag: 1.4.0 7 7 License: GPLv3 8 8 … … 92 92 == Changelog == 93 93 94 = 1.4.0 = 95 * Added support for Troy distribution. 96 94 97 = 1.3.3 = 95 98 * Checked compatibility with WP 6.6. -
environment-debug-admin-toolbar/trunk/changelog.txt
r3123374 r3415548 1 2025.12.09 - version 1.4.0 2 * Added support for Troy distribution. 3 1 4 2024.07.22 - version 1.3.3 2 5 * Checked compatibility with WP 6.6. -
environment-debug-admin-toolbar/trunk/environment-debug-admin-toolbar.php
r3123374 r3415548 14 14 * Plugin Name: Environment & Debug Bar 15 15 * Description: Display your environment and debug info in the toolbar. 16 * Version: 1. 3.316 * Version: 1.4.0 17 17 * Requires at least: 5.5 18 18 * Requires PHP: 7.4 … … 23 23 * Text Domain: environment-debug-toolbar 24 24 * Domain Path: /languages 25 * Troy: troy.mediumrare.dev 25 26 */ 26 27 … … 30 31 define( 'EDT_BASENAME', plugin_basename( EDT_FILE ) ); 31 32 32 define( 'EDT_VERSION', '1. 3.3' );33 define( 'EDT_VERSION', '1.4.0' ); 33 34 34 35 /** … … 36 37 */ 37 38 class EDT { 38 39 // > Unsorted Helpers.40 41 // > Misc Helpers.42 39 43 40 // > Toolbar Helpers. -
environment-debug-admin-toolbar/trunk/languages/environment-debug-admin-toolbar.pot
r3123374 r3415548 1 # Copyright (C) 202 4Medium Rare1 # Copyright (C) 2025 Medium Rare 2 2 # This file is distributed under the GPL v3. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Environment & Debug Bar 1. 3.3\n"5 "Project-Id-Version: Environment & Debug Bar 1.4.0\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/environment-debug-admin-toolbar\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 4-07-22T15:50:00+00:00\n"12 "POT-Creation-Date: 2025-12-09T14:26:14+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2.1 0.0\n"14 "X-Generator: WP-CLI 2.12.0\n" 15 15 "X-Domain: environment-debug-toolbar\n" 16 16 17 17 #. Plugin Name of the plugin 18 #: environment-debug-admin-toolbar.php 18 19 msgid "Environment & Debug Bar" 19 20 msgstr "" 20 21 21 22 #. Description of the plugin 23 #: environment-debug-admin-toolbar.php 22 24 msgid "Display your environment and debug info in the toolbar." 23 25 msgstr "" 24 26 25 27 #. Author of the plugin 28 #: environment-debug-admin-toolbar.php 26 29 msgid "Medium Rare" 27 30 msgstr "" 28 31 29 32 #. Author URI of the plugin 33 #: environment-debug-admin-toolbar.php 30 34 msgid "https://mediumrare.dev/" 31 35 msgstr "" 32 36 33 #: environment-debug-admin-toolbar.php:13 937 #: environment-debug-admin-toolbar.php:136 34 38 msgid "No Environment Found" 35 39 msgstr "" 36 40 37 #: environment-debug-admin-toolbar.php:1 4141 #: environment-debug-admin-toolbar.php:138 38 42 msgid "Development" 39 43 msgstr "" 40 44 41 #: environment-debug-admin-toolbar.php:14 345 #: environment-debug-admin-toolbar.php:140 42 46 msgid "Staging" 43 47 msgstr "" 44 48 45 #: environment-debug-admin-toolbar.php:14 549 #: environment-debug-admin-toolbar.php:142 46 50 msgid "Production" 47 51 msgstr "" 48 52 49 #: environment-debug-admin-toolbar.php:14 753 #: environment-debug-admin-toolbar.php:144 50 54 msgid "Unknown Environment" 51 55 msgstr "" 52 56 53 #: environment-debug-admin-toolbar.php:2 5057 #: environment-debug-admin-toolbar.php:247 54 58 msgid "Your env is set to:" 55 59 msgstr "" -
environment-debug-admin-toolbar/trunk/readme.txt
r3404554 r3415548 4 4 Requires at least: 5.5 5 5 Tested up to: 6.9 6 Stable tag: 1. 3.36 Stable tag: 1.4.0 7 7 License: GPLv3 8 8 … … 92 92 == Changelog == 93 93 94 = 1.4.0 = 95 * Added support for Troy distribution. 96 94 97 = 1.3.3 = 95 98 * Checked compatibility with WP 6.6.
Note: See TracChangeset
for help on using the changeset viewer.