2023-01-24
- Remove row meta hook.
- Improve code by escape, sanitize as reported by PHP CodeSniffer & WordPress coding standard.
- Fix method MUST always return string in App/Libraries/ErrorsCollection.php at
getErrorMessage()
method.
2022-12-20
- Fix "PHP Deprecated: Creation of dynamic property".
2020-05-01
- Fetch text content of design guide to display in the settings page.
- Update Google OAuth URLs.
- Update Facebook OAuth URLs.
- Add Logger class and log the API result in debug mode (WP_DEBUG constant must be defined to
true
).
2019-12-05
- Fix remove login password field (for OAuth only option) to compatible with WordPress 5.3
- Add filter to not allow "Both sites and user accounts can be registered" register option on network settings (multi-site).
2018-12-08
- Update translation text.
- Add new translation template (.POT) file.
- Move enqueue styles from many places but same name into common library and enqueue just name.
- Add translators help.
- Support WordPress 5.0+
2018-10-18
- Update Facebook API to v3.1
- Use custom option for
prompt
in Google login. - Add more custom paramters for Google login.
2018-03-08
- Add more coverage action for WooCommerce. This is including edit account in WooCommerce page.
- Update translation.
- Change hook into WooCommerce my account position, from bottom to top.
2018-03-07
- Move all the buttons to template.
- Add filter to button icons. So that any themes or plugins can override to use other icon html than FontAwesome 4.
2018-01-26
- Fix page not found on OAuth login after theme changed.
- Fix update hook not working.
- Fix rewrite rule did not add when update.
- Fix load language.
2018-01-04
- Improvement on multi-site registration page (wp-signup.php).
- Move OAuth redirect page to custom route front-end page. This reduce a lot of URLs in the allowed list and of course the theme developer may need to re-design these pages (2 pages) for their websites (sorry for the inconvenient).
- Many bugs fixed.
- Typo fixed.
- Add warning setting on multi-site enabled.
- Add WooCommerce support (partly support, developers have to script and style manually).
- Fix prevent user who logged in and change their email to non OAuth provider while Rundiz OAuth settings is using OAuth only.
- Because of the users can no longer manually change their email if using OAuth only, Add the buttons to change email using OAuth.
- Fix remove activation key, password nag that is generated with normal WordPress register function.
- Rewrite new code.
- Add Facebook login.
- Fix setting to do not use OAuth and cannot login.
- Add login expiration settings, this can also be override by other plugins.
- Fix uninstall/delete the plugin and get error.
- Fix php class dependency hell that some other plugin use different version of Google class and cause error.
- Rename the plugin.
- Update to prevent registration from original form while settings to use OAuth only.
- Minor UI fixed.
- Change information and add donation link.
- Modify text translation. This make translation really works.
- Add Thai language.
- Beginning.