Plugin Directory

Changeset 1139932


Ignore:
Timestamp:
04/20/2015 10:47:28 PM (11 years ago)
Author:
orillacart
Message:

Mark WordPress 4.2 support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orillacart/trunk/main.php

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