PluginProbe
Elementor Website Builder – more than just a page builder / 4.2.1
Elementor Website Builder – more than just a page builder v4.2.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.0-beta2 → 4.2.1 View file →
@@ -51,7 +51,17 @@
51 51 "string-to-font-family": {
52 52 "fromType": "string",
53 53 "toType": "font-family",
54 54 "path": "operations/string-to-font-family.json"
55 + },
56 + "border-radius-to-border-radius-v2": {
57 + "fromType": "border-radius",
58 + "toType": "border-radius-v2",
59 + "path": "operations/border-radius-to-border-radius-v2.json"
60 + },
61 + "border-width-to-border-width-v2": {
62 + "fromType": "border-width",
63 + "toType": "border-width-v2",
64 + "path": "operations/border-width-to-border-width-v2.json"
55 65 }
56 66 }
57 67 }