Changeset 1124947
- Timestamp:
- 04/01/2015 12:31:25 AM (11 years ago)
- Location:
- orillacart/trunk
- Files:
-
- 2 edited
-
com_shop/shop.php (modified) (1 diff)
-
main.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
orillacart/trunk/com_shop/shop.php
r1124939 r1124947 196 196 } else { 197 197 198 $this->getHelper('cart')->cron();198 199 199 $Head->addscript('jquery'); 200 200 $Head->addscript('shop_helper', $this->getAssetsUrl() . '/js/jsshopfronthelper.js'); -
orillacart/trunk/main.php
r1124939 r1124947 3 3 /* 4 4 Plugin Name: OrillaCart 5 Version: 1.4. 05 Version: 1.4.1 6 6 Description: ecommerce solution for WordPress 7 7 Plugin URI: http://orillacart.com … … 17 17 define("ORILLA_FRAMEWORK_BASE", realpath(dirname(__FILE__))); 18 18 define("ORILLA_FRAMEWORK_CORE", realpath(dirname(__FILE__) . DS . "core")); 19 define("ORILLACART_VERSION", "1.4. 0");19 define("ORILLACART_VERSION", "1.4.1"); 20 20 21 21 define("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.