Plugin Directory

Changeset 1732315


Ignore:
Timestamp:
09/19/2017 03:16:21 PM (9 years ago)
Author:
simasta
Message:

Version 1.0.9.2

Location:
wpsid-shortcode/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wpsid-shortcode/trunk/ci-bootstrap.php

    r1716832 r1732315  
    2626    }
    2727}
     28global $SEC, $CFG, $UNI;
     29include OPENSID_APPPATH . '/donjo-sys/core/Security.php';
     30include OPENSID_APPPATH . '/donjo-sys/core/Config.php';
     31include OPENSID_APPPATH . '/donjo-sys/core/Utf8.php';
     32$SEC = new CI_Security;
     33$CFG = new CI_Config;
     34$UNI = new CI_Utf8;
    2835function hash_pin($pin=""){
    2936    $pin = strrev($pin);
  • wpsid-shortcode/trunk/classes/class-opensid.php

    r1717151 r1732315  
    22defined( 'ABSPATH' ) || die( 'No direct script access allowed!' );
    33abstract class OpenSID {
    4     const version = '1.0.9.1';
     4    const version = '1.0.9.2';
    55    public static $model_opensid;
    66    public static $controller;
  • wpsid-shortcode/trunk/opensid.php

    r1717151 r1732315  
    99 * Author: Simasta
    1010 * Author URI: http://simasta.siini.com
    11  * Version: 1.0.9.1
     11 * Version: 1.0.9.2
    1212 * Text Domain: wpsid-shortcode
    1313 * Domain Path: /locale/
  • wpsid-shortcode/trunk/readme.txt

    r1717151 r1732315  
    55Requires at least: 4.3
    66Tested up to: 4.8.1
    7 Stable tag: 1.0.9.1
     7Stable tag: 1.0.9.2
    88License: GPLv2 or later
    99
     
    8080
    8181== Changelog ==
     82
     83= 1.0.9.2 =
     84*Release Date - 2017/09/19*
     85
     86* Bug fix
    8287
    8388= 1.0.9.1 =
Note: See TracChangeset for help on using the changeset viewer.