Plugin Directory

Changeset 1339828


Ignore:
Timestamp:
01/30/2016 11:00:10 PM (10 years ago)
Author:
orillacart
Message:

update versioning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orillacart/trunk/main.php

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