d_simple_html_dom.json (1281B)
1 { 2 "codename": "d_simple_html_dom", 3 "version": "2.0.2", 4 "name": "Simple HTML DOM", 5 "description": "Simple HTML DOM allows to parse the HTML-code with the help of user-friendly jQuery-like selectors.", 6 7 "author": { 8 "name": "Dreamvention", 9 "email": "info@dreamvention.com", 10 "url": "https://dreamvention.com" 11 }, 12 "opencart_version": "2-4", 13 "type": "library", 14 "license": { 15 "type": "free", 16 "url": "https://shopunity.net/licenses/free" 17 }, 18 "support": { 19 "email": "support@dreamvention.com", 20 "url": "https:/dreamvention.com/support" 21 }, 22 "files": [ 23 "system/library/d_shopunity/extension/d_simple_html_dom.json", 24 "system/library/d_simple_html_dom.php" 25 ], 26 "changelog": [ 27 { 28 "version": "2.0.2", 29 "change": "sem var" 30 }, 31 { 32 "version": "2.0.1", 33 "change": "Added supported version oc v 3.0.3.1 and Update simple dom to 1.8.1" 34 }, 35 { 36 "version": "2.0.0", 37 "change": "JSON for Opencart 3.0.0" 38 }, 39 { 40 "version": "1.0.5", 41 "change": "JSON bugs fixed" 42 }, 43 { 44 "version": "1.0.0", 45 "change": "" 46 } 47 ] 48 }