Plugin Directory

Changeset 1180236


Ignore:
Timestamp:
06/13/2015 02:51:21 PM (11 years ago)
Author:
orillacart
Message:

Maintenance release. Bug fix in grid, list and account page.

Location:
orillacart/trunk
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • orillacart/trunk/com_shop/front/views/account/templates/account.tpl.php

    r1113566 r1180236  
    100100            <tfoot>
    101101            </tfoot>
    102             </ta
    103             ble>
     102            </table>
    104103    </div>
    105104
  • orillacart/trunk/com_shop/front/views/product_list/templates/grid.tpl.php

    r1113566 r1180236  
    2828                        <div class="view-mode-label"><?php _e('View as:', 'com_shop'); ?>&nbsp;</div>
    2929                        <a class="first" href="javascript:void(0);" onclick='jQuery("#list_type").val("list").parent().submit();' ></a>
    30                         <a class="active" href="javascript:void(0);" onclick='jQuery("#l
    31                                         ist_type").val("grid").parent().submit();'></a>
     30                        <a class="active" href="javascript:void(0);" onclick='jQuery("#list_type").val("grid").parent().submit();'></a>
    3231                    </div>
    3332                </div>
  • orillacart/trunk/com_shop/front/views/product_list/templates/list.tpl.php

    r1113566 r1180236  
    3232
    3333                        <a class="first" href="javascript:void(0);" onclick='jQuery("#list_type").val("list").parent().submit();' ></a>
    34                         <a class="active" href="javascript:void(0);" onclick='jQuery("#l
    35                                         ist_type").val("grid").parent().submit();'></a>
     34                        <a class="active" href="javascript:void(0);" onclick='jQuery("#list_type").val("grid").parent().submit();'></a>
    3635                    </div>
    3736                </div>
  • orillacart/trunk/main.php

    r1139932 r1180236  
    33/*
    44  Plugin Name: OrillaCart
    5   Version: 1.4.2
     5  Version: 1.4.3
    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.2");
     19define("ORILLACART_VERSION", "1.4.3");
    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.