Changeset 3385780
- Timestamp:
- 10/28/2025 11:00:13 AM (4 months ago)
- Location:
- code-quality-control-tool
- Files:
-
- 2 edited
-
tags/2.2/code-quality-control-tool.php (modified) (1 diff)
-
trunk/code-quality-control-tool.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
code-quality-control-tool/tags/2.2/code-quality-control-tool.php
r3385766 r3385780 3 3 Plugin Name: Code Quality Control Tool 4 4 Description: Trace all PHP error types. Creates logs file. Useful for PHP code analytics. 5 Version: 2. 15 Version: 2.2 6 6 Author: GoodCodeTeam 7 7 License: GPLv2 8 8 */ 9 9 10 define("cqctphp_plg_version", '2. 1');10 define("cqctphp_plg_version", '2.2'); 11 11 12 12 if (is_admin()) { -
code-quality-control-tool/trunk/code-quality-control-tool.php
r3385766 r3385780 3 3 Plugin Name: Code Quality Control Tool 4 4 Description: Trace all PHP error types. Creates logs file. Useful for PHP code analytics. 5 Version: 2. 15 Version: 2.2 6 6 Author: GoodCodeTeam 7 7 License: GPLv2 8 8 */ 9 9 10 define("cqctphp_plg_version", '2. 1');10 define("cqctphp_plg_version", '2.2'); 11 11 12 12 if (is_admin()) {
Note: See TracChangeset
for help on using the changeset viewer.