d_bootstrap_switch.json (1440B)
1 { 2 "codename": "d_bootstrap_switch", 3 "version": "3.3.7", 4 "name": "Bootstrap switch", 5 "description": "Implementation of bootstrap-switch https://github.com/Bttstrp/bootstrap-switch", 6 "author": { 7 "name": "Shopunity", 8 "email": "info@shopunity.com", 9 "url": "https://github.com/Bttstrp/bootstrap-switch" 10 }, 11 "opencart_version": "2-4", 12 "type": "library", 13 "license": { 14 "type": "free", 15 "url": "https://shopunity.net/licenses/free" 16 }, 17 "support": { 18 "email": "support@shopunity.com", 19 "url": "https://shopunity.net/" 20 }, 21 "files": [ 22 "system/library/d_shopunity/extension/d_bootstrap_switch.json" 23 ], 24 "dirs": [ 25 "admin/view/javascript/d_bootstrap_switch", 26 "catalog/view/javascript/d_bootstrap_switch" 27 ], 28 "changelog": [ 29 { 30 "varsion":"3.3.7", 31 "change": "sem var" 32 },{ 33 "varsion":"3.3.6", 34 "change": "Added support OC v3.0.3.1" 35 }, 36 { 37 "varsion":"3.3.5", 38 "change": "Added support for opencart versions" 39 }, 40 { 41 "varsion":"3.3.4", 42 "change": "Bug fix, new folder structure" 43 }, 44 { 45 "varsion":"3.3.3", 46 "change": "Deprecate CoffeeScript" 47 }, 48 { 49 "varsion":"3.3.2", 50 "change": "initial commit" 51 } 52 ] 53 }