Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

feat: Support mutations for ACF fields #351

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Commits on Mar 26, 2023

  1. feat: Support mutations for ACF fields

    Alaa committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    6b40be9 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

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

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    a3069cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39f2fa1 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Revert "feat: upgrade plugin version to 0.6.2"

    This reverts commit 39f2fa1.
    mohjak committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    dabc314 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52c801e View commit details
    Browse the repository at this point in the history
  3. fix: revert spaces

    mohjak committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0e5b454 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1

    Register ACF Select and Radio Fields as GraphQL Enum Types
    alaa-alshamy authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b8c7a7b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. fix: Use same hook that acf normally used to save its data when creat…

    …e/update post/term from UI and that to be more compatible with other plugins that waiting the acf to be saved to do something depending on it like WPML sync feature that sync acf data from master post to its translations.
    
    Also fix a case that relationships field can be single id so wrap it in array
    Alaa committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e2cb049 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. fix: ignoring revision type because the ACF data was saving in the re…

    …vision instead of the real post that we need
    Alaa committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0a48c0b View commit details
    Browse the repository at this point in the history