Changeset 920190
- Timestamp:
- 05/24/2014 01:12:04 AM (12 years ago)
- Location:
- orillacart/trunk
- Files:
-
- 3 edited
-
com_shop/installer.php (modified) (2 diffs)
-
main.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
orillacart/trunk/com_shop/installer.php
r879830 r920190 288 288 289 289 require_once(dirname(__FILE__) . "/action_handlers.php"); 290 orillacart_actions::init()->register_types();290 291 291 $params = Factory::getApplication('shop')->getParams(); 292 292 … … 346 346 $params->save(); 347 347 } 348 348 349 orillacart_actions::init()->register_types(); 349 350 350 351 //add capabilities and roles -
orillacart/trunk/main.php
r907174 r920190 3 3 /* 4 4 Plugin Name: OrillaCart 5 Version: 1. 1.95 Version: 1.2.0 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. 1.9");19 define("ORILLACART_VERSION","1.2.0"); 20 20 21 21 define("ORILLA_FRAMEWORK_PUBLIC_KEY",realpath(dirname(__FILE__).DS."core".DS."public_key".DS."orillacart.pub")); -
orillacart/trunk/readme.txt
r896881 r920190 102 102 == Changelog == 103 103 104 = 1.2.0 - 24.05.2014 = 105 106 1. Fixes 404 error on activation 107 104 108 = 1.1.6 - 12.04.2014 = 105 109
Note: See TracChangeset
for help on using the changeset viewer.