Skip to content

Conversation

@stevebauman
Copy link
Member

@stevebauman stevebauman commented May 26, 2025

Closes #757

  • use_ssl renamed to use_tsl
  • use_tls renamed to use_starttls
  • LdapInterface::setSSL() renamed to LdapInterface::setTLS()
  • LdapInterface::setTLS() renamed to LdapInterface::setStartTLS()
  • LdapInterface::isUsingSSL() renamed to LdapInterface::isUsingTLS()
  • LdapInterface::isUsingTLS() renamed to LdapInterface::isUsingStartTLS()
  • Renamed all $fields paramaters in LdapInterface to $attributes
  • Renamed all $columns parameters to $selects
  • Model\Builder and Query\Builder are now individual classes without inheritance
  • LdapRecord\Models\Attributes\EscapedValue moved to LdapRecord\Query\EscapedValue
  • Updated where and orWhere query chaining behaviour to match Eloquent

@stevebauman stevebauman merged commit 0dc536c into master Jun 20, 2025
23 checks passed
@stevebauman stevebauman deleted the v4.0 branch June 20, 2025 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unappropriate use_ssl and use_tls configuration options

2 participants