Plugin Directory

Changeset 3123374


Ignore:
Timestamp:
07/22/2024 04:22:57 PM (20 months ago)
Author:
mediumraredev
Message:

Update to version 1.3.3 from GitHub

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

Legend:

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

    r3082847 r3123374  
     12024.07.22 - version 1.3.3
     2 * Checked compatibility with WP 6.6.
     3
    142024.05.07 - version 1.3.2
    25 * Fixed wrong variable use for getenv('WP_ENV') users.
  • environment-debug-admin-toolbar/tags/1.3.3/environment-debug-admin-toolbar.php

    r3082847 r3123374  
    1414 * Plugin Name:       Environment & Debug Bar
    1515 * Description:       Display your environment and debug info in the toolbar.
    16  * Version:           1.3.2
     16 * Version:           1.3.3
    1717 * Requires at least: 5.5
    1818 * Requires PHP:      7.4
     
    3030define( 'EDT_BASENAME', plugin_basename( EDT_FILE ) );
    3131
    32 define( 'EDT_VERSION', '1.3.2' );
     32define( 'EDT_VERSION', '1.3.3' );
    3333
    3434/**
  • environment-debug-admin-toolbar/tags/1.3.3/languages/environment-debug-admin-toolbar.pot

    r3082847 r3123374  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Environment & Debug Bar 1.3.2\n"
     5"Project-Id-Version: Environment & Debug Bar 1.3.3\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-05-07T21:39:58+00:00\n"
     12"POT-Creation-Date: 2024-07-22T15:50:00+00:00\n"
    1313"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"
    1515"X-Domain: environment-debug-toolbar\n"
    1616
  • environment-debug-admin-toolbar/tags/1.3.3/readme.txt

    r3082847 r3123374  
    33Tags: environment, env, debug, staging, production
    44Requires at least: 5.5
    5 Tested up to: 6.5
    6 Stable tag: 1.3.2
     5Tested up to: 6.6
     6Stable tag: 1.3.3
    77License: GPLv3
    88
     
    9292== Changelog ==
    9393
     94= 1.3.3 =
     95* Checked compatibility with WP 6.6.
     96
    9497= 1.3.2 =
    9598* Fixed wrong variable use for getenv('WP_ENV') users.
  • environment-debug-admin-toolbar/trunk/changelog.txt

    r3082847 r3123374  
     12024.07.22 - version 1.3.3
     2 * Checked compatibility with WP 6.6.
     3
    142024.05.07 - version 1.3.2
    25 * Fixed wrong variable use for getenv('WP_ENV') users.
  • environment-debug-admin-toolbar/trunk/environment-debug-admin-toolbar.php

    r3082847 r3123374  
    1414 * Plugin Name:       Environment & Debug Bar
    1515 * Description:       Display your environment and debug info in the toolbar.
    16  * Version:           1.3.2
     16 * Version:           1.3.3
    1717 * Requires at least: 5.5
    1818 * Requires PHP:      7.4
     
    3030define( 'EDT_BASENAME', plugin_basename( EDT_FILE ) );
    3131
    32 define( 'EDT_VERSION', '1.3.2' );
     32define( 'EDT_VERSION', '1.3.3' );
    3333
    3434/**
  • environment-debug-admin-toolbar/trunk/languages/environment-debug-admin-toolbar.pot

    r3082847 r3123374  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Environment & Debug Bar 1.3.2\n"
     5"Project-Id-Version: Environment & Debug Bar 1.3.3\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-05-07T21:39:58+00:00\n"
     12"POT-Creation-Date: 2024-07-22T15:50:00+00:00\n"
    1313"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"
    1515"X-Domain: environment-debug-toolbar\n"
    1616
  • environment-debug-admin-toolbar/trunk/readme.txt

    r3082847 r3123374  
    33Tags: environment, env, debug, staging, production
    44Requires at least: 5.5
    5 Tested up to: 6.5
    6 Stable tag: 1.3.2
     5Tested up to: 6.6
     6Stable tag: 1.3.3
    77License: GPLv3
    88
     
    9292== Changelog ==
    9393
     94= 1.3.3 =
     95* Checked compatibility with WP 6.6.
     96
    9497= 1.3.2 =
    9598* Fixed wrong variable use for getenv('WP_ENV') users.
Note: See TracChangeset for help on using the changeset viewer.