Plugin Directory

Changeset 3175752


Ignore:
Timestamp:
10/25/2024 03:40:31 PM (18 months ago)
Author:
eunito
Message:

fixed: responsive control issue

Location:
gutenito-blocks-addon/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gutenito-blocks-addon/trunk/gutenito-blocks-addon.php

    r3172376 r3175752  
    55 * Requires at least: 5.8
    66 * Requires PHP: 7.4
    7  * Version: 0.0.2
     7 * Version: 0.0.3
    88 * Author: Eunito
    99 * Author URI: https://eunito.com
     
    6868     */
    6969    public function define_constants() {
    70         define( 'GUTENITO_BLOCKS_ADDON_PLUGIN_VERSION', '0.0.2' );
     70        define( 'GUTENITO_BLOCKS_ADDON_PLUGIN_VERSION', '0.0.3' );
    7171        define( 'GUTENITO_BLOCKS_ADDON_PLUGIN_NAME', 'Gutenito Blocks Addon' );
    7272        define( 'GUTENITO_BLOCKS_ADDON_PLUGIN_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
  • gutenito-blocks-addon/trunk/includes/Core/Enqueue.php

    r3172376 r3175752  
    3131        if ($wp_version >= 6.2) {
    3232            $content = new \WP_HTML_Tag_Processor($block_content);
    33             $content->next_tag();
     33            $content->next_tag('div');
    3434
    3535            if( !empty($block['attrs']['gutenitoResponsiveControlDesktop']) ){
  • gutenito-blocks-addon/trunk/readme.txt

    r3172376 r3175752  
    33Tags: blocks, gutenberg blocks, blocks addon, gutenberg
    44Tested up to: 6.4
    5 Stable tag: 0.0.2
     5Stable tag: 0.0.3
    66License: GPLv3
    77License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    5252* Improved: Color controls in the editor
    5353
     54= 0.0.3 =
     55* Fixed: Responsive control issue
     56
    5457
    5558
Note: See TracChangeset for help on using the changeset viewer.