Skip to content

Release v1.8.4

Choose a tag to compare

@github-actions github-actions released this 07 Aug 07:55
· 124 commits to main since this release
4a49750

Code Quality Improvements

  • WordPress Coding Standards: Comprehensive PHPCS compliance fixes across all functions
    • Fixed function documentation block spacing and alignment
    • Standardized parameter formatting with proper spacing (e.g., function( $param ))
    • Corrected Yoda conditions for all boolean comparisons (e.g., false === $variable)
    • Aligned array formatting with consistent spacing (e.g., 'key' => 'value')
    • Fixed multi-line function call formatting and indentation
    • Resolved all remaining WordPress coding standards violations
  • Code Consistency: Enhanced code readability and maintainability through standardized formatting

Installation

  1. Download the zip file
  2. Upload to your WordPress site through the Plugins > Add New > Upload menu
  3. Activate the plugin

Full Documentation