Plugin Directory

Changeset 1124947


Ignore:
Timestamp:
04/01/2015 12:31:25 AM (11 years ago)
Author:
orillacart
Message:

Fatal error fix, caused by the last update. Sorry folks! :(

Location:
orillacart/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orillacart/trunk/com_shop/shop.php

    r1124939 r1124947  
    196196        } else {
    197197
    198             $this->getHelper('cart')->cron();
     198           
    199199            $Head->addscript('jquery');
    200200            $Head->addscript('shop_helper', $this->getAssetsUrl() . '/js/jsshopfronthelper.js');
  • orillacart/trunk/main.php

    r1124939 r1124947  
    33/*
    44  Plugin Name: OrillaCart
    5   Version: 1.4.0
     5  Version: 1.4.1
    66  Description: ecommerce solution for WordPress
    77  Plugin URI: http://orillacart.com
     
    1717define("ORILLA_FRAMEWORK_BASE", realpath(dirname(__FILE__)));
    1818define("ORILLA_FRAMEWORK_CORE", realpath(dirname(__FILE__) . DS . "core"));
    19 define("ORILLACART_VERSION", "1.4.0");
     19define("ORILLACART_VERSION", "1.4.1");
    2020
    2121define("ORILLA_FRAMEWORK_PUBLIC_KEY", realpath(dirname(__FILE__) . DS . "core" . DS . "public_key" . DS . "orillacart.pub"));
Note: See TracChangeset for help on using the changeset viewer.