Skip to content

0.5.1

Compare
Choose a tag to compare
@bradyvercher bradyvercher released this 03 Mar 20:37
· 72 commits to develop since this release
  • Stopped throwing authentication exceptions when WP_DEBUG is enabled so HTTP challenge headers could be sent and allow clients to display a login prompt. #105.
  • Prevented a fatal error in the authentication provider when URLs couldn't be parsed #122. Props @BrianHenryIE
  • Handled cases when the server doesn't define the request method to prevent a notice #122. Props @BrianHenryIE
  • Allowed settings to be saved when SatisPress is used in multisite mode #119.
  • Removed a couple of dead or superfluous lines of code.