d_validator.json (2003B)
1 { 2 "codename": "d_validator", 3 "version": "1.1.0", 4 "name": "Shopunity Module Validator", 5 "description": "Shopunity Module Validator", 6 "index": "extension/module/d_validator", 7 "author": { 8 "name": "Dreamvention", 9 "email": "info@dreamvention.com", 10 "url": "https://dreamvention.com" 11 }, 12 "opencart_version": "2.0.1.0-4", 13 "type": "library", 14 "license": { 15 "type": "free", 16 "url": "https://shopunity.net/licenses/free" 17 }, 18 "install": { 19 "url": "extension/module/install&extension=d_validator" 20 }, 21 "uninstall": { 22 "url": "extension/module/uninstall&extension=d_validator" 23 }, 24 "support": { 25 "email": "support@dreamvention.com", 26 "url": "https:/dreamvention.com/support" 27 }, 28 "required": { 29 "d_opencart_patch": ">= 1.0.11", 30 "d_simple_html_dom": ">= 2.0.0", 31 "d_event_manager": ">= 1.3.1" 32 }, 33 "files": [ 34 "system/library/d_shopunity/extension/d_validator.json", 35 "system/config/d_validator.php", 36 37 "admin/controller/extension/d_shopunity/d_validator.php", 38 "admin/model/extension/d_shopunity/d_validator.php", 39 "admin/view/template/extension/d_shopunity/d_validator.twig", 40 "admin/language/en-gb/extension/d_shopunity/d_validator.php" 41 ], 42 "changelog": [ 43 { 44 "version": "1.1.0", 45 "change": "Add shopunity activation request" 46 }, 47 { 48 "version": "1.0.6", 49 "change": "Remind later button work well" 50 }, 51 { 52 "version": "1.0.5", 53 "change": "Clean config and order events fix" 54 }, 55 { 56 "version": "1.0.4", 57 "change": "Send correct Url in request to API" 58 }, 59 { 60 "version": "1.0.3", 61 "change": "Request Url to production" 62 }, 63 { 64 "version": "1.0.2", 65 "change": "Add config, more flexible find .json file, more data into config, right path to load model" 66 }, 67 { 68 "version": "1.0.1", 69 "change": "Right columns in table, fix remind me later button" 70 }, 71 { 72 "version": "1.0.0", 73 "change": "release" 74 } 75 ] 76 }