From ac124322b3f8cf57d9ed8c3acd01ccc25ace841a Mon Sep 17 00:00:00 2001 From: Jonny Harris Date: Thu, 25 Jan 2024 21:20:50 +0000 Subject: [PATCH] Upgrade version --- oauth-server.php | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oauth-server.php b/oauth-server.php index 9ca949b..2d6d591 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.4.3 + * Version: 0.4.4 * Requires at least: 4.4 * Requires PHP: 5.4 * Author: WP REST API Team diff --git a/readme.md b/readme.md index 0d80f1b..35a8973 100755 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ Contributors: rmccue, rachelbaker, danielbachhuber, joehoyle, spacedmonkey Tags: json, rest, api, rest-api Requires at least: 4.4 Tested up to: 6.4 -Stable tag: 0.4.3 +Stable tag: 0.4.4 Requires PHP: 5.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html