- Updated version number to 0.1.12
- Added changelog entry for WordPress mocking fix
- Updated readme.txt with new version and changelog
- Created release ZIP file
- Fixed phpstan.neon regex pattern for ignoring errors
- Commented out missing Universal sniffs in phpcs.xml
- Updated SonarCloud configuration to disable automatic analysis
- Improved code-quality-checks.md documentation based on feedback
- Added reminder about inline comment periods to .ai-assistant.md
- Added blank lines around fenced code blocks
- Changed list markers from dashes to asterisks for consistency
- Added language specification to code blocks
- Fixed Markdown linting issues
- Added new code-quality-checks.md workflow guide
- Updated release-process.md to include code quality checks
- Updated code-review.md to reference the new workflow
- Added detailed instructions for running local checks before pushing
- Added periods to inline comments
- Removed else clause for better code readability
- Added proper sanitization for with wp_unslash
- Added PHPCS ignore comment with explanation
- Updated tests to mock wp_unslash function
- Restored wp_create_nonce and wp_localize_script calls in Admin class
- Added conditional logic to handle both production and testing environments
- Implemented proper mocking for WordPress functions in tests
- Uncommented and implemented test_enqueue_admin_assets test method
- Added PHPUNIT_RUNNING constant for testing environment detection
- Updated version number to 0.1.11
- Added changelog entry for code quality improvements
- Updated readme.txt with new version and changelog
- Created release ZIP file
- Fixed method names to use snake_case as required by WordPress coding standards
- Added proper spacing in filter_input function call
- Added periods at the end of inline comments
- Fixed parameter documentation in Plugin class
- Updated CSS media query to use context notation
- Fix phpstan.neon file structure
- Fix Markdown formatting in docs/code-quality-setup.md
- Add proper language specifier to .env code block in README.md
- Add blank lines around code blocks in README.md
- Add newline at end of GitHub workflow file