d_event_manager.json (1629B)
1 { 2 "codename": "d_event_manager", 3 "version": "2.1.3", 4 "name": "Event Manager", 5 "description": "Manage your events and add Event support to old OC versions", 6 "author": { 7 "name": "Dreamvention", 8 "email": "info@dreamvention.com", 9 "url": "https://dreamvention.com" 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 "required": { 22 "d_opencart_patch": ">=1.0.0" 23 }, 24 "files": [ 25 "system/library/d_shopunity/extension/d_event_manager.json", 26 "admin/model/extension/module/d_event_manager.php", 27 28 "system/config/d_event_manager.php" 29 ], 30 "changelog": [ 31 { 32 "version":"2.1.3", 33 "change":"sem var" 34 }, 35 { 36 "version":"2.1.2", 37 "change":"Added support OC v3.0.3.1" 38 }, 39 { 40 "version":"2.1.1", 41 "change":"Bugfix in admin model event" 42 }, 43 { 44 "version":"2.1.0", 45 "change":"Added config only for tests" 46 }, 47 { 48 "version":"2.0.3", 49 "change":"Removed date_added" 50 }, 51 { 52 "version":"2.0.2", 53 "change":"Bug fixes" 54 }, 55 { 56 "version":"2.0.1", 57 "change":"Bug fixes" 58 }, 59 { 60 "version":"2.0.0", 61 "change":"removed admin, new folder structure for 3.x" 62 } 63 ] 64 }