81f490efcb
Simplify WordPress Playground blueprints to minimal configuration
2025-04-21 23:02:56 +01:00
e823026626
Update WordPress Playground blueprints to use writeFile approach
2025-04-21 22:55:25 +01:00
f704685e96
Update WordPress Playground documentation with correct links
2025-04-21 22:48:44 +01:00
f652e9e0c3
Fix WordPress Playground blueprints to use GitHub repository URL
2025-04-21 22:47:53 +01:00
400632a3b3
Update WordPress Playground documentation
2025-04-21 22:43:48 +01:00
fb0949df0a
Add Cypress tests for WordPress Playground
2025-04-21 22:42:13 +01:00
c7e01493ef
Update WordPress Playground integration to use HTML files
2025-04-21 22:39:54 +01:00
4d74fe35dc
Update WordPress Playground integration to use npx
2025-04-21 22:38:10 +01:00
d6b2349af8
Enhance testing framework with WordPress Playground integration
2025-04-21 22:30:10 +01:00
572c23df89
Add WordPress Playground and WP Performance Tests integration
2025-04-21 22:22:19 +01:00
824f2a97e8
Temporarily disable e2e tests in GitHub Actions workflow
2025-04-21 22:09:40 +01:00
2e25c48135
Fix code quality issues and WordPress naming conventions
2025-04-21 22:03:09 +01:00
11fbce90a0
Fix code quality issues and improve GitHub Actions workflow
2025-04-21 21:57:22 +01:00
1841b6b8bd
Fix Markdown formatting and update GitHub Actions workflow
2025-04-21 21:50:32 +01:00
474a5d2753
Fix GitHub Actions workflow and Markdown formatting
2025-04-21 21:37:37 +01:00
78c3d03030
Fix code quality issues and add package-lock.json
2025-04-21 21:32:35 +01:00
051bc763f8
Fix code quality issues and improve test framework
2025-04-21 21:23:23 +01:00
ed160ed51b
Fix code quality issues and Markdown formatting
2025-04-21 21:15:29 +01:00
e8d81ef45b
Fix code quality issues and update PHPStan configuration
2025-04-21 21:05:50 +01:00
47d77c6451
Update sidebar and add Multisite Development documentation
2025-04-21 20:57:40 +01:00
d058898022
Remove duplicate wiki directory and ensure .wiki is up-to-date
2025-04-21 20:54:37 +01:00
e5edff8cfa
Update Architecture Overview with testing framework and multisite structure
2025-04-21 20:52:43 +01:00
f09854329b
Rename multisite class file for better usability
2025-04-21 20:50:33 +01:00
5bdd04f592
Add placeholder files for multisite functionality
2025-04-21 20:48:55 +01:00
f7515b5861
Remove unnecessary domain mapping functionality
2025-04-21 20:46:43 +01:00
8ed22642e2
Add comprehensive testing framework for both single site and multisite WordPress environments
2025-04-21 17:32:01 +01:00
136f07d9c4
Update version to 0.1.13
...
- Updated version number in all files
- Added changelog entries for code quality improvements
- Created release ZIP file
2025-04-21 16:57:47 +01:00
40ebbce1cc
Improve code quality to move from B to A grade
...
- Added proper type declarations to all properties and methods
- Fixed inconsistent variable naming (camelCase to snake_case)
- Improved path handling in admin class
- Added textdomain loading functionality
- Removed unused phpcs:ignore comment
- Implemented proper return type declarations
2025-04-21 16:52:56 +01:00
af11f827c4
Update README.md and .ai-assistant.md with latest version info
...
- Added 0.1.11 and 0.1.12 changelog entries to README.md
- Updated version number in .ai-assistant.md
2025-04-21 16:48:09 +01:00
bfd2d4b063
Release version 0.1.12
...
- 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
2025-04-21 16:46:33 +01:00
6e95542ac5
Improve wording in code-quality-checks.md conclusion
2025-04-21 16:43:29 +01:00
baa2a050d3
Fix code quality tool configurations and improve documentation
...
- 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
2025-04-21 16:35:50 +01:00
61ca9d4768
Fix Markdown formatting issues in code-quality-checks.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
2025-04-21 16:28:25 +01:00
3d1bf9d113
Update workflow documentation for code quality checks
...
- 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
2025-04-21 16:07:16 +01:00
348eb872a8
Fix code quality issues
...
- 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
2025-04-21 16:04:46 +01:00
6554392dd6
Fix WordPress mocking in unit tests (Issue #6 )
...
- 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
2025-04-21 15:58:11 +01:00
ce96ea2e96
Improve release workflow
...
- Add consistent naming convention for releases
- Include changelog content in release notes
- Improve release title format
2025-04-21 15:47:57 +01:00
445d022232
^X
...
git merge simplify-code-quality-tools --no-edit
Merge branch 'simplify-code-quality-tools'
2025-04-21 15:33:16 +01:00
d3e5d0d0c0
Release version 0.1.11
...
- 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
2025-04-21 15:23:39 +01:00
2481d63561
Merge pull request #13 from wpallstars/simplify-code-quality-tools
...
Add PHPStan and PHP Mess Detector for improved code quality
2025-04-21 15:19:38 +01:00
cdc73bc010
Fix remaining code quality issues
...
- 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
2025-04-21 15:18:11 +01:00
67c6c65611
Fix camelCase naming and superglobal access issues
...
- Renamed methods to follow camelCase convention (initialize_hooks -> initializeHooks, enqueue_admin_assets -> enqueueAdminAssets)
- Renamed variables to follow camelCase convention (plugin_version -> pluginVersion)
- Replaced direct superglobal access with filter_input() for better security
- Simplified commented-out code with a clear TODO comment
2025-04-21 15:14:15 +01:00
ebdb172a14
Replace commented-out code with concise TODO note
...
- Removed large block of commented-out code
- Replaced with a concise TODO note about the implementation needed
2025-04-21 15:10:18 +01:00
57a4c98f46
Fix remaining code quality issues in Admin class
...
- Removed unused parameter from enqueue_admin_assets method
- Added empty line before block comment
2025-04-21 15:07:39 +01:00
4c1bee9dbe
Fix CSS and JavaScript formatting issues
...
- Updated stylelint configuration to fix CSS formatting issues
- Updated ESLint configuration to fix JavaScript issues
- Added global variables to ESLint configuration
2025-04-21 15:04:05 +01:00
200cc5671d
Fix indentation issues in PHP files
...
- Fixed tabs vs spaces indentation issues in PHP files
- Updated phpcs.xml configuration
2025-04-21 15:01:09 +01:00
398d24ed90
Fix code quality issues
...
- 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
2025-04-21 14:57:19 +01:00
ad30d716db
Fix code quality issues
...
- Update composer.lock file to match composer.json
- Fix Markdown formatting in README.md
- Fix phpcs.xml argument syntax
- Fix phpstan.neon excludePaths syntax
2025-04-21 14:50:21 +01:00
19ec65326b
Fix code quality tools configuration and workflow
...
- Fix PHP CodeSniffer configuration to use WordPress coding standards
- Add WordPress stubs to PHPStan configuration
- Fix Codacy Analysis action by removing unsupported parameter
- Update SonarCloud action to use recommended sonarqube-scan-action
- Add comprehensive documentation for code quality tools
- Update composer scripts to use vendor binaries
2025-04-21 14:45:27 +01:00
3048e91a78
Fix code quality tools configuration and update documentation
2025-04-21 14:32:11 +01:00