PluginProbe
StreamCast – bring live radio to your site with a sleek player / 2.4.0
StreamCast – bring live radio to your site with a sleek player v2.4.0
2.4.5 2.4.4 trunk 1.0 1.1 2.0.0 2.1.10 2.1.2 2.1.4 2.1.5 2.1.8 2.2.1 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 All 29 releases
← All changes | build/block.json +4 -11 2.3.42.4.0 View file →
@@ -1,9 +1,9 @@
1 1 {
2 2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 3 "apiVersion": 3,
4 4 "name": "scb/streamcast-block",
5 - "version": "1.0.0",
5 + "version": "2.3.7",
6 6 "title": "StreamCast Block",
7 7 "category": "widgets",
8 8 "description": "Play iceCast, Shoutcast, Radionomy, Radiojar, RadioCo and Audio Live stream in Wordpress.",
9 9 "keywords": [
@@ -12,9 +12,9 @@
12 12 "streamcast",
13 13 "live player",
14 14 "live stream player"
15 15 ],
16 - "textdomain": "b-blocks",
16 + "textdomain": "streamcast",
17 17 "attributes": {
18 18 "align": {
19 19 "type": "string",
20 20 "default": ""
@@ -115,17 +115,10 @@
115 115 },
116 116 "example": {
117 117 "attributes": {}
118 118 },
119 - "editorScript": [
120 - "file:./index.js",
121 - "wp-api"
122 - ],
119 + "editorScript": "file:./index.js",
123 120 "editorStyle": "file:./index.css",
124 121 "style": "file:./view.css",
125 122 "render": "file:./render.php",
126 - "viewScript": [
127 - "file:./view.js",
128 - "react",
129 - "react-dom"
130 - ]
123 + "viewScript": "file:./view.js"
131 124 }