Ignore:
Timestamp:
Feb 9, 2014, 5:55:23 PM (10 years ago)
Author:
22decembre
Message:

release update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Ldap_Login/main.inc.php

    r27036 r27286  
    22/*
    33Plugin Name: Ldap_Login
    4 Version: 1.0.1
     4Version: 1.1
    55Description: Allow piwigo authentication along an ldap
    6 Plugin URI:
     6Plugin URI: http://www.22decembre.eu/2014/02/09/piwigo-ldap-login-v1-1/
    77Author: 22decembre
    88Author URI: http://www.22decembre.eu
     
    1616define('LDAP_LOGIN_PATH' ,   PHPWG_PLUGINS_PATH . LDAP_LOGIN_ID . '/');
    1717define('LDAP_LOGIN_ADMIN',   get_root_url() . 'admin.php?page=plugin-' . LDAP_LOGIN_ID);
    18 define('LDAP_LOGIN_VERSION', '1.0.1');
     18define('LDAP_LOGIN_VERSION', '1.1');
    1919
    2020include_once(LDAP_LOGIN_PATH.'/class.ldap.php');
Note: See TracChangeset for help on using the changeset viewer.