Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Automattic/batcache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BeAPI/batcache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 18 files changed
  • 3 contributors

Commits on Mar 3, 2026

  1. 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.
    herewithme committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    0590f65 View commit details
    Browse the repository at this point in the history
  2. 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.
    herewithme committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    9063fc4 View commit details
    Browse the repository at this point in the history
  3. 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.
    herewithme committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    e8e263a View commit details
    Browse the repository at this point in the history
  4. 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.
    herewithme committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    a9d8cf7 View commit details
    Browse the repository at this point in the history
  5. 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.
    herewithme committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    0390074 View commit details
    Browse the repository at this point in the history
  6. 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.
    herewithme committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    d7b1c84 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. Configuration menu
    Copy the full SHA
    b6d6a16 View commit details
    Browse the repository at this point in the history
  2. Core release 1.6

    julesfell committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    aaa8417 View commit details
    Browse the repository at this point in the history
  3. fix stable tag in readme

    julesfell committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    dc9ad35 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. Merge pull request #1 from BeAPI/release-1.6

    Release 1.6
    asadowski10 authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    7820ba1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2026

  1. add wpcli command

    asadowski10 committed Apr 23, 2026
    Configuration menu
    Copy the full SHA
    b7c7ced View commit details
    Browse the repository at this point in the history
Loading