Changeset 670744
- Timestamp:
- 02/20/2013 12:53:44 PM (13 years ago)
- Location:
- active-directory-integration/trunk
- Files:
-
- 2 edited
-
ad-integration.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
active-directory-integration/trunk/ad-integration.php
r670704 r670744 3 3 /* 4 4 Plugin Name: Active Directory Integration 5 Version: 1.1. 45 Version: 1.1.5dev 6 6 Plugin URI: http://www.steindorff.de/wp-ad-integration 7 7 Description: Allows WordPress to authenticate, authorize, create and update users through Active Directory … … 49 49 // version of needed DB table structure 50 50 const DB_VERSION = '0.9'; 51 const ADI_VERSION = '1.1. 4';51 const ADI_VERSION = '1.1.5dev'; 52 52 53 53 // name of our own table -
active-directory-integration/trunk/readme.txt
r670704 r670744 129 129 130 130 = 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.) 132 135 * CHANGE: Only set role of user if the role already exists in WordPress. (Issue #0051) 133 136 * 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.