Skip to content

Commit 4203f57

Browse files
authored
Joomla\LDAP removal
1 parent 94e59e4 commit 4203f57

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

migrations/44-50/removed-backward-incompatibility.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,14 @@ import { createFromTextarea } from 'codemirror';
161161
const editor = await createFromTextarea(textAreaElement, options);
162162
```
163163

164+
### Removed 3rd party libraries
165+
166+
## Joomla\Ldap
167+
168+
Our own LDAP library is no longer compatible with Joomla 5, it has been removed.
169+
As part of this we removed the following class aliases from the b/c plugin:
170+
171+
- JClientLdap -> \\Joomla\\Ldap\\LdapClient
172+
- JLDAP -> \\Joomla\\Ldap\\LdapClient
173+
174+
Joomla 4 and 5 includes the symfony Ldap package.

0 commit comments

Comments
 (0)