Plugin Directory

Changeset 1144690


Ignore:
Timestamp:
04/24/2015 12:57:39 PM (11 years ago)
Author:
glatze
Message:

changed version number to 1.1.6
compatibility up to WP 4.2

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

Legend:

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

    r1110230 r1144690  
    33/*
    44Plugin Name: Active Directory Integration
    5 Version: 1.1.5
     5Version: 1.1.6
    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.5';
     51    const ADI_VERSION = '1.1.6';
    5252   
    5353    // name of our own table
  • active-directory-integration/trunk/readme.txt

    r1110230 r1144690  
    33Tags: authentication, active directory, ldap, authorization, security, windows
    44Requires at least: 3.0
    5 Tested up to: 4.1
    6 Stable tag: 1.1.5
     5Tested up to: 4.2
     6Stable tag: 1.1.6
    77
    88Allows WordPress to authenticate, authorize, create and update users against Active Directory
Note: See TracChangeset for help on using the changeset viewer.