Merge pull request #4089 from jdevalk/jdv/add-visual-composer

Add Visual Composer & improve Divi detection
main
Elbert Alias 4 years ago committed by GitHub
commit fb79ccac87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1000 718.3" style="enable-background:new 0 0 1000 718.3;" xml:space="preserve">
<style type="text/css">
.st0{fill:#0584B5;}
.st1{fill:#09AEEF;}
.st2{fill:#AED13B;}
.st3{fill:#B9880C;}
.st4{fill:#B76800;}
.st5{fill:#FDB715;}
.st6{fill:#7F9E2E;}
</style>
<polygon class="st0" points="19.6,151.7 19.6,429.5 260.2,568.4 260.2,290.6 "/>
<g>
<polygon class="st1" points="260.2,12.8 19.6,151.7 260.2,290.6 500.8,151.7 "/>
<polygon class="st2" points="741.4,12.8 500.8,151.7 741.4,290.6 982,151.7 "/>
</g>
<g>
<polygon class="st3" points="500.8,151.7 500.8,429.5 741.4,568.4 741.4,290.6 "/>
<polygon class="st4" points="260.2,290.6 260.2,568.4 500.8,429.5 500.8,151.7 "/>
<polygon class="st5" points="500.8,429.5 260.2,568.4 500.8,707.3 741.4,568.4 "/>
</g>
<polygon class="st6" points="741.4,290.6 741.4,568.4 982,429.5 982,151.7 "/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -5893,6 +5893,9 @@
"recurring", "recurring",
"onetime" "onetime"
], ],
"meta": {
"generator": "Divi"
},
"saas": true, "saas": true,
"scripts": "Divi/js/custom\\.(?:min|unified)\\.js\\?ver=([\\d.]+)\\;version:\\1", "scripts": "Divi/js/custom\\.(?:min|unified)\\.js\\?ver=([\\d.]+)\\;version:\\1",
"website": "https://www.elegantthemes.com/gallery/divi" "website": "https://www.elegantthemes.com/gallery/divi"
@ -24790,6 +24793,25 @@
}, },
"website": "http://vibecommerce.com.br" "website": "http://vibecommerce.com.br"
}, },
"Visual Composer": {
"cats": [
51
],
"description": "Visual Composer is an all-in-one web design tool for anyone who uses WordPress.",
"icon": "visualcomposer.svg",
"implies": [
"WordPress",
"PHP"
],
"meta": {
"generator": "Powered by Visual Composer Website Builder"
},
"pricing": [
"low",
"recurring"
],
"website": "https://visualcomposer.com"
},
"webEdition": { "webEdition": {
"cats": [ "cats": [
1 1
@ -24887,4 +24909,4 @@
"website": "https://www.xt-commerce.com" "website": "https://www.xt-commerce.com"
} }
} }
} }