Hello, I activated MB Revisions for my custom fields and WordPress is currently recording revisions, but they contain only title values.
I added the custom setting revision => true to the advanced settings of the field group, and also to single fields/groups: https://drive.google.com/file/d/1YYTeU8O1MOejEGJBz4fXIUgQFXBUtiK5/view?usp=sharing
As additional confirmation, I also added:
define( 'WP_POST_REVISIONS', true );
to my wp-config.php but without results
but the revisions still contain only title values.
Can you help me to figure out what is wrong, please?
Thank you in advance