Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nicmare

    (@nicmare)

    Hotfix for everyone else stumbling upon this. put this in functions.php

    add_filter('register_block_type_args', function ($args, $block_type) {
    if ($block_type === 'pressidium/cookies') {
    $args['api_version'] = 3;
    }

    return $args;
    }, 10, 2);
    Plugin Contributor overengineer

    (@overengineer)

    @nicmare Hi, thanks for bringing this to our attention!

    You’re right, bumping the pressidium/cookies block to API version 3 will ensure full compatibility with the iframe editor.

    I’ve opened a GitHub issue (#190) to track this. We’ll address it in the next version of the plugin.

    Thanks for taking the time to report it!

    Eusebiu Oprinoiu

    (@eusebiuoprinoiu)

    Hello!
    I came here to report this as well.
    When will the next version of the plugin be released?
    Will it become available before the WordPress 7.0 release?

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.