PluginProbe
TablePress – Tables in WordPress made easy / 3.0
TablePress – Tables in WordPress made easy v3.0
3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.12 1.14 1.9.2 2.0.4 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3 2.3.1 2.3.2 2.4 2.4.1 2.4.2 2.4.3 2.4.4 All 44 releases
← All changes | blocks/blocks-manifest.php +2 -3 trunk3.0 View file →
@@ -4,9 +4,9 @@
4 4 'table' => array(
5 5 '$schema' => 'https://schemas.wp.org/trunk/block.json',
6 6 'apiVersion' => 3,
7 7 'name' => 'tablepress/table',
8 - 'version' => '3.3.4',
8 + 'version' => '3.0',
9 9 'title' => 'TablePress table',
10 10 'category' => 'media',
11 11 'icon' => 'list-view',
12 12 'description' => 'Embed a TablePress table.',
@@ -26,10 +26,9 @@
26 26 ),
27 27 'supports' => array(
28 28 'align' => false,
29 29 'html' => false,
30 - 'customClassName' => false,
31 - 'customCSS' => false
30 + 'customClassName' => false
32 31 ),
33 32 'editorScript' => 'file:build/index.js',
34 33 'editorStyle' => 'file:build/index.css'
35 34 )