File tree Expand file tree Collapse file tree 2 files changed +368
-357
lines changed
Expand file tree Collapse file tree 2 files changed +368
-357
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313- No code changes in this release; documentation and changelog only
1414
1515## [ Unreleased]
16+ ### Code Quality
17+ - ** WordPress Coding Standards** : Converted all code to use spaces instead of tabs for indentation
18+ - ** Code Style** : Fixed file comment header to use "/** " style instead of "/* " style
19+ - ** Code Style** : Added proper spacing around operators (e.g., ` ! defined ` instead of ` !defined ` )
20+ - ** Code Style** : Added proper full stops to inline comments for consistency
21+ - ** Code Style** : Removed trailing whitespace from documentation blocks
22+ - ** Variable Naming** : Converted variable names to use snake_case instead of camelCase for WordPress compliance
23+ - ** Function Formatting** : Improved function parameter spacing and alignment
24+ - ** Array Formatting** : Enhanced array formatting with proper alignment and trailing commas
1625
1726## [ 1.5.9] - 2025-06-26
1827### Updated
You can’t perform that action at this time.
0 commit comments