From 4f4f94f6d61b9a535466a4cbeb324463d2427d65 Mon Sep 17 00:00:00 2001 From: Jonny Harris Date: Mon, 20 Nov 2023 12:10:51 +0000 Subject: [PATCH 1/2] Update readme and versions --- bin/readme.txt | 5 +++-- oauth-server.php | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bin/readme.txt b/bin/readme.txt index 0f532a9..0919889 100644 --- a/bin/readme.txt +++ b/bin/readme.txt @@ -1,8 +1,9 @@ === WordPress REST API - OAuth 1.0a Server === -Contributors: rmccue, rachelbaker, danielbachhuber, joehoyle +Contributors: rmccue, rachelbaker, danielbachhuber, joehoyle, spacedmonkey Tags: json, rest, api, rest-api Requires at least: 4.4 -Tested up to: 4.7-alpha +Requires PHP: 5.4 +Tested up to: 6.4 Stable tag: {{TAG}} License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/oauth-server.php b/oauth-server.php index 7180e3c..0d661d0 100644 --- a/oauth-server.php +++ b/oauth-server.php @@ -3,8 +3,13 @@ * Plugin Name: WP REST API - OAuth 1.0a Server * Description: Authenticate with your site via OAuth 1.0a * Version: 0.3.0 + * Requires at least: 4.4 + * Requires PHP: 5.4 * Author: WP REST API Team * Author URI: http://wp-api.org/ + * License: GPL v2 or later + * License URI: https://www.gnu.org/licenses/gpl-2.0.html + * Plugin URI: https://oauth1.wp-api.org/ * * Hello adventurer, and welcome to the OAuth Server codebase! * From 0d4d906761022af1702815bfd6df37fcf09452b4 Mon Sep 17 00:00:00 2001 From: Jonny Harris <148061917+jonnynews@users.noreply.github.com> Date: Fri, 24 Nov 2023 10:30:00 +0000 Subject: [PATCH 2/2] Apply suggestions from code review --- oauth-server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth-server.php b/oauth-server.php index 0d661d0..d5dafda 100644 --- a/oauth-server.php +++ b/oauth-server.php @@ -2,7 +2,7 @@ /** * Plugin Name: WP REST API - OAuth 1.0a Server * Description: Authenticate with your site via OAuth 1.0a - * Version: 0.3.0 + * Version: 0.4.0 * Requires at least: 4.4 * Requires PHP: 5.4 * Author: WP REST API Team