Plugin Directory

Changeset 920190


Ignore:
Timestamp:
05/24/2014 01:12:04 AM (12 years ago)
Author:
orillacart
Message:

Fix 404 error on activation

Location:
orillacart/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • orillacart/trunk/com_shop/installer.php

    r879830 r920190  
    288288
    289289        require_once(dirname(__FILE__) . "/action_handlers.php");
    290         orillacart_actions::init()->register_types();
     290       
    291291        $params = Factory::getApplication('shop')->getParams();
    292292
     
    346346                $params->save();
    347347            }
    348 
     348           
     349            orillacart_actions::init()->register_types();
    349350
    350351            //add capabilities and roles
  • orillacart/trunk/main.php

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

    r896881 r920190  
    102102== Changelog ==
    103103
     104= 1.2.0 - 24.05.2014 =
     105
     1061. Fixes 404 error on activation
     107
    104108= 1.1.6 - 12.04.2014 =
    105109
Note: See TracChangeset for help on using the changeset viewer.