PluginProbe
Elementor Website Builder – more than just a page builder / 4.3.1
Elementor Website Builder – more than just a page builder v4.3.1
4.3.2 4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 All 455 releases
← All changes | migrations/manifest.json +10 -0 4.2.2 → 4.3.1 View file →
@@ -32,12 +32,22 @@
32 32 "fromType": "html-v2",
33 33 "toType": "html-v3",
34 34 "path": "operations/html-v2-to-html-v3.json"
35 35 },
36 + "html-v3-to-escaped-html": {
37 + "fromType": "html-v3",
38 + "toType": "escaped-html",
39 + "path": "operations/html-v3-to-escaped-html.json"
40 + },
36 41 "image-src-to-svg-src": {
37 42 "fromType": "image-src",
38 43 "toType": "svg-src",
39 44 "path": "operations/image-src-to-svg-src.json"
45 + },
46 + "svg-src-to-icon": {
47 + "fromType": "svg-src",
48 + "toType": "icon",
49 + "path": "operations/svg-src-to-icon.json"
40 50 },
41 51 "config-to-config-v2": {
42 52 "fromType": "config",
43 53 "toType": "config-v2",