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: PHPCompatibility/PHPCompatibilityWP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.6
Choose a base ref
...
head repository: PHPCompatibility/PHPCompatibilityWP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.7
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 3, 2025

  1. GH Actions: use the xmllint-validate action runner

    Instead of doing all the installation steps for xmllint validation in the workflow, use the ✨ new dedicated `phpcsstandards/xmllint-validate` action runner instead.
    
    Ref: https://github.com/marketplace/actions/xmllint-validate
    jrfnl committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    169cd6a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from PHPCompatibility/feature/ghactions-change…

    …-xmllint-validation
    
    GH Actions: use the xmllint-validate action runner
    jrfnl authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    bcefd1e View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Ruleset: update property format

    The old array format is deprecated since PHPCS 3.3.0 and is causing deprecation notices since PHPCS 3.13.0.
    The new array format was introduced in PHPCS 3.3.0, so this includes raising the minimum supported PHPCS version.
    
    Fixes 63
    jrfnl committed May 12, 2025
    Configuration menu
    Copy the full SHA
    e49e95a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64 from PHPCompatibility/feature/63-fix-deprecate…

    …d-property-setting
    
    Ruleset: update property format
    jrfnl authored May 12, 2025
    Configuration menu
    Copy the full SHA
    be7280f View commit details
    Browse the repository at this point in the history
  3. Changelog: minor tweak

    jrfnl committed May 12, 2025
    Configuration menu
    Copy the full SHA
    5bfbbfb View commit details
    Browse the repository at this point in the history
Loading