We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e59e4 commit 4203f57Copy full SHA for 4203f57
migrations/44-50/removed-backward-incompatibility.md
@@ -161,3 +161,14 @@ import { createFromTextarea } from 'codemirror';
161
const editor = await createFromTextarea(textAreaElement, options);
162
```
163
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