Plugin Directory

Changeset 2226103


Ignore:
Timestamp:
01/12/2020 03:30:34 PM (6 years ago)
Author:
gt81plugins
Message:

Updated 1.0.1 branch with correct tag and bug fix

Location:
block-extras
Files:
21 added
3 edited

Legend:

Unmodified
Added
Removed
  • block-extras/trunk/build/index.asset.php

    r2226020 r2226103  
    1 <?php return array('dependencies' => array('react', 'wp-element', 'wp-polyfill'), 'version' => '275c7705de7eba178f1f0c3c76c61b77');
     1<?php return array('dependencies' => array('react', 'wp-element', 'wp-polyfill'), 'version' => '921d18f0ca2908ebdbdf5c93ab77d83b');
  • block-extras/trunk/build/index.js

    r2226020 r2226103  
    456456var createHigherOrderComponent = wp.compose.createHigherOrderComponent;
    457457var Fragment = wp.element.Fragment;
    458 var InspectorControls = wp.blockEditor.InspectorControls;
     458
     459var _ref = wp.blockEditor ? wp.blockEditor : wp.editor,
     460    InspectorControls = _ref.InspectorControls;
     461
    459462var PanelBody = wp.components.PanelBody;
    460463var addFilter = wp.hooks.addFilter;
  • block-extras/trunk/readme.txt

    r2226020 r2226103  
    33Donate link: https://www.gutenbergextras.com/
    44Tags: gutenberg,  blocks, gutenberg blocks, editor, gutenberg, page builder, extra attributes, default blocks
    5 Requires at least: 5.0
     5Requires at least: 5.2
    66Tested up to: 5.3.2
    77Stable tag: 1.0.1
Note: See TracChangeset for help on using the changeset viewer.