Skip to content

Commit 39237fd

Browse files
committed
Version update
1 parent 80ce061 commit 39237fd

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22

33
Authenticate users through LDAP during login.
44

5-
This is a revised version for b2evolution v6.7.0-alpha. It is backward compatible with b2evolution 6.6.6+ but somes features will not be functional (e-g: secondary groups).
5+
This is a revised version for b2evolution v6.7.0-alpha. It is backward compatible with b2evolution 6.6.6+ but somes features will not be functional (e-g: secondary groups).
6+
7+
## History
8+
9+
- Plugin version 6.7.3 : Compatibility with PHP7 and b2evolution 6.7.2

_ldap.plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*/
4343
class ldap_plugin extends Plugin
4444
{
45-
var $version = '6.7.3-beta';
45+
var $version = '6.7.3';
4646
var $group = 'authentication';
4747
var $code = 'evo_ldap_auth';
4848
var $priority = 50;

0 commit comments

Comments
 (0)