Skip to content

Commit e9781b8

Browse files
authored
Updates
1 parent 7d670a8 commit e9781b8

File tree

2 files changed

+368
-357
lines changed

2 files changed

+368
-357
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)