Skip to content

Releases: Rundiz-WP/okv-oauth

v1.5.3

23 Dec 15:12
@ve3 ve3
681e418
Compare
Choose a tag to compare

v1.4.4

24 Jan 06:56
@ve3 ve3
009fac9
Compare
Choose a tag to compare

Update

  • Improve code by escape, sanitize as reported by PHP CodeSniffer & WordPress coding standard.

Fix

  • Fix method MUST always return string in App/Libraries/ErrorsCollection.php at getErrorMessage() method.

Remove

  • Remove row meta hook.

v1.4.3

Fix

v1.4.2

Add

  • Add Logger class and log the API result in debug mode (WP_DEBUG constant must be defined to true).

Update

  • Fetch text content of design guide to display in the settings page.
  • Update Google OAuth URLs.
  • Update Facebook OAuth URLs.

v1.4.1

Add

  • Add filter to not allow "Both sites and user accounts can be registered" register option on network settings (multi-site).

Fix

  • Fix remove login password field (for OAuth only option) to compatible with WordPress 5.3

v1.4

Add

  • Add new translation template (.POT) file.
  • Add translators help.

Update

  • Update translation text.
  • Move enqueue styles from many places but same name into common library and enqueue just name.

Breaking change

  • Support WordPress 5.0+