Plugin Directory

Changeset 670744


Ignore:
Timestamp:
02/20/2013 12:53:44 PM (13 years ago)
Author:
glatze
Message:

readme.txt updated
version changed to 1.1.5dev
[Issue 0075] http://bt.steindorff.de/view.php?id=0075

Location:
active-directory-integration/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • active-directory-integration/trunk/ad-integration.php

    r670704 r670744  
    33/*
    44Plugin Name: Active Directory Integration
    5 Version: 1.1.4
     5Version: 1.1.5dev
    66Plugin URI: http://www.steindorff.de/wp-ad-integration
    77Description: Allows WordPress to authenticate, authorize, create and update users through Active Directory
     
    4949    // version of needed DB table structure
    5050    const DB_VERSION = '0.9';
    51     const ADI_VERSION = '1.1.4';
     51    const ADI_VERSION = '1.1.5dev';
    5252   
    5353    // name of our own table
  • active-directory-integration/trunk/readme.txt

    r670704 r670744  
    129129
    130130= 1.1.4 =
    131 * ADD: Option to (re-)enable lost password recovery. (Feature Request by Jonathan Shapiro. Issue #00074.)
     131* Change: Moved class BulkSyncBackADIntegrationPlugin() from syncback.php to BulkSyncBackADIntegrationPlugin.class.php (Recommendation by nic0tin. Issue #0075.)
     132
     133= 1.1.4 =
     134* ADD: Option to (re-)enable lost password recovery. (Feature Request by Jonathan Shapiro. Issue #0074.)
    132135* CHANGE: Only set role of user if the role already exists in WordPress. (Issue #0051)
    133136* CHANGE: Now using POST instead of GET in Test Tool, so user and password are not shown in server log files (Change Request by Aren Cambre. Issue #0054.)
Note: See TracChangeset for help on using the changeset viewer.