Changeset 1009355
- Timestamp:
- 10/17/2014 11:15:59 PM (11 years ago)
- Location:
- orillacart/trunk
- Files:
-
- 3 edited
-
com_shop/admin/views/shipping/templates/add_carrier_form.tpl.php (modified) (1 diff)
-
main.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
orillacart/trunk/com_shop/admin/views/shipping/templates/add_carrier_form.tpl.php
r802008 r1009355 35 35 </div> 36 36 37 <input type='hidden' name='task' value=' <?php _e('save', 'com_shop'); ?>' />37 <input type='hidden' name='task' value='save' /> 38 38 <input name="method_id" value="<?php echo $this->row->method_id; ?>" type="hidden"> 39 39 </form> -
orillacart/trunk/main.php
r997785 r1009355 3 3 /* 4 4 Plugin Name: OrillaCart 5 Version: 1.2. 85 Version: 1.2.9 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.2. 8");19 define("ORILLACART_VERSION","1.2.9"); 20 20 21 21 define("ORILLA_FRAMEWORK_PUBLIC_KEY",realpath(dirname(__FILE__).DS."core".DS."public_key".DS."orillacart.pub")); -
orillacart/trunk/readme.txt
r994995 r1009355 102 102 == Changelog == 103 103 104 =1.2.9= 105 106 Fix bug in shipping methods. 107 104 108 =1.2.6= 105 109 Cart functionality improved
Note: See TracChangeset
for help on using the changeset viewer.