Version Description
Download this release
Release Info
Developer | adreastrian |
Plugin | Enhanced Blocks – Page Builder Blocks for Gutenberg |
Version | 1.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.3.0 to 1.3.1
- enhanced-blocks.php +1 -1
- package.json +19 -0
enhanced-blocks.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Enhanced Blocks - Page Builder blocks for Gutenberg Editor | Design responsive WordPress sites with few clicks | First ever Gutenberg block editor plugin for site building which is on the constant update.
|
6 |
* Author: gutendev
|
7 |
* Author URI: https://profiles.wordpress.org/gutendev
|
8 |
-
* Version: 1.3.
|
9 |
* License: GPL2+
|
10 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
|
11 |
* Text Domain: enhanced-blocks
|
5 |
* Description: Enhanced Blocks - Page Builder blocks for Gutenberg Editor | Design responsive WordPress sites with few clicks | First ever Gutenberg block editor plugin for site building which is on the constant update.
|
6 |
* Author: gutendev
|
7 |
* Author URI: https://profiles.wordpress.org/gutendev
|
8 |
+
* Version: 1.3.1
|
9 |
* License: GPL2+
|
10 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
|
11 |
* Text Domain: enhanced-blocks
|
package.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "rowlayout-for-gutenberg-cgb-guten-block",
|
3 |
+
"version": "1.0.0",
|
4 |
+
"private": true,
|
5 |
+
"scripts": {
|
6 |
+
"start": "cgb-scripts start",
|
7 |
+
"build": "cgb-scripts build",
|
8 |
+
"eject": "cgb-scripts eject"
|
9 |
+
},
|
10 |
+
"dependencies": {
|
11 |
+
"cgb-scripts": "1.13.0",
|
12 |
+
"lodash": "^4.17.11",
|
13 |
+
"memize": "^1.0.5",
|
14 |
+
"moment": "^2.23.0",
|
15 |
+
"re-resizable": "^4.11.0",
|
16 |
+
"react-slick": "^0.23.2",
|
17 |
+
"react-twentytwenty": "^1.2.1"
|
18 |
+
}
|
19 |
+
}
|