Changeset 1989174
- Timestamp:
- 12/08/2018 12:34:57 PM (7 years ago)
- Location:
- gosign-masonry-post-block/trunk
- Files:
-
- 3 edited
-
plugin.php (modified) (1 diff)
-
readme.md (modified) (1 diff)
-
src/init.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gosign-masonry-post-block/trunk/plugin.php
r1987902 r1989174 6 6 * Author: Zohaib - Gosign.de 7 7 * Author URI: https://www.gosign.de/team/ 8 * Version: 2.1. 28 * Version: 2.1.3 9 9 * License: GPL3+ 10 10 * License URI: https://www.gnu.org/licenses/gpl.txt -
gosign-masonry-post-block/trunk/readme.md
r1988034 r1989174 2 2 Contributors: malikzohaib42,ahmedcassini,mansoor1,mohsinkhan1,awaiskhalid0,ahsan21 3 3 Tags: 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. 24 Stable tag: 2.1.3 5 5 Requires at least: 4.9.8 6 6 Tested up to : 5.0 -
gosign-masonry-post-block/trunk/src/init.php
r1987902 r1989174 74 74 'posts-masonry-block-js', // Handle. 75 75 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. 77 77 // filemtime( plugin_dir_path( __DIR__ ) . 'dist/blocks.build.js' ), // Version: filemtime — Gets file modification time. 78 78 true // Enqueue the script in the footer.
Note: See TracChangeset
for help on using the changeset viewer.