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

[gatsby-source-wordpress] Refactored featured_media map for deep nodes #2648

Merged
merged 4 commits into from
Oct 27, 2017

Commits on Oct 27, 2017

  1. Refactored featured_media map for deep nodes

    * Featured medias coul be nested at any level
    * The most certain way to have photos works with this version on the plugin is to either name the fiel featured_media or include the image as Post Object.
    * Fixed bug where in some case the old featured_media field was not deleted.
    sebastienfi authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    8e3a888 View commit details
    Browse the repository at this point in the history
  2. Update normalize.js.snap

    sebastienfi authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    50fd70b View commit details
    Browse the repository at this point in the history
  3. Integrated pieh 's changes

    * Most of the credits goes to @pieh for a better solution that solved the same problems and widely improved code simplicity. #2646
    * Made the Media lookup begin at JSON tree root instead of keeping this for ACF Field only. Changed constants names accordingly.
    * Making thise more generic allorws Custom Post Types to benefit from this improvements and yet unseen objects shapes. 
    * Incorporated fix on bug mentionned here #2646 (comment)
    * May solve this #2587, this #2492, this #2328
    sebastienfi authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    a21c934 View commit details
    Browse the repository at this point in the history
  4. Update normalize.js.snap

    sebastienfi authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    e286a25 View commit details
    Browse the repository at this point in the history