Changeset 3123374
- Timestamp:
- 07/22/2024 04:22:57 PM (20 months ago)
- Location:
- environment-debug-admin-toolbar
- Files:
-
- 8 edited
- 1 copied
-
tags/1.3.3 (copied) (copied from environment-debug-admin-toolbar/trunk)
-
tags/1.3.3/changelog.txt (modified) (1 diff)
-
tags/1.3.3/environment-debug-admin-toolbar.php (modified) (2 diffs)
-
tags/1.3.3/languages/environment-debug-admin-toolbar.pot (modified) (2 diffs)
-
tags/1.3.3/readme.txt (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/environment-debug-admin-toolbar.php (modified) (2 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.3/changelog.txt
r3082847 r3123374 1 2024.07.22 - version 1.3.3 2 * Checked compatibility with WP 6.6. 3 1 4 2024.05.07 - version 1.3.2 2 5 * Fixed wrong variable use for getenv('WP_ENV') users. -
environment-debug-admin-toolbar/tags/1.3.3/environment-debug-admin-toolbar.php
r3082847 r3123374 14 14 * Plugin Name: Environment & Debug Bar 15 15 * Description: Display your environment and debug info in the toolbar. 16 * Version: 1.3. 216 * Version: 1.3.3 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. 2' );32 define( 'EDT_VERSION', '1.3.3' ); 33 33 34 34 /** -
environment-debug-admin-toolbar/tags/1.3.3/languages/environment-debug-admin-toolbar.pot
r3082847 r3123374 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Environment & Debug Bar 1.3. 2\n"5 "Project-Id-Version: Environment & Debug Bar 1.3.3\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: 2024-0 5-07T21:39:58+00:00\n"12 "POT-Creation-Date: 2024-07-22T15:50:00+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 8.0-alpha-04d5fdd\n"14 "X-Generator: WP-CLI 2.10.0\n" 15 15 "X-Domain: environment-debug-toolbar\n" 16 16 -
environment-debug-admin-toolbar/tags/1.3.3/readme.txt
r3082847 r3123374 3 3 Tags: environment, env, debug, staging, production 4 4 Requires at least: 5.5 5 Tested up to: 6. 56 Stable tag: 1.3. 25 Tested up to: 6.6 6 Stable tag: 1.3.3 7 7 License: GPLv3 8 8 … … 92 92 == Changelog == 93 93 94 = 1.3.3 = 95 * Checked compatibility with WP 6.6. 96 94 97 = 1.3.2 = 95 98 * Fixed wrong variable use for getenv('WP_ENV') users. -
environment-debug-admin-toolbar/trunk/changelog.txt
r3082847 r3123374 1 2024.07.22 - version 1.3.3 2 * Checked compatibility with WP 6.6. 3 1 4 2024.05.07 - version 1.3.2 2 5 * Fixed wrong variable use for getenv('WP_ENV') users. -
environment-debug-admin-toolbar/trunk/environment-debug-admin-toolbar.php
r3082847 r3123374 14 14 * Plugin Name: Environment & Debug Bar 15 15 * Description: Display your environment and debug info in the toolbar. 16 * Version: 1.3. 216 * Version: 1.3.3 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. 2' );32 define( 'EDT_VERSION', '1.3.3' ); 33 33 34 34 /** -
environment-debug-admin-toolbar/trunk/languages/environment-debug-admin-toolbar.pot
r3082847 r3123374 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Environment & Debug Bar 1.3. 2\n"5 "Project-Id-Version: Environment & Debug Bar 1.3.3\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: 2024-0 5-07T21:39:58+00:00\n"12 "POT-Creation-Date: 2024-07-22T15:50:00+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 8.0-alpha-04d5fdd\n"14 "X-Generator: WP-CLI 2.10.0\n" 15 15 "X-Domain: environment-debug-toolbar\n" 16 16 -
environment-debug-admin-toolbar/trunk/readme.txt
r3082847 r3123374 3 3 Tags: environment, env, debug, staging, production 4 4 Requires at least: 5.5 5 Tested up to: 6. 56 Stable tag: 1.3. 25 Tested up to: 6.6 6 Stable tag: 1.3.3 7 7 License: GPLv3 8 8 … … 92 92 == Changelog == 93 93 94 = 1.3.3 = 95 * Checked compatibility with WP 6.6. 96 94 97 = 1.3.2 = 95 98 * Fixed wrong variable use for getenv('WP_ENV') users.
Note: See TracChangeset
for help on using the changeset viewer.