Plugin Directory

Changeset 1989174


Ignore:
Timestamp:
12/08/2018 12:34:57 PM (7 years ago)
Author:
malikzohaib42
Message:

Bug fixes

Location:
gosign-masonry-post-block/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gosign-masonry-post-block/trunk/plugin.php

    r1987902 r1989174  
    66 * Author: Zohaib - Gosign.de
    77 * Author URI: https://www.gosign.de/team/
    8  * Version: 2.1.2
     8 * Version: 2.1.3
    99 * License: GPL3+
    1010 * License URI: https://www.gnu.org/licenses/gpl.txt
  • gosign-masonry-post-block/trunk/readme.md

    r1988034 r1989174  
    22Contributors: malikzohaib42,ahmedcassini,mansoor1,mohsinkhan1,awaiskhalid0,ahsan21
    33Tags: Latest Posts Block,Posts Block,Gutenberg,Posts Masonry Gallery,Masonry Post Block,Gosign post block, masonry gallery, posts masonry gallery, posts gallery, latest posts, masonry gallery
    4 Stable tag: 2.1.2
     4Stable tag: 2.1.3
    55Requires at least: 4.9.8
    66Tested up to : 5.0
  • gosign-masonry-post-block/trunk/src/init.php

    r1987902 r1989174  
    7474        'posts-masonry-block-js', // Handle.
    7575        plugins_url( '/dist/blocks.build.js', dirname( __FILE__ ) ), // Block.build.js: We register the block here. Built with Webpack.
    76         array( 'wp-blocks', 'wp-i18n', 'wp-element' ), // Dependencies, defined above.
     76        array( 'wp-blocks', 'wp-i18n', 'wp-element', 'wp-editor' ), // Dependencies, defined above.
    7777        // filemtime( plugin_dir_path( __DIR__ ) . 'dist/blocks.build.js' ), // Version: filemtime — Gets file modification time.
    7878        true // Enqueue the script in the footer.
Note: See TracChangeset for help on using the changeset viewer.