Plugin Directory

Changeset 3385780


Ignore:
Timestamp:
10/28/2025 11:00:13 AM (4 months ago)
Author:
nickclarkweb
Message:

'code-quality-control-tool'

Location:
code-quality-control-tool
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code-quality-control-tool/tags/2.2/code-quality-control-tool.php

    r3385766 r3385780  
    33Plugin Name: Code Quality Control Tool
    44Description: Trace all PHP error types. Creates logs file. Useful for PHP code analytics.
    5 Version: 2.1
     5Version: 2.2
    66Author: GoodCodeTeam
    77License: GPLv2
    88*/
    99
    10 define("cqctphp_plg_version", '2.1');
     10define("cqctphp_plg_version", '2.2');
    1111
    1212if (is_admin()) {
  • code-quality-control-tool/trunk/code-quality-control-tool.php

    r3385766 r3385780  
    33Plugin Name: Code Quality Control Tool
    44Description: Trace all PHP error types. Creates logs file. Useful for PHP code analytics.
    5 Version: 2.1
     5Version: 2.2
    66Author: GoodCodeTeam
    77License: GPLv2
    88*/
    99
    10 define("cqctphp_plg_version", '2.1');
     10define("cqctphp_plg_version", '2.2');
    1111
    1212if (is_admin()) {
Note: See TracChangeset for help on using the changeset viewer.