Hi Barbara,
No it doesn’t have the fix, but I’m hoping I just sorted it.
Can you try editing /includes/swift-framework/meta-box/inc/classes/meta-box.php and edit line 93 from:
add_action( 'save_post', array( $this, 'save_post' ) );
to
add_action( 'pre_post_update', array( $this, 'save_post' ) );
add_action( 'save_post', array( $this, 'save_post' ) );
That should resolve the problem. You can edit this using the Solid Code Theme Editor plugin, or editing the file locally and uploading it.
Let us know!
– Ed