From 114f18c51916a5ced997eaa1fc1f0045e81e08a3 Mon Sep 17 00:00:00 2001 From: Jonny Harris <148061917+jonnynews@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:36:53 +0000 Subject: [PATCH] Update readme and versions (#227) * Update readme and versions * Apply suggestions from code review --- bin/readme.txt | 5 +++-- oauth-server.php | 7 ++++++- 2 files changed, 9 insertions(+), 3 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 5753d48..c7b5b07 100644 --- a/oauth-server.php +++ b/oauth-server.php @@ -2,9 +2,14 @@ /** * 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 * 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! *