Changeset 3082847
- Timestamp:
- 05/07/2024 09:45:49 PM (22 months ago)
- Location:
- environment-debug-admin-toolbar
- Files:
-
- 8 edited
- 1 copied
-
tags/1.3.2 (copied) (copied from environment-debug-admin-toolbar/trunk)
-
tags/1.3.2/changelog.txt (modified) (1 diff)
-
tags/1.3.2/environment-debug-admin-toolbar.php (modified) (3 diffs)
-
tags/1.3.2/languages/environment-debug-admin-toolbar.pot (modified) (2 diffs)
-
tags/1.3.2/readme.txt (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/environment-debug-admin-toolbar.php (modified) (3 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.3.2/changelog.txt
r2991157 r3082847 1 2024.05.07 - version 1.3.2 2 * Fixed wrong variable use for getenv('WP_ENV') users. 3 1 4 2023.11.07 - version 1.3.1 2 5 * Checked compatibility with WP 6.4. -
environment-debug-admin-toolbar/tags/1.3.2/environment-debug-admin-toolbar.php
r2991157 r3082847 14 14 * Plugin Name: Environment & Debug Bar 15 15 * Description: Display your environment and debug info in the toolbar. 16 * Version: 1.3. 116 * Version: 1.3.2 17 17 * Requires at least: 5.5 18 18 * Requires PHP: 7.4 … … 30 30 define( 'EDT_BASENAME', plugin_basename( EDT_FILE ) ); 31 31 32 define( 'EDT_VERSION', '1.3. 1' );32 define( 'EDT_VERSION', '1.3.2' ); 33 33 34 34 /** … … 54 54 } 55 55 if ( getenv( 'WP_ENV' ) !== false ) { 56 return getenv( 'WP_ENV IRONMENT_TYPE' );56 return getenv( 'WP_ENV' ); 57 57 } 58 58 } -
environment-debug-admin-toolbar/tags/1.3.2/languages/environment-debug-admin-toolbar.pot
r2991157 r3082847 1 # Copyright (C) 202 3Medium Rare1 # Copyright (C) 2024 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. 1\n"5 "Project-Id-Version: Environment & Debug Bar 1.3.2\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 3-11-07T20:42:22+00:00\n"12 "POT-Creation-Date: 2024-05-07T21:39:58+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.8.0-alpha-04d5fdd\n" -
environment-debug-admin-toolbar/tags/1.3.2/readme.txt
r3063000 r3082847 4 4 Requires at least: 5.5 5 5 Tested up to: 6.5 6 Stable tag: 1.3. 16 Stable tag: 1.3.2 7 7 License: GPLv3 8 8 … … 92 92 == Changelog == 93 93 94 = 1.3.2 = 95 * Fixed wrong variable use for getenv('WP_ENV') users. 96 94 97 = 1.3.1 = 95 98 * Checked compatibility with WP 6.4. -
environment-debug-admin-toolbar/trunk/changelog.txt
r2991157 r3082847 1 2024.05.07 - version 1.3.2 2 * Fixed wrong variable use for getenv('WP_ENV') users. 3 1 4 2023.11.07 - version 1.3.1 2 5 * Checked compatibility with WP 6.4. -
environment-debug-admin-toolbar/trunk/environment-debug-admin-toolbar.php
r2991157 r3082847 14 14 * Plugin Name: Environment & Debug Bar 15 15 * Description: Display your environment and debug info in the toolbar. 16 * Version: 1.3. 116 * Version: 1.3.2 17 17 * Requires at least: 5.5 18 18 * Requires PHP: 7.4 … … 30 30 define( 'EDT_BASENAME', plugin_basename( EDT_FILE ) ); 31 31 32 define( 'EDT_VERSION', '1.3. 1' );32 define( 'EDT_VERSION', '1.3.2' ); 33 33 34 34 /** … … 54 54 } 55 55 if ( getenv( 'WP_ENV' ) !== false ) { 56 return getenv( 'WP_ENV IRONMENT_TYPE' );56 return getenv( 'WP_ENV' ); 57 57 } 58 58 } -
environment-debug-admin-toolbar/trunk/languages/environment-debug-admin-toolbar.pot
r2991157 r3082847 1 # Copyright (C) 202 3Medium Rare1 # Copyright (C) 2024 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. 1\n"5 "Project-Id-Version: Environment & Debug Bar 1.3.2\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 3-11-07T20:42:22+00:00\n"12 "POT-Creation-Date: 2024-05-07T21:39:58+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.8.0-alpha-04d5fdd\n" -
environment-debug-admin-toolbar/trunk/readme.txt
r3063000 r3082847 4 4 Requires at least: 5.5 5 5 Tested up to: 6.5 6 Stable tag: 1.3. 16 Stable tag: 1.3.2 7 7 License: GPLv3 8 8 … … 92 92 == Changelog == 93 93 94 = 1.3.2 = 95 * Fixed wrong variable use for getenv('WP_ENV') users. 96 94 97 = 1.3.1 = 95 98 * Checked compatibility with WP 6.4.
Note: See TracChangeset
for help on using the changeset viewer.