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: WordPress/secure-custom-fields
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: trunk
Choose a base ref
...
head repository: Mr2P/secure-custom-fields
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: trunk
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 30, 2025

  1. Get the formatted_value from the original field value not the forma…

    …tted value for rest
    
    The `formatted_value` property of the $field['name'] . '_source' should come from the original value, not the REST value. Other plugins might change the REST value using the filter `acf/rest/format_value_for_rest`, which can cause the `formatted_value` to be incorrect.
    Mr2P authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    78e23a7 View commit details
    Browse the repository at this point in the history
  2. Get the formatted_value from the original field value

    The formatted_value property of the $field['name'] . '_source' should come from the original value, not the REST value. Other plugins might change the REST value using the filter acf/rest/format_value_for_rest, which can cause the formatted_value to be incorrect.
    Mr2P authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    b2d71af View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2025

  1. Lint ternary operator

    priethor committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    4315633 View commit details
    Browse the repository at this point in the history
Loading