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: wp-graphql/wpgraphql-acf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: wp-graphql/wpgraphql-acf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.2
Choose a head ref
  • 18 commits
  • 7 files changed
  • 2 contributors

Commits on Feb 8, 2024

  1. Bump the composer group across 1 directories with 1 update

    Bumps the composer group with 1 update in the /. directory: [composer/composer](https://github.com/composer/composer).
    
    
    Updates `composer/composer` from 2.2.22 to 2.2.23
    - [Release notes](https://github.com/composer/composer/releases)
    - [Changelog](https://github.com/composer/composer/blob/main/CHANGELOG.md)
    - [Commits](composer/composer@2.2.22...2.2.23)
    
    ---
    updated-dependencies:
    - dependency-name: composer/composer
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    2b56524 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #169 from wp-graphql/dependabot/composer/composer/…

    …composer-2.2.23
    
    Bump the composer group across 1 directories with 1 update
    jasonbahl authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0a912b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fa59a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Update bug_report.yml

    jasonbahl authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    752be09 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #173 from wp-graphql/jasonbahl-patch-1

    Update bug_report.yml
    jasonbahl authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    29440f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b65636 View commit details
    Browse the repository at this point in the history
  4. - add test to ensure taxonomy field resolves in the same order the ID…

    …s are saved
    
    - update taxonomy field resolver to se the default order and orderby when resolving with the TermObjectConnectionResolver
    jasonbahl committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    305d254 View commit details
    Browse the repository at this point in the history
  5. - composer fix-cs

    jasonbahl committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7c52d67 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #174 from wp-graphql/fix/171-taxonomy-field-resolv…

    …es-wrong-order
    
    fix: taxonomy field resolves with wrong order
    jasonbahl authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    cd6404a View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. - when a Taxonomy field is set to store objects instead of IDs, the r…

    …esolver returns incorrect information. This resolves that by accounting for IDs or Objects being stored and returned.
    jasonbahl committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3586a07 View commit details
    Browse the repository at this point in the history
  2. Merge commit 'cd6404a205bd92262a8099dcc3ed138614c6d080' into fix/177-…

    …taxonomy-field-not-handling-objects-properly
    jasonbahl committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    fd7e687 View commit details
    Browse the repository at this point in the history
  3. - update Taxonomy.php to better handle different values returned (obj…

    …ect vs id & array vs individual value)
    
    - add test for Taxonomy field when 'object' is set as the return type
    jasonbahl committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    21eec1f View commit details
    Browse the repository at this point in the history
  4. - composer fix-cs

    jasonbahl committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    bfe55b1 View commit details
    Browse the repository at this point in the history
  5. - change order of cleanup

    jasonbahl committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5626533 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #178 from wp-graphql/fix/177-taxonomy-field-not-ha…

    …ndling-objects-properly
    
    fix: Taxonomy field returns incorrect data if set to store objects instead of IDs
    jasonbahl authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d734a3e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2f0ff5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e137d4a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #179 from wp-graphql/release/v2.1.2

    release: v2.1.2
    jasonbahl authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5d500c0 View commit details
    Browse the repository at this point in the history
Loading