Plugin Directory

Changeset 2694472


Ignore:
Timestamp:
03/15/2022 08:38:36 PM (4 years ago)
Author:
4wpbari
Message:

Add other extra setting core blocks and new patterns

Location:
visual-editor
Files:
103 added
2 edited

Legend:

Unmodified
Added
Removed
  • visual-editor/trunk/readme.txt

    r2693062 r2694472  
    44Requires at least: 5.0
    55Tested up to: 5.9.1
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    2424- Mouver change position
    2525- Auto open sidebar when click a block
     26- PreDesigned Layout with native Gutenberg Blocks!
    2627
    2728Extra!
     
    4344== Changelog ==
    4445
     46= 1.0.4 =
     47
     48-   Add other's extra settings core blocks gutenberg
     49-   Add other's patterns (in progress every day)
     50
    4551= 1.0.3 =
    4652
  • visual-editor/trunk/visual-editor.php

    r2693062 r2694472  
    33Plugin Name: Visual Editor
    44Description: Improves the use of the gutenberg editor
    5 Version: 1.0.3
     5Version: 1.0.4
    66Author: Roberto Bottalico
    77Author URI: https://4wp.it
     
    3232            }
    3333        }
     34   
     35        if ( function_exists( 'register_block_type' ) ) {
     36            require_once dirname( __FILE__ ) . '/class-common-core-blocks-css.php';
     37
     38            if ( class_exists( '\VISUALEDIT\CustomCss\Visual_Editor_Blocks_CSS' ) ) {
     39                \VISUALEDIT\CustomCss\Visual_Editor_Blocks_CSS::instance();
     40            }
     41        }
    3442    }
    3543);
Note: See TracChangeset for help on using the changeset viewer.