Support

Account

Home Forums Bug Reports WordPress 3.6 Revisions: custom fields no longer tracked Reply To: WordPress 3.6 Revisions: custom fields no longer tracked

  • Hi @timothy_h

    Please see my previous comment:

    I have pushed an update to github which includes a solution for saving revisions when only a custom field value is changed.

    To clarify the issue, WP only saves a revision if it sees a change in post_title, post_excerpt or post_content. The new code hooks in and tells WP if a metavalue has changed. If so, allow the revision to be saved!

    Cheers
    E