Skip to content

Commit

Permalink
v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ve3 committed Jan 24, 2023
1 parent 6f77732 commit 009fac9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion okv-oauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Rundiz OAuth
* Plugin URI: https://rundiz.com/?p=319
* Description: Use OAuth such as Google, Facebook to login and register.
* Version: 1.4.3
* Version: 1.4.4
* Requires at least: 5.0
* Requires PHP: 5.4
* Author: Vee Winch
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: oauth, google, google login, google register, facebook, facebook login, fa
Tested up to: 6.2
Requires at least: 5.0
Requires PHP: 5.4
Stable tag: 1.4.3
Stable tag: 1.4.4
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -58,6 +58,13 @@ Yes, this is new feature since 1.3.3. However, please enter your settings in **O
7. Login use OAuth only

== Changelog ==
= 1.4.4 =
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.

= 1.4.3 =
2022-12-20

Expand Down

0 comments on commit 009fac9

Please sign in to comment.