shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

d_tinysort.json (1270B)


      1 {
      2     "codename": "d_tinysort",
      3     "version": "2.3.9",
      4     "name": "TinySort",
      5     "description": "Implementation of tinysort https://github.com/Sjeiti/TinySort",
      6     "author": {
      7         "name": "Shopunity",
      8         "email": "info@shopunity.com",
      9         "url": "https://github.com/Sjeiti/TinySort"
     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_tinysort.json"
     23     ],
     24     "dirs": [
     25         "admin/view/javascript/d_tinysort",
     26         "catalog/view/javascript/d_tinysort"
     27     ],
     28     "changelog": [
     29         {
     30             "version":"2.3.9",
     31             "change": "sem var"
     32         },
     33         {
     34             "version":"2.3.8",
     35             "change": "Added support OC v3.0.3.1"
     36         },
     37         {
     38             "version":"2.3.7",
     39             "change": "added new opencart versions"
     40         },
     41         {
     42             "version":"2.3.6",
     43             "change": "new version. bug fixes"
     44         },
     45         {
     46             "version":"1.4.29",
     47             "change": "initial commit"
     48         }
     49     ]
     50 }