d_opencart_patch.json (3125B)
1 { 2 "codename": "d_opencart_patch", 3 "version": "3.1.7", 4 "name": "Opencart Patch 3.x", 5 "description": "Adds support for new Extension Module folder and reduces compatibility issues", 6 "author": { 7 "name": "Shopunity", 8 "email": "info@shopunity.com", 9 "url": "https://shopunity.net/" 10 }, 11 "opencart_version": "3-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 "install": { 22 "url": "extension/d_shopunity/modification/install&codename=d_opencart_patch", 23 "xml": "system/library/d_shopunity/install/d_opencart_patch.xml" 24 }, 25 "uninstall": { 26 "url": "extension/d_shopunity/modification/uninstall&codename=d_opencart_patch" 27 }, 28 "files": [ 29 "system/library/d_shopunity/extension/d_opencart_patch.json", 30 "system/library/d_shopunity/install/d_opencart_patch.xml", 31 "system/library/d_shopunity/readme/d_opencart_patch.md" 32 ], 33 "dirs": [ 34 "admin/model/extension/d_opencart_patch", 35 "catalog/model/extension/d_opencart_patch" 36 ], 37 "changelog": [ 38 { 39 "version":"3.1.7", 40 "change": "sem var" 41 }, 42 { 43 "version":"3.1.6", 44 "change": "fix localisation/language cache" 45 }, 46 { 47 "version":"3.1.5", 48 "change": "support OC v3.0.3.1 " 49 }, 50 { 51 "version":"3.1.4", 52 "change": "fix lang event; fix settinValue " 53 }, 54 { 55 "version":"3.1.3", 56 "change": "fix cache clear." 57 }, 58 { 59 "version":"3.1.2", 60 "change": "fix model settings ; add svg support by default;add getCustomerGroups" 61 }, 62 { 63 "version":"3.1.1", 64 "change": "remove readme" 65 }, 66 { 67 "version":"3.1.0", 68 "change": "added cache model" 69 }, 70 { 71 "version":"3.0.9", 72 "change": "fix uninstall path conflict for compiled extensions" 73 }, 74 { 75 "version":"3.0.8", 76 "change": "bugfix for events" 77 }, 78 { 79 "version":"3.0.7", 80 "change": "Remvoved check for modifications with d_" 81 }, 82 { 83 "version":"3.0.6", 84 "change": "model/extension bugfix" 85 }, 86 { 87 "version":"3.0.5", 88 "change": "Updated Url and Load model" 89 }, 90 { 91 "version":"3.0.4", 92 "change": "Added url->ajax model" 93 }, 94 { 95 "version":"3.0.3", 96 "change": "Added url model" 97 }, 98 { 99 "version":"3.0.2", 100 "change": "Hotfix. fix conflict with thrid-party Modification" 101 }, 102 { 103 "version":"3.0.1", 104 "change": "Hotfix. Modification" 105 }, 106 { 107 "version":"3.0.0", 108 "change": "Initial release." 109 } 110 ] 111 }