-
Notifications
You must be signed in to change notification settings - Fork 103
Comparing changes
Open a pull request
base repository: Automattic/batcache
base: master
head repository: BeAPI/batcache
compare: master
- 11 commits
- 18 files changed
- 3 contributors
Commits on Mar 3, 2026
-
Add configuration files for coding standards and development tools
- Introduced .editorconfig to unify coding style across editors. - Added .gitignore to exclude the vendor directory. - Created .phpcs.xml.dist for custom PHP CodeSniffer ruleset. - Updated composer.json to include development dependencies for PHP CodeSniffer and PHPStan. - Added phpstan configuration files for static analysis. - Enhanced readme.txt with development instructions for PHP quality tools.
Configuration menu - View commit details
-
Copy full SHA for 0590f65 - Browse repository at this point
Copy the full SHA 0590f65View commit details -
Refactor Batcache code for improved readability and PHP compatibility
- Updated function definitions and conditionals for better clarity and consistency. - Enhanced comments for better understanding of functionality. - Adjusted formatting and spacing for improved code style. - Ensured compatibility with PHP 8.2 by declaring used properties and using modern syntax.
Configuration menu - View commit details
-
Copy full SHA for 9063fc4 - Browse repository at this point
Copy the full SHA 9063fc4View commit details -
Enhance Batcache configuration and documentation
- Updated .phpcs.xml.dist to include additional rules and configurations for improved code quality checks. - Added detailed comments and documentation in advanced-cache.php for better understanding of functionality and parameters. - Adjusted minimum supported PHP and WordPress versions in the configuration to align with current standards.
Configuration menu - View commit details
-
Copy full SHA for e8e263a - Browse repository at this point
Copy the full SHA e8e263aView commit details -
Update Batcache to utilize the WordPress object cache API
- Changed references from Memcached to the WordPress object cache API in advanced-cache.php for clarity. - Updated composer.json description to reflect support for various object cache backends. - Revised readme.txt to emphasize compatibility with Redis and other object cache systems, enhancing installation instructions and usage guidelines.
Configuration menu - View commit details
-
Copy full SHA for a9d8cf7 - Browse repository at this point
Copy the full SHA a9d8cf7View commit details -
Update readme.txt for version 1.6
- Increment stable tag to 1.6. - Document compatibility with all WordPress object cache API backends, not just Memcached. - Revise code comments and documentation to use "object cache" terminology. - Add a section for Object cache backends in the readme, citing Memcached as a reference. - Introduce PHP quality tooling with Composer dev dependencies and configuration files for code standards. - Ensure code compliance with WordPress Coding Standards through formatting and PHPDoc updates.
Configuration menu - View commit details
-
Copy full SHA for 0390074 - Browse repository at this point
Copy the full SHA 0390074View commit details -
Enhance Batcache with DDEV support and admin features
- Added DDEV configuration files for local WordPress development. - Updated .gitignore to exclude build and wp directories. - Enhanced .phpcs.xml.dist to exclude additional patterns. - Improved advanced-cache.php and batcache.php with detailed plugin metadata and new admin bar functionality for purging cache. - Documented testing procedures and setup in TESTING.md, including Redis and Memcached integration. - Revised readme.txt to reflect new features and installation instructions.
Configuration menu - View commit details
-
Copy full SHA for d7b1c84 - Browse repository at this point
Copy the full SHA d7b1c84View commit details
Commits on Mar 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b6d6a16 - Browse repository at this point
Copy the full SHA b6d6a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaa8417 - Browse repository at this point
Copy the full SHA aaa8417View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc9ad35 - Browse repository at this point
Copy the full SHA dc9ad35View commit details
Commits on Mar 30, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7820ba1 - Browse repository at this point
Copy the full SHA 7820ba1View commit details
Commits on Apr 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b7c7ced - Browse repository at this point
Copy the full SHA b7c7cedView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master