Skip to content

Release version 1.2.3

Compare
Choose a tag to compare
@mstilkerich mstilkerich released this 22 Aug 14:57
· 54 commits to master since this release
  • Fix: Throw an exception in the Discovery service in case no addressbook home could be discovered. Previously, an empty
    list would be returned without indication that the discovery was not successful.
  • Fix: After failure to authenticate with the server, the CardDavClient object might be left in a state that causes a
    PHP warning on next usage (a property of the object was unintentionally deleted in that case and the warning
    would be triggered on next attempt to access that property).