shop.balmet.com

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

d_twig_manager.json (2094B)


      1 {
      2     "codename": "d_twig_manager",
      3     "version": "2.0.8",
      4     "name": "Twig Manager",
      5     "description": "Add twig support to you opencart",
      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     "install": {
     18         "url": "extension/d_shopunity/modification/install&codename=d_twig_manager"
     19     },
     20     "uninstall": {
     21         "url": "extension/d_shopunity/modification/uninstall&codename=d_twig_manager"
     22     },
     23     "support": {
     24         "email": "support@dreamvention.com",
     25         "url": "https:/dreamvention.com/support"
     26     },
     27     "required": {
     28         "d_opencart_patch": ">=3.0.0"
     29     },
     30     "files": [
     31         "system/library/d_shopunity/extension/d_twig_manager.json",
     32         "system/library/d_shopunity/install/d_twig_manager.xml",
     33         "admin/model/extension/module/d_twig_manager.php",
     34         "system/library/template/Twig/Extension/DTwigManager.php"
     35     ],
     36     "changelog": [
     37         {
     38             "version":"2.0.8",
     39             "change": "sem var"
     40         },
     41         {
     42             "version":"2.0.7",
     43             "change": "Added support for OC v3.0.3.1"
     44         },
     45         {
     46             "version":"2.0.6",
     47             "change": "fix theme include function; add contentFunction -> file_get_content()"
     48         },
     49         {
     50             "version":"2.0.5",
     51             "change": "Fix but from uninstall"
     52         },
     53         {
     54             "version":"2.0.4",
     55             "change": "Simplified the twig compatibility activation"
     56         },
     57         {
     58             "version":"2.0.3",
     59             "change": "remove modification xml from installer"
     60         },
     61         {
     62             "version":"2.0.2",
     63             "change": "Bug fix"
     64         },
     65         {
     66             "version":"2.0.1",
     67             "change": "Added isCompatible"
     68         },
     69         {
     70             "version":"2.0.0",
     71             "change": "Support for Opencart 3.x"
     72         }
     73     ]
     74 }