Version 1.0.9 and above breaks our links
-
After upgrading the plugin on our customer sites, we discovered that links went missing, and the hyperlink group block is displayed with an error in the editor.
I see that the way the block is saved has changed between the versions, but is there no way to automatically migrate between the two?
In the old version of the block, that we have reverted to on our sites, the links are saved like this:
<!-- wp:tiptip/hyperlink-group-block --> <a class="wp-block-hyperlink-group" ><div class="wp-block-tiptip-hyperlink-group-block">
and in the new version, like this:
<!-- wp:tiptip/hyperlink-group-block {"url":"https://example.com"} --> <a class="wp-block-hyperlink-group" ><div class="wp-block-tiptip-hyperlink-group-block">
Will I need to run a regular expression search&replace across our sites, or is there a better way to handle it?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Version 1.0.9 and above breaks our links’ is closed to new replies.