• Resolved FriendlyWP

    (@mmcginnis)


    The latest version of the plugin removes the outer class from newly added Group blocks on the front-end, rendering them unusable.

    To reproduce, on any page/post:

    • Add a new Group
    • Add anything inside it
    • Save.

    It will look fine in the editor, but on the front end the code will be broken:

    <div class>
      <div class="wp-block-group__inner-container">
        <-- content added here-->
      </div>
    </div>

    Deactivating and/or rolling back to v 2.9.1 fixed the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Anthony Ledesma

    (@paranoia1906)

    Hi @mmcginnis,

    Thank you for taking the time to make this report. We have released CoBlocks 1.10.1 which will resolve the issue with the missing Group block classes.

    Unfortunately, Group blocks that have been created between 1.10.0 and 1.10.1 will fail block validation within the editor and the user must attempt block recovery to restore the block to a functional state.

    Please do not hesitate to reach out if you encounter any issues.

    Best regards,

    Anthony

    Thread Starter FriendlyWP

    (@mmcginnis)

    Thanks @paranoia1906 ! Tested and confirmed that the fix works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2.10.0 breaks all new Group Blocks’ is closed to new replies.