Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ve3 committed Nov 24, 2023
1 parent c11f77d commit ff9af2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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.5
* Version: 1.5.1
* Requires at least: 5.0
* Requires PHP: 5.4
* Author: Vee Winch
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "okv-oauth",
"version": "1.5",
"version": "1.5.1",
"main": "index.js",
"author": "Vee W.",
"license": "MIT",
"private": true,
"devDependencies": {
"@wordpress/scripts": "^26.17.0"
},
Expand Down
9 changes: 7 additions & 2 deletions 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.5
Requires at least: 5.0
Requires PHP: 5.4
Stable tag: 1.5
Stable tag: 1.5.1
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -58,8 +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.5.1 =
2023-11-24

* Add legacy login links widget (Hot update). This widget have more options and can work with PolyLang Free while block need PolyLang Pro.

= 1.5 =
2023-11-xx
2023-11-23

* Facebook OAuth API no longer supported (the plugin author has no Facebook account anymore).
* Fix incorrect check select box value with key that is number.
Expand Down

0 comments on commit ff9af2c

Please sign in to comment.