Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow developers to short circuit potentially expensive is_private ch… #972

Merged

Commits on Oct 14, 2019

  1. Configuration menu
    Copy the full SHA
    402f355 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    2b2be53 View commit details
    Browse the repository at this point in the history
  2. # Release Notes

    ## Bugfixes
    
    - MenuItems are stored in the post table and should use the post loader. To use the post loader properly, the menu item IDs should be encoded as `post:$id` but were encoded as `nav_menu_item:$id` which breaks the principles of the Relay spec. This fixes that. MenuItems now output ids encoded as `post:$id`
    jasonbahl committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    a213d57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb05e97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0efb64e View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    7a593fe View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into bug/961/many-queries-from-model-layer

    # Conflicts:
    #	src/Model/Model.php
    jasonbahl committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    27c91f0 View commit details
    Browse the repository at this point in the history
  3. - simplify return

    jasonbahl committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    bea0302 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cde816 View commit details
    Browse the repository at this point in the history
  5. - add back filter that was removed. Update name of new filter to be m…

    …ore consistent with existing filter.
    jasonbahl committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    1df226e View commit details
    Browse the repository at this point in the history