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: GravityPDF/querypath
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.0
Choose a base ref
...
head repository: GravityPDF/querypath
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.1
Choose a head ref
  • 14 commits
  • 11 files changed
  • 2 contributors

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    1f32f73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from GravityPDF/bad-link-discussions

    Fix 404 error to forum/discussions page
    jakejackson1 authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    cb74bae View commit details
    Browse the repository at this point in the history
  3. Include PHP8.1 support in composer description

    This will make it stand out from the original library, and any forks, in Packagist.
    jakejackson1 committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    f0b1ffe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #24 from GravityPDF/composer-description

    Include PHP8.1 support in composer description
    jakejackson1 authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    b9a64fa View commit details
    Browse the repository at this point in the history
  5. Remove badges from readme

    They look to be pulling info from the original library, instead of `gravitypdf/querypath` for some reason (maybe the "replace" key in composer.json is the cause. Remove for now.
    jakejackson1 committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    c38a7a5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #25 from GravityPDF/readme-badges

    Remove badges from readme
    jakejackson1 authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    e4f1c44 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Refactor PHPUnit

    Explicitly display all PHP errors, notices, warnings.
    Remove extra autoload require statement
    Remove old code coverage bash script
    Update Unit Test GitHub Actions to enable all PHP errors
    jakejackson1 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    91aea9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fecec3f View commit details
    Browse the repository at this point in the history
  3. Fix Bug Report Template

    Change file type from .md to .yml to use GitHubs new issue template
    jakejackson1 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    79df8c0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #30 from GravityPDF/bug-report-gh-template

    Fix Bug Report Template
    jakejackson1 authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    97c53ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e5db23 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #31 from GravityPDF/gh-issue-forms-syntax

    Resolve GH Issue Forms Syntax
    jakejackson1 authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    663ee48 View commit details
    Browse the repository at this point in the history
  7. Resolve PHP8.1 Deprecation Notice

    Fixes the following in a backwards-compatible way
    > PHP Deprecated:  Return type of QueryPath\QueryPathIterator::current() should either be compatible with IteratorIterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/runner/work/querypath/querypath/src/QueryPathIterator.php on line 29
    
    Resolves #27
    jakejackson1 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    be4055d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #32 from GravityPDF/iterator-deprecation-notice

    Resolve PHP8.1 Deprecation Notice
    jakejackson1 authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    fe529ed View commit details
    Browse the repository at this point in the history
Loading