Plugin Directory

Changeset 1009355


Ignore:
Timestamp:
10/17/2014 11:15:59 PM (11 years ago)
Author:
orillacart
Message:

fix bug in internal shipping method.

Location:
orillacart/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • orillacart/trunk/com_shop/admin/views/shipping/templates/add_carrier_form.tpl.php

    r802008 r1009355  
    3535        </div>
    3636
    37         <input type='hidden' name='task' value='<?php _e('save', 'com_shop'); ?>' />
     37        <input type='hidden' name='task' value='save' />
    3838        <input name="method_id" value="<?php echo $this->row->method_id; ?>" type="hidden">
    3939    </form>
  • orillacart/trunk/main.php

    r997785 r1009355  
    33/*
    44  Plugin Name: OrillaCart
    5   Version: 1.2.8
     5  Version: 1.2.9
    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.2.8");
     19define("ORILLACART_VERSION","1.2.9");
    2020
    2121define("ORILLA_FRAMEWORK_PUBLIC_KEY",realpath(dirname(__FILE__).DS."core".DS."public_key".DS."orillacart.pub"));
  • orillacart/trunk/readme.txt

    r994995 r1009355  
    102102== Changelog ==
    103103
     104=1.2.9=
     105
     106Fix bug in shipping methods.
     107
    104108=1.2.6=
    105109Cart functionality improved
Note: See TracChangeset for help on using the changeset viewer.