Changeset 1732315
- Timestamp:
- 09/19/2017 03:16:21 PM (9 years ago)
- Location:
- wpsid-shortcode/trunk
- Files:
-
- 4 edited
-
ci-bootstrap.php (modified) (1 diff)
-
classes/class-opensid.php (modified) (1 diff)
-
opensid.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpsid-shortcode/trunk/ci-bootstrap.php
r1716832 r1732315 26 26 } 27 27 } 28 global $SEC, $CFG, $UNI; 29 include OPENSID_APPPATH . '/donjo-sys/core/Security.php'; 30 include OPENSID_APPPATH . '/donjo-sys/core/Config.php'; 31 include OPENSID_APPPATH . '/donjo-sys/core/Utf8.php'; 32 $SEC = new CI_Security; 33 $CFG = new CI_Config; 34 $UNI = new CI_Utf8; 28 35 function hash_pin($pin=""){ 29 36 $pin = strrev($pin); -
wpsid-shortcode/trunk/classes/class-opensid.php
r1717151 r1732315 2 2 defined( 'ABSPATH' ) || die( 'No direct script access allowed!' ); 3 3 abstract class OpenSID { 4 const version = '1.0.9. 1';4 const version = '1.0.9.2'; 5 5 public static $model_opensid; 6 6 public static $controller; -
wpsid-shortcode/trunk/opensid.php
r1717151 r1732315 9 9 * Author: Simasta 10 10 * Author URI: http://simasta.siini.com 11 * Version: 1.0.9. 111 * Version: 1.0.9.2 12 12 * Text Domain: wpsid-shortcode 13 13 * Domain Path: /locale/ -
wpsid-shortcode/trunk/readme.txt
r1717151 r1732315 5 5 Requires at least: 4.3 6 6 Tested up to: 4.8.1 7 Stable tag: 1.0.9. 17 Stable tag: 1.0.9.2 8 8 License: GPLv2 or later 9 9 … … 80 80 81 81 == Changelog == 82 83 = 1.0.9.2 = 84 *Release Date - 2017/09/19* 85 86 * Bug fix 82 87 83 88 = 1.0.9.1 =
Note: See TracChangeset
for help on using the changeset viewer.